From cec6e3819e405e9383ff97236323445ac24a1c48 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 28 Nov 2024 19:28:22 +0100 Subject: [PATCH] update to 1.10.2 [release 1.10.2-1mamba;Thu Nov 28 2024] --- python-setuptools-rust.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index 29483be..152e602 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-setuptools-rust -Version: 1.9.0 +Version: 1.10.2 Release: 1mamba Summary: A plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/PyO3/setuptools-rust -Source: https://pypi.debian.net/setuptools-rust/setuptools-rust-%{version}.tar.gz +Source: https://pypi.debian.net/setuptools-rust/setuptools_rust-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -25,7 +25,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %endif %prep -%setup -q -n setuptools-rust-%{version} +%setup -q -n setuptools_rust-%{version} %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -50,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Thu Nov 28 2024 Silvan Calarco 1.10.2-1mamba +- update to 1.10.2 + * Sun Feb 25 2024 Automatic Build System 1.9.0-1mamba - automatic version update by autodist