14
0
forked from pool/python-Cython

- update to 0.29.28:

* Due to backwards incompatible changes in CPython 3.11a4, the feature flags
    ``CYTHON_FAST_THREAD_STATE`` and ``CYTHON_USE_EXC_INFO_STACK`` are now disabled
    in Python 3.11 and later.  They are enabled again in Cython 3.0.
    Patch by David Woods.  (Github issue #4610)
  * A C compiler warning in older PyPy versions was resolved.
    Patch by Matti Picus.  (Github issue #4236)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=157
This commit is contained in:
2022-03-20 20:33:59 +00:00
committed by Git OBS Bridge
parent d66d57bce2
commit 2b5f314710
4 changed files with 16 additions and 5 deletions

View File

@@ -20,11 +20,11 @@
%define oldpython python
%bcond_with test
Name: python-Cython
Version: 0.29.27
Version: 0.29.28
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0
URL: http://www.cython.org
URL: https://cython.org/
Source: https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz
Source1: python-Cython-rpmlintrc
BuildRequires: %{python_module devel}