Rebuilt for Python 3.13

This commit is contained in:
Python Maint 2024-06-07 23:24:00 +02:00 committed by Miro Hrončok
commit 2061eebcdb

View file

@ -4,7 +4,7 @@
Name: python-%{modname}
Version: 23.9.1
Release: 1%{?dist}
Release: 2%{?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 07 2024 Python Maint <python-maint@redhat.com> - 23.9.1-2
- Rebuilt for Python 3.13
* Sat Feb 17 2024 Orion Poplawski <orion@nwra.com> - 23.9.1-1
- Update to 23.9.1 CVE-2023-41419 (bz#2242244)