1
0

- update to 0.36.1:

* [fix] eventlet.websocket is not always used from
    eventlet.wsgi, so do not assume eventlet.set_idle exists
  * [fix] Make sure asyncio hub doesn't use greendns for asyncio
    DNS APIs
  * [fix] Make asyncio.to_thread work with the same semantics as
    normal asyncio
  * [fix] Refactor congruence checks based on assert at runtime
  * [tests] Run tests on macOS in CI, and some fixes to get it in
    reasonable state (#list
  * [fix] Fix wsgi.server shutdown for in-flight requests
  * [feature] Add debug convenience helpers - asyncio, threads
  * [fix] Handle errors better.
  * [fix] Fix tool.setuptools/packages list
  * [security] Dnspython 2.6.1 - Address DoS via the Tudoor
    mechanism (CVE-2023-29483)
  * [doc] add asyncio into the doc hub page
  * [clean] clean obsolete python 2 code from the ssl module
  * [fix] Add get_server_info to db_pool.py
  * [fix] wsgi: Handle Timeouts from applications
  * [fix] shrinks window before connecting
  * [fix] Do not allow failed patching to stop execution
  * [doc] Basic documentation for asyncio migration
  * [tests] add minimal linting
  * [doc] officially host docs on readthedocs
  * [fix] fix truncate size nullable
  * [fix] Handle transport endpoint shutdown in conditions
  * [fix] Rework reject_bad_requests option
  * [fix] Fix NameError introduced by #826
  * [feature] Support awaiting GreenThread in an `async def`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=117
This commit is contained in:
2024-06-06 08:43:37 +00:00
committed by Git OBS Bridge
parent 417cdcc0dd
commit afdea051e8
4 changed files with 49 additions and 4 deletions

BIN
eventlet-0.34.3.tar.gz (Stored with Git LFS)

Binary file not shown.

3
eventlet-0.36.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5
size 552863

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Jun 6 08:42:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.36.1:
* [fix] eventlet.websocket is not always used from
eventlet.wsgi, so do not assume eventlet.set_idle exists
* [fix] Make sure asyncio hub doesn't use greendns for asyncio
DNS APIs
* [fix] Make asyncio.to_thread work with the same semantics as
normal asyncio
* [fix] Refactor congruence checks based on assert at runtime
* [tests] Run tests on macOS in CI, and some fixes to get it in
reasonable state (#list
* [fix] Fix wsgi.server shutdown for in-flight requests
* [feature] Add debug convenience helpers - asyncio, threads
* [fix] Handle errors better.
* [fix] Fix tool.setuptools/packages list
* [security] Dnspython 2.6.1 - Address DoS via the Tudoor
mechanism (CVE-2023-29483)
* [doc] add asyncio into the doc hub page
* [clean] clean obsolete python 2 code from the ssl module
* [fix] Add get_server_info to db_pool.py
* [fix] wsgi: Handle Timeouts from applications
* [fix] shrinks window before connecting
* [fix] Do not allow failed patching to stop execution
* [doc] Basic documentation for asyncio migration
* [tests] add minimal linting
* [doc] officially host docs on readthedocs
* [fix] fix truncate size nullable
* [fix] Handle transport endpoint shutdown in conditions
* [fix] Rework reject_bad_requests option
* [fix] Fix NameError introduced by #826
* [feature] Support awaiting GreenThread in an `async def`
context https://github.com/eventlet/eventlet/pull/889
* [infra] Extend test cert to 2049
* [feature] Asyncio hub support for Python 3.7 to 3.9
* [infra] Modernize doc generation
* [fix] Fix bad exceptions handlings
* [feature] Support using asyncio coroutines from inside
greenlets https://github.com/eventlet/eventlet/pull/877
* [removal] Remove deprecated CGIHTTPServer and
SimpleHTTPServer
* [governance] Update maintenance goals
* [feature] Add an asyncio hub for eventlet
-------------------------------------------------------------------
Fri Jan 19 08:47:40 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-eventlet
Version: 0.34.3
Version: 0.36.1
Release: 0
Summary: Concurrent networking library for Python
License: MIT