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 +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>