]> git.pld-linux.org Git - packages/python-Cython.git/blobdiff - python-Cython.spec
- added gc-py2-fix backported from git (fixes python2 crash in generated deallocation...
[packages/python-Cython.git] / python-Cython.spec
index bf3aa95684c92a2967a5b558e74d17f2cd54f4af..4b8587b69fba81d0292a9983e484d9bce20856ad 100644 (file)
 Summary:       Language for writing Python Extension Modules (Python 2.x version)
 Summary(pl.UTF-8):     Język służący do pisania modułów rozszerzających Pythona (wersja dla Pythona 2.x)
 Name:          python-%{module}
-Version:       0.29.28
-Release:       4
+Version:       0.29.36
+Release:       2
 License:       Apache v2.0
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/cython/
 Source0:       https://files.pythonhosted.org/packages/source/c/cython/%{module}-%{version}.tar.gz
-# Source0-md5: 0e98543dca816300a27e7d76146a6280
+# Source0-md5: a4d0f9fbc9c137f1a88937cd40e8c5ee
+Patch0:                cython-gc-py2-fix.patch
 URL:           https://cython.org/
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
@@ -95,6 +96,7 @@ Pakiet zawierający przykładowe programy napisane w języku Cython.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 %if %{with python2}
This page took 0.050107 seconds and 4 git commands to generate.