15
0

Accepting request 1176149 from home:mcalabkova:branches:devel:languages:python

It was a bug in requests-unixsocket

- Update to 10.0.1
  * Fixed a flaw where internally unhandled exceptions could crash the
    worker threads and eventually starve the server of its processing
    resources.
  * Fixed compatibility with Python 3.8 in the built-in TLS adapter that
    relies on :pypython:ssl.

OBS-URL: https://build.opensuse.org/request/show/1176149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=63
This commit is contained in:
2024-05-27 14:13:00 +00:00
committed by Git OBS Bridge
parent aeb15bd9c9
commit cb9b5d70b4
6 changed files with 40 additions and 29 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 22 13:36:38 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 10.0.1
* Fixed a flaw where internally unhandled exceptions could crash the
worker threads and eventually starve the server of its processing
resources.
* Fixed compatibility with Python 3.8 in the built-in TLS adapter that
relies on :pypython:ssl.
-------------------------------------------------------------------
Wed Jan 10 17:40:08 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>