From 53500605dd0efbac402bcdc5c19ec098a8b582cb970b5f35a07613e71746ba9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 7 Jan 2025 09:14:18 +0000 Subject: [PATCH] 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 --- eventlet-0.38.0.tar.gz | 3 --- eventlet-0.38.2.tar.gz | 3 +++ python-eventlet.changes | 11 +++++++++++ python-eventlet.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 eventlet-0.38.0.tar.gz create mode 100644 eventlet-0.38.2.tar.gz diff --git a/eventlet-0.38.0.tar.gz b/eventlet-0.38.0.tar.gz deleted file mode 100644 index c1c1437..0000000 --- a/eventlet-0.38.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5df970a2431526e4973bd5810bb8c41aa4da18baa531aa18799302c24e19510 -size 559783 diff --git a/eventlet-0.38.2.tar.gz b/eventlet-0.38.2.tar.gz new file mode 100644 index 0000000..7a09c61 --- /dev/null +++ b/eventlet-0.38.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a46823af1dca7d29cf04c0d680365805435473c3acbffc176765c7f8787edac +size 561526 diff --git a/python-eventlet.changes b/python-eventlet.changes index 781546a..46525cd 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 6 18:25:35 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-eventlet.spec b/python-eventlet.spec index 048158b..8de3936 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -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