14
0

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

- Update to 0.38.2
  * [fix] fix the monkey patching with the asyncio hub
  * [feature] introduce the unmonkeypatching feature
- from version 0.38.1
  * [fix] Python 3.13: Use greenthread's dead state where possible (#1000)
  * [env] bump github Actions (#996)
  * [fix] Fix bug where asyncio hub didn't support multiple os threads (#995)

OBS-URL: https://build.opensuse.org/request/show/1235383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=127
This commit is contained in:
2025-01-07 09:14:18 +00:00
committed by Git OBS Bridge
parent 6e3d4132a3
commit 53500605dd
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 6 18:25:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.38.2
* [fix] fix the monkey patching with the asyncio hub
* [feature] introduce the unmonkeypatching feature
- from version 0.38.1
* [fix] Python 3.13: Use greenthread's dead state where possible (#1000)
* [env] bump github Actions (#996)
* [fix] Fix bug where asyncio hub didn't support multiple os threads (#995)
-------------------------------------------------------------------
Wed Dec 4 13:49:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>