Update to version 0.20.1; Fixes RHBZ#2256287

epel10
Fabio Valentini 1 year ago
parent c106478902
commit f86ba57d15
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/pyo3-ffi-0.19.1.crate /pyo3-ffi-0.19.1.crate
/pyo3-ffi-0.19.2.crate /pyo3-ffi-0.19.2.crate
/pyo3-ffi-0.20.0.crate /pyo3-ffi-0.20.0.crate
/pyo3-ffi-0.20.1.crate

@ -1,7 +1,10 @@
--- pyo3-ffi-0.20.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- pyo3-ffi-0.20.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-ffi-0.20.0/Cargo.toml 2023-11-13T23:45:21.194275+00:00 +++ pyo3-ffi-0.20.1/Cargo.toml 2023-12-31T22:04:01.184859+00:00
@@ -62,4 +62,3 @@ @@ -66,7 +66,6 @@
] ]
default = [] default = []
extension-module = ["pyo3-build-config/extension-module"] extension-module = ["pyo3-build-config/extension-module"]
-generate-import-lib = ["pyo3-build-config/python3-dll-a"] -generate-import-lib = ["pyo3-build-config/python3-dll-a"]
[lints.clippy]
checked_conversions = "warn"

@ -5,7 +5,7 @@
%global crate pyo3-ffi %global crate pyo3-ffi
Name: rust-pyo3-ffi Name: rust-pyo3-ffi
Version: 0.20.0 Version: 0.20.1
Release: %autorelease Release: %autorelease
Summary: Python-API bindings for the PyO3 ecosystem Summary: Python-API bindings for the PyO3 ecosystem
@ -87,6 +87,18 @@ use the "abi3-py311" feature of the "%{crate}" crate.
%files -n %{name}+abi3-py311-devel %files -n %{name}+abi3-py311-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+abi3-py312-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+abi3-py312-devel %{_description}
This package contains library source intended for building other packages which
use the "abi3-py312" feature of the "%{crate}" crate.
%files -n %{name}+abi3-py312-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+abi3-py37-devel %package -n %{name}+abi3-py37-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (pyo3-ffi-0.20.0.crate) = a68f0b1380f2ac3d3034ac8b3788cd6573850137c6678694cbcc3e814b619510b9b21b11704c2e702d4eb7433d8b1d3a6dac663501b6db5197a409407802b714 SHA512 (pyo3-ffi-0.20.1.crate) = 68274281005f81244231b74b45be8b2bc654daf4b6b9056a5449f60c0fe3ac7aba4cc114475e2d29f492cb80eb67dd4e2135ad8cc0cd5dea04053a0a58a486ea

Loading…
Cancel
Save