head 1.4; access; symbols pkgsrc-2024Q1:1.3.0.2 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.2.0.10 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.8 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.6 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.1.0.24 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.22 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.20 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.18 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2024.05.05.18.38.43; author adam; state dead; branches; next 1.3; commitid sjjpakgwd78zcQ8F; 1.3 date 2024.02.07.06.25.43; author adam; state Exp; branches; next 1.2; commitid DfpMCAND6mgqYsXE; 1.2 date 2022.11.06.18.21.11; author adam; state Exp; branches; next 1.1; commitid PcMdhIsF2gjCEF0E; 1.1 date 2019.12.21.23.51.56; author joerg; state Exp; branches; next ; commitid c9dTwZ3PWekMgDPB; desc @@ 1.4 log @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. @ text @$NetBSD: patch-setup.cfg,v 1.3 2024/02/07 06:25:43 adam Exp $ setuptools_scm_git_archive is part of setuptools_scm as of 7.0.0. --- setup.cfg.orig 2023-05-20 13:33:03.848234000 +0000 +++ setup.cfg @@@@ -54,8 +54,7 @@@@ python_requires = >=3.6 packages = find: include_package_data = True setup_requires = - setuptools_scm>=1.15.0 - setuptools_scm_git_archive>=1.0 + setuptools_scm>=7.0.0 install_requires = importlib_metadata; python_version < '3.8' more_itertools >= 2.6 @ 1.3 log @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 ` and stabilizing bugfixes will be accepted to that branch. @ text @d1 1 a1 1 $NetBSD: patch-setup.cfg,v 1.2 2022/11/06 18:21:11 adam Exp $ @ 1.2 log @py-cheroot: updated to 8.6.0 v8.6.0 Significant improvements: - :issue:`384` via :pr:`385`, :pr:`406`: Exposed type stubs with annotations for public API -- by :user:`kasium`. - :pr:`401` (related to the :pr:`352` effort): Started reusing the the ``expriration_interval`` setting in the low-level :py:func:`~select.select` invocation, effectively reducing the system load under the Windows OS when idle, that is noticeable on low-end hardware systems -- by :user:`MichaIng`. Internal changes: - Implemented a manual-trigger-based release workflow. - Integrated publishing GitHub Releases into the workflow. - Migrated the docs theme to `Furo `__ (created by :user:`pradyunsg`). - Attempted to improve the stability of testing. - Configured the CI to test the same distribution as will be shipped. - Improved the linting setup and contributor checklists. - Stopped running tests under Ubuntu 16.04. - Tweaked the distribution packages metadata to satisfy strict checks. - Implemented distribution build reproducibility using a pip constraints lock-file. - Added per-environment lock-files into the tox test environments. v8.5.2 - :issue:`358` via :pr:`359`: Fixed a regression from :pr:`199` that made the worker threads exit on invalid connection attempts and could make the whole server unresponsive once there was no workers left. -- by :user:`cameronbrunner`. v8.5.1 - :cp-issue:`1873` via :pr:`340`: Resurrected an unintentionally removed feature of interrupting a server main thread by externally assigning an exception to the :py:meth:`HTTPServer.interrupt ` property -- by :user:`liamstask`. - :pr:`350`: Fixed the incarnation of an earlier regression of not resetting the serving state on :py:data:`SIGINT` originally fixed by :pr:`322` and :pr:`331` but reintroduced by the changes in :pr:`311` -- by :user:`liamstask`. v8.5.0 - :issue:`305` via :pr:`311`: In :py:class:`~cheroot.connections.ConnectionManager`, process connections as they become active rather than waiting for a ``tick`` event, addressing performance degradation introduced in v8.1.0 -- by :user:`liamstask`. - :issue:`341` via :pr:`342`: Suppress legitimate OS errors expected on shutdown -- by :user:`webknjaz`. v8.4.8 - :issue:`317` via :pr:`337`: Fixed a regression in 8.4.5 where the connections dictionary would change size during iteration, leading to a :py:exc:`RuntimeError` raised in the logs -- by :user:`liamstask`. v8.4.7 - :pr:`334`: Started filtering out TLS/SSL errors when the version requested by the client is unsupported -- by :user:`sanderjo` and :user:`Safihre`. v8.4.6 - :issue:`328` via :pr:`322` and :pr:`331`: Fixed a regression introduced in the earlier refactoring in v8.4.4 via :pr:`309` that caused the :py:meth:`~cheroot.server.\ HTTPServer.serve` method to skip setting ``serving=False`` on :py:data:``SIGINT`` and :py:data:``SIGTERM`` -- by :user:`marc1n` and :user:`cristicbz`. v8.4.5 - :issue:`312` via :pr:`313`: Fixed a regression introduced in the earlier refactoring in v8.4.4 via :pr:`309` that caused the connection manager to modify the selector map while looping over it -- by :user:`liamstask`. - :issue:`312` via :pr:`316`: Added a regression test for the error handling in :py:meth:`~cheroot.connections.\ ConnectionManager.get_conn` to ensure more stability -- by :user:`cyraxjoe`. v8.4.4 - :issue:`304` via :pr:`309`: Refactored :py:class:`~\ cheroot.connections.ConnectionManager` to use :py:meth:`~\ selectors.BaseSelector.get_map` and reorganized the readable connection tracking -- by :user:`liamstask`. - :issue:`304` via :pr:`309`: Fixed the server shutdown sequence to avoid race condition resulting in accepting new connections while it is being terminated -- by :user:`liamstask`. v8.4.3 - :pr:`282`: Fixed a race condition happening when an HTTP client attempts to reuse a persistent HTTP connection after it's been discarded on the server in :py:class:`~cheroot.\ server.HTTPRequest` but no TCP FIN packet has been received yet over the wire -- by :user:`meaksh`. This change populates the ``Keep-Alive`` header exposing the timeout value for persistent HTTP/1.1 connections which helps mitigate such race conditions by letting the client know not to reuse the connection after that time interval. v8.4.2 - Fixed a significant performance regression introduced in v8.1.0 (:issue:`305` via :pr:`308`) - by :user:`mar10`. The issue turned out to add 0.1s delay on new incoming connection processing. We've lowered that delay to mitigate the problem short-term, better fix is yet to come. v8.4.1 - Prevent :py:exc:`ConnectionAbortedError` traceback from being printed out to the terminal output during the app start-up on Windows when built-in TLS adapter is used (:issue:`302` via :pr:`306`) - by :user:`mxii-ca`. v8.4.0 - Converted management from low-level :py:func:`~select.select` to high-level :py:mod:`selectors` (:issue:`249` via :pr:`301`) - by :user:`tommilligan`. This change also introduces a conditional dependency on ``selectors2`` as a fall-back for legacy Python interpreters. v8.3.1 - Fixed TLS socket related unclosed resource warnings (:pr:`291` and :pr:`298`). - Made terminating keep-alive connections more graceful (:issue:`263` via :pr:`277`). v8.3.0 - :cp-issue:`910` via :pr:`243`: Provide TLS-related details via WSGI environment interface. - :pr:`248`: Fix parsing of the ``--bind`` CLI option for abstract UNIX sockets. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- setup.cfg.orig 2022-11-06 17:29:56.000000000 +0000 d7 1 a7 1 @@@@ -55,8 +55,7 @@@@ python_requires = >=2.7,!=3.0.*,!=3.1.*, d15 2 a16 2 backports.functools_lru_cache; python_version < '3.3' selectors2; python_version< '3.4' @ 1.1 log @Fix build with various Python versions. @ text @d3 1 a3 1 Python 2.7 doesn't extract the version otherwise. d5 1 a5 1 --- setup.cfg.orig 2019-12-21 21:46:41.214063294 +0000 d7 10 a16 8 @@@@ -6,6 +6,7 @@@@ universal = 1 [metadata] name = cheroot +version = 6.5.8 url = https://cheroot.cherrypy.org project_urls = CI: AppVeyor = https://ci.appveyor.com/project/cherrypy/cheroot @