Update to 24.10.2
This commit is contained in:
parent
25d0d2fcf6
commit
b9b30dac33
4 changed files with 7 additions and 20 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -31,3 +31,4 @@ gevent-0.13.0.tar.gz
|
|||
/gevent-23.9.1.tar.gz
|
||||
/gevent-24.2.1.tar.gz
|
||||
/gevent-24.10.1.tar.gz
|
||||
/gevent-24.10.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
https://github.com/gevent/gevent/issues/2031
|
||||
|
||||
--- a/src/gevent/_gevent_cqueue.pxd
|
||||
+++ b/src/gevent/_gevent_cqueue.pxd
|
||||
@@ -75,7 +75,6 @@ cdef class ItemWaiter(Waiter):
|
||||
cdef readonly Queue queue
|
||||
|
||||
|
||||
-@cython.final
|
||||
cdef class UnboundQueue(Queue):
|
||||
pass
|
||||
|
||||
|
|
@ -3,18 +3,13 @@
|
|||
%global optflags %(echo %{optflags} -I%{_includedir}/libev)
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 24.10.1
|
||||
Version: 24.10.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A coroutine-based Python networking library
|
||||
|
||||
License: MIT
|
||||
URL: http://www.gevent.org/
|
||||
Source0: https://github.com/gevent/gevent/archive/%{version}/%{modname}-%{version}.tar.gz
|
||||
# No pypi source for 24.10.1 yet - https://github.com/gevent/gevent/issues/2063
|
||||
#Source0: %{pypi_source %{modname} %{version} tar.gz}
|
||||
# avoid incompatible types error with Cython 3.0.10
|
||||
# https://github.com/gevent/gevent/issues/2031
|
||||
Patch0: cython3010.patch
|
||||
Source0: %{pypi_source %{modname} %{version} tar.gz}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: c-ares-devel
|
||||
|
|
@ -101,6 +96,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr
|
|||
%{python3_sitearch}/%{modname}*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 11 2024 Orion Poplawski <orion@nwra.com> - 24.10.2-1
|
||||
- Update to 24.10.2
|
||||
|
||||
* Thu Oct 10 2024 Orion Poplawski <orion@nwra.com> - 24.10.1-1
|
||||
- Update to 24.10.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gevent-24.10.1.tar.gz) = 46f72091b6e8a8b86fd83031401b88878f72e549f81eff429f6f95f7dc8061d8f2b1ea82c73c402523babf4e5c4d9f8881ef36d83ab6278322ce03e7f59914f3
|
||||
SHA512 (gevent-24.10.2.tar.gz) = b1dc525d25434301d5b774745fc9870cc3d5b24cb8cddae425291635a1a78b1d8db957e9faa3edce020a3727f5a833efb5a52cfdd2312e6e30129744474933da
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue