./www/py-klein, Micro-framework for developing web services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 23.12.0, Package name: py311-klein-23.12.0, Maintainer: pkgsrc-users

Klein is a micro-framework for developing production-ready web
services with Python. It is 'micro' in that it has an incredibly
small API similar to Bottle and Flask. It is not 'micro' in that
it depends on things outside the standard library. This is primarily
because it is built on widely used and well tested components like
Werkzeug and Twisted.


Master sites:

Filesize: 100.866 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-19 14:13:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-klein: updated to 23.12.0

23.12.0 - 2023-12-22

* Fixed a compatibility issue with Werkzeug versions greater than 2.2.
* Added explicit support for Python 3.10 and 3.11, although in practice they did \ 
work previously in 21.8.
* Python 3.6 is no longer supported by Klein.
   2023-08-05 00:46:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-klein: updated to 23.5.0

23.5.0
Download from PyPI; this is a placeholder just so folks don't see an old release.
   2023-06-22 18:45:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-klein: updated to 21.8.0 (finish parial update)

21.8.0 - 2021-08-08

Python 2 is no longer supported by Klein.
Python 3.5 is no longer supported by Klein.
Python 3.9 is now supported by Klein.
Fixed a compatibility issue with Twisted versions greater than 20.3.0 in Klein's \ 
test suite.
Fixed a compatibility issue with Werkzeug versions greater than 2.0 in Klein's \ 
test suite.
Klein has incomplete, but growing type hints, but py.typed is not installed, as \ 
they might not work well for most clients yet.
Plating now sets the Content-Type header to application/json instead of \ 
text/json; charset=utf8.
   2023-06-18 07:39:38 by Adam Ciarcinski | Files touched by this commit (20)
Log message:
py-ZopeInterface: moved to py-zope.interface
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-04-30 01:14:02 by Thomas Klausner | Files touched by this commit (3)
Log message:
*: mark some py-werkzeug dependencies as not-for-python-2.x
   2022-02-13 09:53:45 by Thomas Klausner | Files touched by this commit (21)
Log message:
*: use versioned_dependencies for py-twisted