Path to this page:
Subject: CVS commit: pkgsrc/www/py-cheroot
From: Adam Ciarcinski
Date: 2024-02-07 07:25:43
Message id: 20240207062543.76C46FA42@cvs.NetBSD.org
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.
Files: