14
0

Accepting request 1201734 from home:glaubitz:branches:devel:languages:python

- Update to 0.37.0
  * [fix] os.read/write waits until file descriptor is ready
  * [fix] Upgrade RLocks as last thing we do
  * [security] drop header keys with underscores
  * [doc] Various doc updates (Migration Guide, repair links, warns...)

OBS-URL: https://build.opensuse.org/request/show/1201734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=119
This commit is contained in:
2024-09-18 08:41:11 +00:00
committed by Git OBS Bridge
parent afdea051e8
commit 5b8a9b9852
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 18 08:28:43 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.37.0
* [fix] os.read/write waits until file descriptor is ready
* [fix] Upgrade RLocks as last thing we do
* [security] drop header keys with underscores
* [doc] Various doc updates (Migration Guide, repair links, warns...)
-------------------------------------------------------------------
Thu Jun 6 08:42:28 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

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