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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5df970a2431526e4973bd5810bb8c41aa4da18baa531aa18799302c24e19510
size 559783

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

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

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-eventlet
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-eventlet
Version: 0.38.0
Version: 0.38.2
Release: 0
Summary: Concurrent networking library for Python
License: MIT