Update to version 0.21.1; Fixes RHBZ#2265634

epel10
Fabio Valentini 11 months ago
parent 3f8f2638fb
commit e8d9601405
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/pyo3-ffi-0.20.0.crate /pyo3-ffi-0.20.0.crate
/pyo3-ffi-0.20.1.crate /pyo3-ffi-0.20.1.crate
/pyo3-ffi-0.20.2.crate /pyo3-ffi-0.20.2.crate
/pyo3-ffi-0.21.1.crate

@ -1,5 +1,5 @@
--- pyo3-ffi-0.20.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- pyo3-ffi-0.21.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-ffi-0.20.2/Cargo.toml 2024-01-07T21:03:42.462829+00:00 +++ pyo3-ffi-0.21.1/Cargo.toml 2024-04-12T19:21:38.087892+00:00
@@ -66,7 +66,6 @@ @@ -66,7 +66,6 @@
] ]
default = [] default = []

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pyo3-ffi %global crate pyo3-ffi
Name: rust-pyo3-ffi Name: rust-pyo3-ffi
Version: 0.20.2 Version: 0.21.1
Release: %autorelease Release: %autorelease
Summary: Python-API bindings for the PyO3 ecosystem Summary: Python-API bindings for the PyO3 ecosystem
@ -17,6 +17,7 @@ Source: %{crates_source}
Patch: pyo3-ffi-fix-metadata.diff Patch: pyo3-ffi-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
BuildRequires: python3-devel >= 3.7
%global _description %{expand: %global _description %{expand:
Python-API bindings for the PyO3 ecosystem.} Python-API bindings for the PyO3 ecosystem.}
@ -153,7 +154,6 @@ use the "extension-module" feature of the "%{crate}" crate.
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
echo 'python3-devel >= 3.7'
%build %build
%cargo_build %cargo_build

@ -1,3 +1,8 @@
[package]
cargo-toml-patch-comments = [
"drop MSVC- and MinGW-only features",
]
[requires] [requires]
build = ["python3-devel >= 3.7"] build = ["python3-devel >= 3.7"]
lib = ["python3-devel >= 3.7"] lib = ["python3-devel >= 3.7"]

@ -1 +1 @@
SHA512 (pyo3-ffi-0.20.2.crate) = ee6386b6fdb80689d104f9cd5229f02e1893d00a52be710bd36882c47305abbe24ef2f3cdef8200fddc0bb97e29001fa3a2fd9d3d2673ecd9a104a070420d01e SHA512 (pyo3-ffi-0.21.1.crate) = 6d0f6d1c9d6af1255a1d709e1da6dee82c9948ddcd2c8b38c760e5fe23b6a65b050f030b46a38697aa82b5c1927fc9a20dff92cfabf1a03ca92099583a516c68

Loading…
Cancel
Save