Update to version 0.22.6; Fixes RHBZ#2318986

epel10
Fabio Valentini 4 months ago
parent e7d840f7ef
commit cf522a0b23
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/pyo3-ffi-0.22.2.crate
/pyo3-ffi-0.22.3.crate
/pyo3-ffi-0.22.4.crate
/pyo3-ffi-0.22.6.crate

@ -5,20 +5,19 @@
%global crate pyo3-ffi
Name: rust-pyo3-ffi
Version: 0.22.4
Version: 0.22.6
Release: %autorelease
Summary: Python-API bindings for the PyO3 ecosystem
License: MIT OR Apache-2.0
URL: https://crates.io/crates/pyo3-ffi
Source: %{crates_source}
# Downstream-only patch: always allow unsupported versions of Python.
# * Downstream-only patch: always allow unsupported versions of Python.
# We constantly attempt to integrate alpha and beta releases of Python
# and need to rebuild all dependent packages in Copr, also those that
# use pyo3-ffi without patching each and every one of them,
# hence we explicitly allow to skip version check when building RPMs.
Patch: Allow-unsupported-Python-versions-in-RPM-builds.patch
# use pyo3-ffi without patching each and every one of them, hence we
# explicitly allow to skip version check when building RPMs.
Patch2: Allow-unsupported-Python-versions-in-RPM-builds.patch
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: python3-devel >= 3.7

@ -1,3 +1,14 @@
[[package.extra-patches]]
number = 2
file = "Allow-unsupported-Python-versions-in-RPM-builds.patch"
comments = ["""\
Downstream-only patch: always allow unsupported versions of Python.
We constantly attempt to integrate alpha and beta releases of Python
and need to rebuild all dependent packages in Copr, also those that
use pyo3-ffi without patching each and every one of them, hence we
explicitly allow to skip version check when building RPMs.""",
]
[features]
# drop MSVC- and MinGW-only features
hide = ["generate-import-lib"]

@ -1 +1 @@
SHA512 (pyo3-ffi-0.22.4.crate) = c81e76aa58672cc894188980db073c81bd9c091e89e281313e81c14ef5573940c114fcf110d1a4c923249db5a1a45cd1732621395edf6f5ea6d29b4f81d81eeb
SHA512 (pyo3-ffi-0.22.6.crate) = 616e51a0eae1207830fe95251d5b62f126daf446bec68ac98cb1b8538aaa59761dbde62d446a9ee205c23453dbd32bd8ecb15e26265ed1fa1e5e2056efd96369

Loading…
Cancel
Save