./www/py-cheroot, High-performance, pure-Python HTTP server used by CherryPy

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


Branch: CURRENT, Version: 10.0.1nb1, Package name: py312-cheroot-10.0.1nb1, Maintainer: pkgsrc-users

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.


Required to run:
[devel/py-setuptools] [lang/py-six] [devel/py-more-itertools] [lang/python37]

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm] [devel/py-setuptools_scm_git_archive]

Master sites:

Filesize: 163.658 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-14 15:30:03 by Adam Ciarcinski | Files touched by this commit (36) | Package updated
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-05-05 20:38:43 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-cheroot: updated to 10.0.1

v10.0.1

Bug fixes

Fixed a flaw where internally unhandled exceptions could crash the worker \ 
threads and eventually starve the server of its processing resources. It is no \ 
longer and issue and the unhandled errors are now logged and suppressed except \ 
for a few expected exceptions that are used for normal interruption requests.

Fixed compatibility with Python 3.8 in the built-in TLS adapter that relies on ssl.
Modern Python versions communicate specialized exceptions ssl.SSLEOFError and \ 
ssl.SSLZeroReturnError where the older versions errored out in a very generic \ 
way.
   2024-02-07 07:25:43 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-cheroot: updated to 10.0.0

v10.0.0

- Cheroot now accepts a
  ``reuse_port`` parameter on the ``HTTPServer`` object.
  Subclasses overriding ``prepare_socket`` will no longer
  work and will need to adapt to the new interface.

v9.0.0

- Cheroot now requires Python
  3.6 or later. Python 3.5 and Python 2.7 are still supported
  by the :gh:`maint/8.x branch
  <cherrypy/cheroot/tree/maint/8.x>` and stabilizing
  bugfixes will be accepted to that branch.
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   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-11-17 11:13:52 by Adam Ciarcinski | Files touched by this commit (1) | Package updated
Log message:
py-cheroot: update HOMEPAGE