Update to 24.2.1
Update to 24.2.1
This commit is contained in:
parent
2061eebcdb
commit
fe180eb9e7
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -29,3 +29,4 @@ gevent-0.13.0.tar.gz
|
|||
/gevent-22.10.2.tar.gz
|
||||
/gevent-23.7.0.tar.gz
|
||||
/gevent-23.9.1.tar.gz
|
||||
/gevent-24.2.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gevent-23.9.1.tar.gz) = c0600a5f9e50040009c3467ad802dda8a48422dca4e781acc9ca3428446399932da2f07d7345936ef634783611cf664d219f614980ed6b936f4a510e56ea753c
|
||||
SHA512 (gevent-24.2.1.tar.gz) = 4fcef5295fa332c560dc96a0c1643bb03ea25f10a7f386f7779bc1a79d209b0017b18c56f28ff3f9ae6b2b8836d572cd5790ea021e10e016d2148be741621bed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue