14
0
forked from pool/python-Cython

Accepting request 1106193 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1106193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=178
This commit is contained in:
2023-08-29 06:58:58 +00:00
committed by Git OBS Bridge
parent a22fc45760
commit d6e027f033
4 changed files with 88 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
%bcond_with test
%{?sle15_python_module_pythons}
Name: python-Cython
Version: 3.0.0
Version: 3.0.2
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0
@@ -33,12 +33,12 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: python-rpm-macros
Conflicts: python-Cython < 3
Provides: python-Cython3 = 3.0.0
Obsoletes: python-Cython3 <= 3.0.0
Requires: python-devel
Requires(post): update-alternatives
Requires(postun):update-alternatives
Conflicts: python-Cython < 3
Provides: python-Cython3 = 3.0.0
Obsoletes: python-Cython3 <= 3.0.0
%python_subpackages
%description