update to 3.0.11 [release 3.0.11-1mamba;Thu Nov 28 2024]
This commit is contained in:
parent
dc505b1ffb
commit
141eb6086d
@ -1,6 +1,6 @@
|
|||||||
%define with_test 0
|
%define with_test 0
|
||||||
Name: python-Cython
|
Name: python-Cython
|
||||||
Version: 3.0.10
|
Version: 3.0.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Cython compiler for writing C extensions for the Python language
|
Summary: The Cython compiler for writing C extensions for the Python language
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://cython.org/
|
URL: https://cython.org/
|
||||||
Source: https://pypi.debian.net/Cython/Cython-%{version}.tar.gz
|
Source: https://pypi.debian.net/Cython/cython-%{version}.tar.gz
|
||||||
License: Apache License 2.0, Python
|
License: Apache License 2.0, Python
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -35,7 +35,7 @@ Obsoletes: Cython <= 1:3.0a7
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Cython-%{version}
|
%setup -q -n cython-%{version}
|
||||||
|
|
||||||
for p in $(find . -name "*.py"); do
|
for p in $(find . -name "*.py"); do
|
||||||
sed -i 's|#!/usr/bin/python|#!%{__python}|' $p
|
sed -i 's|#!/usr/bin/python|#!%{__python}|' $p
|
||||||
@ -86,6 +86,9 @@ done
|
|||||||
%doc COPYING.txt LICENSE.txt
|
%doc COPYING.txt LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.11-1mamba
|
||||||
|
- update to 3.0.11
|
||||||
|
|
||||||
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 3.0.10-1mamba
|
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 3.0.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user