From 979d679a696acdff8ef0f338a010e2999774d01b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: May 05 2022 09:36:15 +0000 Subject: Update to version 0.15.2 --- diff --git a/.gitignore b/.gitignore index eac1250..4092376 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pyo3-build-config-0.14.4.crate /pyo3-build-config-0.14.5.crate /pyo3-build-config-0.15.1.crate +/pyo3-build-config-0.15.2.crate diff --git a/rust-pyo3-build-config.spec b/rust-pyo3-build-config.spec index 9fe0e01..e41e831 100644 --- a/rust-pyo3-build-config.spec +++ b/rust-pyo3-build-config.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil} %global crate pyo3-build-config Name: rust-%{crate} -Version: 0.15.1 +Version: 0.15.2 Release: %autorelease Summary: Build configuration for the PyO3 ecosystem @@ -15,11 +15,8 @@ URL: https://crates.io/crates/pyo3-build-config Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Build configuration for the PyO3 ecosystem.} @@ -32,12 +29,12 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel -%license LICENSE -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -45,11 +42,11 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+abi3-devel Summary: %{summary} @@ -57,11 +54,11 @@ BuildArch: noarch %description -n %{name}+abi3-devel %{_description} -This package contains library source intended for building other packages -which use "abi3" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "abi3" feature of the "%{crate}" crate. %files -n %{name}+abi3-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+abi3-py310-devel Summary: %{summary} @@ -69,11 +66,11 @@ BuildArch: noarch %description -n %{name}+abi3-py310-devel %{_description} -This package contains library source intended for building other packages -which use "abi3-py310" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "abi3-py310" feature of the "%{crate}" crate. %files -n %{name}+abi3-py310-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+abi3-py36-devel Summary: %{summary} @@ -81,11 +78,11 @@ BuildArch: noarch %description -n %{name}+abi3-py36-devel %{_description} -This package contains library source intended for building other packages -which use "abi3-py36" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "abi3-py36" feature of the "%{crate}" crate. %files -n %{name}+abi3-py36-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+abi3-py37-devel Summary: %{summary} @@ -93,11 +90,11 @@ BuildArch: noarch %description -n %{name}+abi3-py37-devel %{_description} -This package contains library source intended for building other packages -which use "abi3-py37" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "abi3-py37" feature of the "%{crate}" crate. %files -n %{name}+abi3-py37-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+abi3-py38-devel Summary: %{summary} @@ -105,11 +102,11 @@ BuildArch: noarch %description -n %{name}+abi3-py38-devel %{_description} -This package contains library source intended for building other packages -which use "abi3-py38" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "abi3-py38" feature of the "%{crate}" crate. %files -n %{name}+abi3-py38-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+abi3-py39-devel Summary: %{summary} @@ -117,11 +114,11 @@ BuildArch: noarch %description -n %{name}+abi3-py39-devel %{_description} -This package contains library source intended for building other packages -which use "abi3-py39" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "abi3-py39" feature of the "%{crate}" crate. %files -n %{name}+abi3-py39-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+resolve-config-devel Summary: %{summary} @@ -129,11 +126,11 @@ BuildArch: noarch %description -n %{name}+resolve-config-devel %{_description} -This package contains library source intended for building other packages -which use "resolve-config" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "resolve-config" feature of the "%{crate}" crate. %files -n %{name}+resolve-config-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 6f47d06..0631442 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pyo3-build-config-0.15.1.crate) = a9aae6bb4a4a56f7857262276bf1c95510912a367e32470b871f2fe2d6adbffd87247ed2e3b5fa2dfd273a3b0e139d92f25f3228e15c6d8c206c6ba919f38a9c +SHA512 (pyo3-build-config-0.15.2.crate) = e05e68bc54bc7287d3fb037251767dcbcb512e3cae29948507deb7e0ca18ec4d7fd5d598f1dca1a595b6edcd5395fb443189fe56724e67ef68422bf050b10324