From 141eb6086db2e044c392361b7c9a7731404828b3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 28 Nov 2024 19:27:21 +0100 Subject: [PATCH] update to 3.0.11 [release 3.0.11-1mamba;Thu Nov 28 2024] --- python-Cython.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-Cython.spec b/python-Cython.spec index d98a79d..4c0142d 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,6 +1,6 @@ %define with_test 0 Name: python-Cython -Version: 3.0.10 +Version: 3.0.11 Release: 1mamba Summary: The Cython compiler for writing C extensions for the Python language Group: Development/Tools @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -35,7 +35,7 @@ Obsoletes: Cython <= 1:3.0a7 %debug_package %prep -%setup -q -n Cython-%{version} +%setup -q -n cython-%{version} for p in $(find . -name "*.py"); do sed -i 's|#!/usr/bin/python|#!%{__python}|' $p @@ -86,6 +86,9 @@ done %doc COPYING.txt LICENSE.txt %changelog +* Thu Nov 28 2024 Silvan Calarco 3.0.11-1mamba +- update to 3.0.11 + * Sun Mar 31 2024 Automatic Build System 3.0.10-1mamba - automatic version update by autodist