diff --git a/gevent-25.8.2.tar.gz b/gevent-25.8.2.tar.gz deleted file mode 100644 index 1a06eb9931a751dc7f41a01002c81d1722e20edf..0000000000000000000000000000000000000000 Binary files a/gevent-25.8.2.tar.gz and /dev/null differ diff --git a/gevent-25.9.1.tar.gz b/gevent-25.9.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..53891f6b5091d868b42ad50b5ed285e29b0f7051 --- /dev/null +++ b/gevent-25.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf9cd552de44a4e6754c51ff2e78d9193b7fa6eab123db9578a210e657235dd +size 5059025 diff --git a/python-gevent.spec b/python-gevent.spec index 96e6e4d32f0e937aba12c40cc04a415b2656fb1b..59105c95a563a1244a7c11f24d05e38aca6762e3 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -1,14 +1,14 @@ %global __provides_exclude_from ^%{python3_sitearch}/.*\\.so$ Name: python-gevent -Version: 25.8.2 +Version: 25.9.1 Release: 1 Summary: A coroutine-based Python networking library License: MIT URL: http://www.gevent.org/ Source0: %{pypi_source gevent} -BuildRequires: gcc c-ares-devel libev-devel +BuildRequires: gcc c-ares-devel libev-devel libuv-devel %description gevent is a coroutine -based Python networking library that uses greenlet to @@ -80,6 +80,11 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/gevent* %changelog +* Sat Dec 13 2025 liliguang - 25.9.1-1 +- Update package to version 25.9.1 + * gevent is now tested on PyPy 3.11 v7.3.20 + * fix a `TypeError` in the C extensions when attempting to put items into a full `SimpleQueue.` + * Wed Sep 10 2025 lilu - 25.8.2-1 - Update package to version 25.8.2 * Make the ``queue`` attribute of ``gevent.queue.Queue`` objects writable from Python when the C extension is in use. When monkey-patched, this lets subclasses assign to it from their ``_init``method