diff --git a/eventlet-0.34.3.tar.gz b/eventlet-0.34.3.tar.gz deleted file mode 100644 index c294610..0000000 --- a/eventlet-0.34.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed2d28a64414a001894b3baf5b650f2c9596b00d57f57d4d7a38f9d3d0c252e8 -size 538498 diff --git a/eventlet-0.36.1.tar.gz b/eventlet-0.36.1.tar.gz new file mode 100644 index 0000000..8160659 --- /dev/null +++ b/eventlet-0.36.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5 +size 552863 diff --git a/python-eventlet.changes b/python-eventlet.changes index 949d26f..2abfd9b 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Thu Jun 6 08:42:28 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-eventlet.spec b/python-eventlet.spec index 4f9c3d1..1bc70ba 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -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