forked from pool/python-eventlet
Accepting request 1244108 from home:glaubitz:branches:devel:languages:python
- Update to 0.39.0 * [fix] Remove monotonic from requirements (#1018) * [fix] wsgi: Clean up some override logic (#999) * [fix] Correct line lookup from inspect.getsourcelines() (#990) * Drop support of Python 3.7 (#967) * [fix] Calling eventlet.sleep(0) isn't really blocking, so don't blow up (#1015) OBS-URL: https://build.opensuse.org/request/show/1244108 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=129
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a46823af1dca7d29cf04c0d680365805435473c3acbffc176765c7f8787edac
|
|
||||||
size 561526
|
|
3
eventlet-0.39.0.tar.gz
Normal file
3
eventlet-0.39.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01ba0aa6ee2452690fc02b274a2409598a13b997c7b5af9dc66600fa42015a79
|
||||||
|
size 562164
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 10:04:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.39.0
|
||||||
|
* [fix] Remove monotonic from requirements (#1018)
|
||||||
|
* [fix] wsgi: Clean up some override logic (#999)
|
||||||
|
* [fix] Correct line lookup from inspect.getsourcelines() (#990)
|
||||||
|
* Drop support of Python 3.7 (#967)
|
||||||
|
* [fix] Calling eventlet.sleep(0) isn't really blocking,
|
||||||
|
so don't blow up (#1015)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 6 18:25:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Jan 6 18:25:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-eventlet
|
Name: python-eventlet
|
||||||
Version: 0.38.2
|
Version: 0.39.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Concurrent networking library for Python
|
Summary: Concurrent networking library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user