diff --git a/gevent-25.5.1.tar.gz b/gevent-25.5.1.tar.gz deleted file mode 100644 index 2e07a64a14dc4fd20fe411ef1d6bb864e6ba66d8..0000000000000000000000000000000000000000 --- a/gevent-25.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61 -size 6388207 diff --git a/gevent-25.8.2.tar.gz b/gevent-25.8.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1a06eb9931a751dc7f41a01002c81d1722e20edf Binary files /dev/null and b/gevent-25.8.2.tar.gz differ diff --git a/python-gevent.spec b/python-gevent.spec index f48f50e0c5e3640c0bf3c0c7d653b3597d46e88d..96e6e4d32f0e937aba12c40cc04a415b2656fb1b 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -1,7 +1,7 @@ %global __provides_exclude_from ^%{python3_sitearch}/.*\\.so$ Name: python-gevent -Version: 25.5.1 +Version: 25.8.2 Release: 1 Summary: A coroutine-based Python networking library License: MIT @@ -80,6 +80,10 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/gevent* %changelog +* 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 + * Sat Aug 02 2025 Funda Wang - 25.5.1-1 - update to 25.5.1