]> git.pld-linux.org Git - packages/python-Cython.git/blobdiff - python-Cython.spec
rebuild with python 3.10
[packages/python-Cython.git] / python-Cython.spec
index 29652d1f9590dba91947319956c3d0550e079ed5..6a0a19f70d4ad96ff2ea47fd006db6de61485a9d 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.1
+Version:       0.29.28
 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: 3cf61c7ef8e5daa47e469cf7ba2e598c
-URL:           http://cython.org/
+# Source0-md5: 0e98543dca816300a27e7d76146a6280
+URL:           https://cython.org/
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
 BuildRequires: python >= 1:2.6
@@ -30,7 +30,7 @@ BuildRequires:        python3-devel >= 1:3.3
 BuildRequires: python3-setuptools
 %endif
 BuildRequires: rpm-pythonprov
-%{?with_apidocs:BuildRequires: sphinx-pdg}
+%{?with_apidocs:BuildRequires: sphinx-pdg-3 >= 1.8}
 Requires:      python-devel >= 1:2.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -85,7 +85,7 @@ Dokumentacja API modułu Cython.
 Summary:       Examples for Cython language
 Summary(pl.UTF-8):     Przykłady programów w języku Cython
 Group:         Libraries/Python
-Obsoletes:     python3-Cython-examples
+Obsoletes:     python3-Cython-examples < 0.20.1
 
 %description examples
 This package contains example programs for Cython language.
@@ -109,7 +109,8 @@ Pakiet zawierający przykładowe programy napisane w języku Cython.
 %py3_build
 
 %if %{with tests}
-%{__python3} runtests.py
+%{__python3} runtests.py \
+       SPHINXBUILD=sphinx-build-3
 %endif
 %endif
 
This page took 0.024993 seconds and 4 git commands to generate.