Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
M17N:l10n.opensuse.org:Backports-2021.07
python-cheroot
python-cheroot.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-cheroot.changes of Package python-cheroot
------------------------------------------------------------------- Wed May 5 22:34:56 UTC 2021 - Stanislav Brabec <sbrabec@suse.com> - Disable python2 and test to not trigger need of python2-jaraco*. ------------------------------------------------------------------- Mon Mar 29 17:49:02 UTC 2021 - Ben Greiner <code@bnavigator.de> - Update BuildRequirements for testing: * only remove coverage options from pytest.ini * don't skip tests which had failed 2 years ago (gh#cherrypy/cheroot#200) -- except for two subtests still failing on some platforms presumably because of OBS specific network setups * skip the one test requiring python-jaraco.context in Factory staging so that we do not need that package in Ring1. ------------------------------------------------------------------- Fri Mar 19 05:46:04 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com> - Update to 8.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`. * :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 <cheroot.server.\ 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`. * :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`. * :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`. * :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`. * :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`. * :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`. * :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`. * Fixed a significant performance regression introduced in v8.1.0 (:issue:`305` via :pr:`308`) * by :user:`mar10`. * Fixed TLS socket related unclosed resource warnings (:pr:`291` and :pr:`298`). * Made terminating keep-alive connections more graceful (:issue:`263` via :pr:`277`). - Dropped patches 0001-Avoid-race-condition-on-persistent-HTTP-connections.patch and python383.patch, they are included upstream. ------------------------------------------------------------------- Mon May 25 10:59:14 UTC 2020 - Petr Gajdos <pgajdos@suse.com> - %python3_only -> %python_alternative ------------------------------------------------------------------- Tue May 19 10:35:40 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> - Add patch to fix build with python 3.8.3: * python383.patch ------------------------------------------------------------------- Thu May 7 09:33:29 UTC 2020 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com> - Avoid possible race condition on persistent HTTP connections (bsc#1169604) - Added: * 0001-Avoid-race-condition-on-persistent-HTTP-connections.patch ------------------------------------------------------------------- Mon Mar 16 10:23:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> - Fix build without python2 ------------------------------------------------------------------- Sat Mar 7 14:09:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> - Update to 8.3.0: * cherrypy/cherrypy#910 via #243: Provide TLS-related details via WSGI environment interface. * #248: Fix parsing of the --bind CLI option for abstract UNIX sockets. ------------------------------------------------------------------- Wed Oct 23 13:38:06 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com> - Update to 8.2.1 * Deprecated use of negative timeouts as alias for infinite timeouts in ThreadPool.stop. * For OPTION requests, bypass URI as path if it does not appear absolute. * Workers are now request-based, addressing the long-standing issue with keep-alive connections * Remove custom setup.cfg parser handling, allowing the project (including sdist) to build/run on setuptools 41.4. Now building cheroot requires setuptools 30.3 or later (for declarative config support) and preferably 34.4 or later (as indicated in pyproject.toml). ------------------------------------------------------------------- Fri Oct 4 11:09:50 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com> - update to 7.0.0 * Refactored “open URL” behavior in webtest to rely on retry_call. * backports.functools_lru_cache is only required on Python 3.2 and earlier. * Fix race condition in threadpool shrink code. ------------------------------------------------------------------- Fri Sep 13 04:50:22 UTC 2019 - Thomas Bechtold <tbechtold@suse.com> - update to 6.5.8: - Fix socket.SO_PEERCRED constant fallback value under PowerPC. - Fix race condition when toggling stats counting in the middle of request processing. - Improve post Python 3.9 compatibility checks. - Fix support of abstract namespace sockets - Fix HTTP parser to return 400 on invalid major-only HTTP version in Request-Line. - Drop cheroot_fix_so_peercred_ppc.patch . Applied upstream. ------------------------------------------------------------------- Thu Sep 5 09:09:44 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com> - Add cheroot_fix_so_peercred_ppc.patch to solve python 2.7 tests failures for PowerPC, boo#1147151 ------------------------------------------------------------------- Mon Sep 2 18:49:49 UTC 2019 - Dan Čermák <dcermak@suse.com> - Drop dependency on backports.functools_lru_cache for the python3 subpackage This fixes bsc#1149124 ------------------------------------------------------------------- Sun Jun 2 21:15:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de> - Ensure neutrality of description. ------------------------------------------------------------------- Tue May 14 11:57:52 CEST 2019 - Matej Cepl <mcepl@suse.com> - Update to 6.5.5 bsc#1142582: - Sockets now collect statistics (bytes read and written) on Python 3 same as Python 2. - Ignore OpenSSL's 1.1+ Error 0 under any Python while wrapping a socket. - Switch off failing tests to avoid gh#cherrypy/cheroot#200 ------------------------------------------------------------------- Tue Mar 5 12:26:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> - Update to 6.5.4: * too many changes to enumerate see CHANGES.rst - Make sure to execute testsuite ------------------------------------------------------------------- Fri Mar 31 13:39:53 UTC 2017 - jmatejek@suse.com - initial commit
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor