14
0
forked from pool/python-Cython

- update to 0.29.23:

* Some problems with Python 3.10 were resolved.
    Patches by Victor Stinner and David Woods.  (Github issues #4046, #4100)
  * An incorrect "optimisation" was removed that allowed changes to a keyword
    dict to leak into keyword arguments passed into a function.
    Patch by Peng Weikang.  (Github issue #3227)
  * Multiplied str constants could end up as bytes constants with language_level=2.
    Patch by Alphadelta14 and David Woods.  (Github issue #3951)
  * ``PY_SSIZE_T_CLEAN`` does not get defined any more if it is already defined.
    Patch by Andrew Jones.  (Github issue #4104)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=149
This commit is contained in:
2021-04-21 21:21:49 +00:00
committed by Git OBS Bridge
parent 12e7ee5829
commit a671183dc7
4 changed files with 19 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Cython
Version: 0.29.22
Version: 0.29.23
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0
@@ -36,7 +36,7 @@ BuildRequires: python-rpm-macros
Requires: python-devel
Requires: python-xml
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
%ifpython2
Provides: %{oldpython}-cython = %{version}
Obsoletes: %{oldpython}-cython < %{version}