Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 11:20:46 +02:00 committed by Tomáš Hrnčiar
parent 06bf9a29a4
commit ca7a74d8fd

View File

@ -4,7 +4,7 @@
Name: python-%{modname}
Version: 21.12.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A coroutine-based Python networking library
License: MIT
@ -99,6 +99,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr
%{python3_sitearch}/%{modname}*
%changelog
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 21.12.0-3
- Rebuilt for Python 3.11
* Wed Jun 01 2022 Miro Hrončok <mhroncok@redhat.com> - 21.12.0-2
- Support Python 3.11