diff --git a/.gitignore b/.gitignore index f510175..a4c5502 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setuptools-rust-1.7.0.tar.gz +SOURCES/setuptools_rust-1.10.2.tar.gz diff --git a/.python-setuptools-rust.metadata b/.python-setuptools-rust.metadata index 6727cfe..afb338b 100644 --- a/.python-setuptools-rust.metadata +++ b/.python-setuptools-rust.metadata @@ -1 +1 @@ -a8a6f454b45b6a62f1ef2a69f5bf0c2e41407067 SOURCES/setuptools-rust-1.7.0.tar.gz +21c7cbb6cd692c6f641778466683aa4a4839b468 SOURCES/setuptools_rust-1.10.2.tar.gz diff --git a/SPECS/python-setuptools-rust.spec b/SPECS/python-setuptools-rust.spec index ed6aada..eca6e21 100644 --- a/SPECS/python-setuptools-rust.spec +++ b/SPECS/python-setuptools-rust.spec @@ -1,8 +1,8 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.6.1) +## (rpmautospec version 0.6.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 10; + release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -17,13 +17,14 @@ %global integration_tests_exc '^(html-py-ever)' Name: python-setuptools-rust -Version: 1.7.0 +Version: 1.10.2 Release: %autorelease Summary: Setuptools Rust extension plugin License: MIT URL: https://github.com/PyO3/setuptools-rust -Source0: %{pypi_source setuptools-rust} +Source0: %{pypi_source setuptools_rust} + BuildArch: noarch BuildRequires: python3-devel @@ -48,19 +49,15 @@ extensions written in Rust as easily as if they were written in C.} %package -n python3-setuptools-rust Summary: %{summary} -%if 0%{?fedora} -Requires: rust-packaging -%else -Requires: rust-toolset >= 1.45 -%endif +Requires: cargo %description -n python3-setuptools-rust %{_description} %prep -%autosetup -n setuptools-rust-%{version} - %cargo_prep +%autosetup -p1 -n setuptools_rust-%{version} + %if %{with integration_tests} for example in $(ls examples/ | grep -vE %{integration_tests_exc}); do @@ -88,7 +85,7 @@ done %install %pyproject_install -%pyproject_save_files setuptools_rust +%pyproject_save_files -l setuptools_rust %check @@ -126,14 +123,25 @@ done %files -n python3-setuptools-rust -f %{pyproject_files} %doc README.md CHANGELOG.md -%license LICENSE %changelog -* Mon Dec 02 2024 MSVSphere Packaging Team - 1.7.0-10 +## START: Generated by rpmautospec +* Wed Dec 04 2024 Francisco Trivino - 1.10.2-1 +- Update to 1.10.2 + +* Tue Dec 03 2024 Francisco Trivino - 1.7.0-13 +- Fix rpm-sti-test tests + +* Mon Dec 02 2024 MSVSphere Packaging Team - 1.7.0-12 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec +* Tue Oct 29 2024 Troy Dawson - 1.7.0-12 +- Bump release for October 2024 mass rebuild: + +* Thu Aug 29 2024 Francisco Trivino - 1.7.0-11 +- Add gating.yaml + * Mon Jun 24 2024 Troy Dawson - 1.7.0-10 - Bump release for June 2024 mass rebuild