Update to version 0.18.1; Fixes RHBZ#2061100

epel10
Fabio Valentini 2 years ago
parent afa0129870
commit 0604ee41da
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/pyo3-build-config-0.15.2.crate
/pyo3-build-config-0.16.6.crate
/pyo3-build-config-0.17.3.crate
/pyo3-build-config-0.18.1.crate

@ -1,5 +1,5 @@
--- pyo3-build-config-0.17.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-build-config-0.17.3/Cargo.toml 2023-01-26T16:11:38.237912+00:00
--- pyo3-build-config-0.18.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-build-config-0.18.1/Cargo.toml 2023-03-03T19:34:25.221105+00:00
@@ -35,16 +35,8 @@
[dependencies.once_cell]
version = "1"

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate pyo3-build-config
Name: rust-pyo3-build-config
Version: 0.17.3
Version: 0.18.1
Release: %autorelease
Summary: Build configuration for the PyO3 ecosystem
@ -72,6 +72,18 @@ use the "abi3-py310" feature of the "%{crate}" crate.
%files -n %{name}+abi3-py310-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+abi3-py311-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+abi3-py311-devel %{_description}
This package contains library source intended for building other packages which
use the "abi3-py311" feature of the "%{crate}" crate.
%files -n %{name}+abi3-py311-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+abi3-py37-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (pyo3-build-config-0.17.3.crate) = 92652ffdfb3f6c3c8a1c2f97f5e2ed19175ba6bad5cd0f0c113b569369193aa18d95adc780bbdb8202d815a1ec0b6aeaf40d93d64faab42f4e8b452c806906a2
SHA512 (pyo3-build-config-0.18.1.crate) = 6277726d3f0faf70453f61f90c547db01ce5d50823ca9ba731d57309edbb33729bcfa3299415716cf6154ec2cb3a4c1e7eabc8ea18e400e746b37324bfca2ec9

Loading…
Cancel
Save