Update to version 0.22.0; Fixes RHBZ#2293990

epel10
Fabio Valentini 7 months ago
parent 3d88625d62
commit f118e3bd2c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/pyo3-0.20.2.crate /pyo3-0.20.2.crate
/pyo3-0.21.1.crate /pyo3-0.21.1.crate
/pyo3-0.21.2.crate /pyo3-0.21.2.crate
/pyo3-0.22.0.crate

@ -1,10 +1,10 @@
--- pyo3-0.21.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- pyo3-0.22.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.21.2/Cargo.toml 2024-04-24T18:52:26.047641+00:00 +++ pyo3-0.22.0/Cargo.toml 2024-06-25T10:43:21.348671+00:00
@@ -241,7 +241,6 @@ @@ -239,7 +239,6 @@
"serde", "serde",
"smallvec", "smallvec",
] ]
-generate-import-lib = ["pyo3-ffi/generate-import-lib"] -generate-import-lib = ["pyo3-ffi/generate-import-lib"]
gil-refs = [] gil-refs = ["pyo3-macros/gil-refs"]
macros = [ macros = [
"pyo3-macros", "pyo3-macros",

@ -5,7 +5,7 @@
%global crate pyo3 %global crate pyo3
Name: rust-pyo3 Name: rust-pyo3
Version: 0.21.2 Version: 0.22.0
Release: %autorelease Release: %autorelease
Summary: Bindings to Python interpreter Summary: Bindings to Python interpreter
@ -213,18 +213,6 @@ use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-devel %files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-declarative-modules-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+experimental-declarative-modules-devel %{_description}
This package contains library source intended for building other packages which
use the "experimental-declarative-modules" feature of the "%{crate}" crate.
%files -n %{name}+experimental-declarative-modules-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-inspect-devel %package -n %{name}+experimental-inspect-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -393,6 +381,30 @@ use the "num-complex" feature of the "%{crate}" crate.
%files -n %{name}+num-complex-devel %files -n %{name}+num-complex-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+num-rational-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+num-rational-devel %{_description}
This package contains library source intended for building other packages which
use the "num-rational" feature of the "%{crate}" crate.
%files -n %{name}+num-rational-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+py-clone-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+py-clone-devel %{_description}
This package contains library source intended for building other packages which
use the "py-clone" feature of the "%{crate}" crate.
%files -n %{name}+py-clone-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pyo3-macros-devel %package -n %{name}+pyo3-macros-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (pyo3-0.21.2.crate) = 5f88cda423e82b62698a74ceaa31fc27e5c1f1d417928accddb2e00337d163fda622f774ae6e24c1cb73c467d6b01e9a2ba866e4454338b1fbfc892ae14ffc53 SHA512 (pyo3-0.22.0.crate) = 44e0237fd3a8d4c7b082c48a5c8a52d8f4cc4673d134f680e29504bb46d870015fa210da34de4c1998defbcd4afdf2aaea4e148fbe093e4b2c8b0d064cd48da4

Loading…
Cancel
Save