rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.0.2-2mamba;Tue Sep 26 2023]
This commit is contained in:
parent
6d62709ec1
commit
3e04cd73d0
@ -1,7 +1,7 @@
|
||||
%define with_test 0
|
||||
Name: python-Cython
|
||||
Version: 3.0.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: The Cython compiler for writing C extensions for the Python language
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
@ -12,9 +12,10 @@ Source: https://pypi.debian.net/Cython/Cython-%{version}.tar.gz
|
||||
License: Apache License 2.0, Python
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
%description
|
||||
The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
|
||||
@ -85,6 +86,9 @@ done
|
||||
%doc COPYING.txt LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Sun Aug 27 2023 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user