forked from pool/python-gevent
Accepting request 1217326 from home:glaubitz:branches:devel:languages:python
- Update to 24.10.3
* Fix clearing stack frames on Python 3.13. This is invoked when you
fork after having used the thread pool.
* Distribute manylinux2014 wheels for x86_64.
* Stop switching to the hub in the after fork hook in a child process.
This could lead to strange behaviour, and is different than what all
other versions of Python do.
- from version 24.10.2
* Workaround a Cython bug compiling on GCC14.
- Drop gh-2031-cython-workaround.patch, merged upstream
OBS-URL: https://build.opensuse.org/request/show/1217326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=115
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
%bcond_with colortest
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-gevent
|
||||
Version: 24.10.1
|
||||
Version: 24.10.3
|
||||
Release: 0
|
||||
Summary: Python network library that uses greenlet and libevent
|
||||
License: MIT
|
||||
@@ -36,10 +36,6 @@ Source0: https://github.com/gevent/gevent/archive/%{version}.tar.gz#/geve
|
||||
Source100: %{name}-rpmlintrc
|
||||
# PATCH-FEATURE-OPENSUSE gevent-opensuse-nocolor-tests.patch code@bnavigator.de -- Avoid colorization of test output in obs runners
|
||||
Patch2: gevent-opensuse-nocolor-tests.patch
|
||||
# PATCH-FIX-OPENSUSE gh-2031-cython-workaround.patch
|
||||
# Fix FTBFS with GCC 14 and Cython 3.0.10
|
||||
# https://github.com/gevent/gevent/issues/2031
|
||||
Patch3: gh-2031-cython-workaround.patch
|
||||
BuildRequires: %{python_module Cython >= 3.0.2}
|
||||
BuildRequires: %{python_module cffi}
|
||||
BuildRequires: %{python_module devel >= 3.8}
|
||||
|
||||
Reference in New Issue
Block a user