diff --git a/gevent-25.4.2.tar.gz b/gevent-25.4.2.tar.gz deleted file mode 100644 index 38a7891..0000000 --- a/gevent-25.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:809bcff58be2ca19084b6ccfe131f5fdf1473d14f20042b203b3e08edb170876 -size 4558916 diff --git a/gevent-25.5.1.tar.gz b/gevent-25.5.1.tar.gz new file mode 100644 index 0000000..305ad4c --- /dev/null +++ b/gevent-25.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61 +size 6388207 diff --git a/python-gevent.changes b/python-gevent.changes index b233fe0..de860e9 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jun 11 09:52:58 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 25.5.1 + * Update the bundled libuv to 1.51 from 1.44.2. + * Note that this changes the minimum supported versions of various + operating systems. Linux now requires kernel 3.10 and glibc 2.17, + up from 2.6.32 and glibc 2.12; macOS now requires version 11, up + from version 10.15; Windows now requires Windows 10 and Visual + Studio 2017, up from Windows 8 and VS 2015; finally, FreeBSD now + requires version 12, up from version 10. + * The musl Linux wheels are now built with muslinux_1_2 instead of + musllinux_1_1. See issue #2108. + * Add support for Cython 3.1 on Windows. + * Add support for Python 3.14b1 and significantly expand the set of + standard library tests we run with monkey-patching. +- Update BuildRequires and Requires from pyproject.toml + ------------------------------------------------------------------- Fri May 9 15:54:04 UTC 2025 - Bernhard Wiedemann diff --git a/python-gevent.spec b/python-gevent.spec index accea19..e54f4fb 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -26,7 +26,7 @@ %bcond_with colortest %{?sle15_python_module_pythons} Name: python-gevent -Version: 25.4.2 +Version: 25.5.1 Release: 0 Summary: Python network library that uses greenlet and libevent License: MIT @@ -43,7 +43,7 @@ BuildRequires: %{python_module backports.entry_points_selectable} BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module dnspython} -BuildRequires: %{python_module greenlet >= 3.0.0} +BuildRequires: %{python_module greenlet >= 3.2.2} BuildRequires: %{python_module objgraph} BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil} @@ -62,7 +62,7 @@ BuildRequires: pkgconfig(libuv) Requires: python-backports.entry_points_selectable Requires: python-cffi Requires: python-dnspython -Requires: python-greenlet >= 3.0.0 +Requires: python-greenlet >= 3.2.2 Requires: python-requests Requires: python-zope.event Requires: python-zope.interface