Update to 24.2.1

Update to 24.2.1
This commit is contained in:
Orion Poplawski 2024-06-13 22:12:29 -06:00
commit fe180eb9e7
3 changed files with 7 additions and 3 deletions

View file

@ -3,8 +3,8 @@
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
Name: python-%{modname}
Version: 23.9.1
Release: 2%{?dist}
Version: 24.2.1
Release: 1%{?dist}
Summary: A coroutine-based Python networking library
License: MIT
@ -92,6 +92,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr
%{python3_sitearch}/%{modname}*
%changelog
* Fri Jun 14 2024 Orion Poplawski <orion@nwra.com> - 24.2.1-1
- Update to 24.2.1
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 23.9.1-2
- Rebuilt for Python 3.13