Update to version 0.20.0; Fixes RHBZ#2243414

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

1
.gitignore vendored

@ -11,3 +11,4 @@
/pyo3-build-config-0.18.3.crate
/pyo3-build-config-0.19.1.crate
/pyo3-build-config-0.19.2.crate
/pyo3-build-config-0.20.0.crate

@ -1,5 +1,5 @@
--- pyo3-build-config-0.19.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-build-config-0.19.2/Cargo.toml 2023-08-01T13:19:50.482135+00:00
--- pyo3-build-config-0.20.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-build-config-0.20.0/Cargo.toml 2023-11-13T23:43:53.587944+00:00
@@ -35,16 +35,8 @@
[dependencies.once_cell]
version = "1"

@ -1,22 +1,22 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate pyo3-build-config
Name: rust-pyo3-build-config
Version: 0.19.2
Version: 0.20.0
Release: %autorelease
Summary: Build configuration for the PyO3 ecosystem
License: Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/pyo3-build-config
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# Manually created patch for downstream crate metadata changes#
# * drop MSVC- and MinGW-only "python3-dll-a" dependency
Patch: pyo3-build-config-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Build configuration for the PyO3 ecosystem.}
@ -33,7 +33,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel
@ -145,7 +146,7 @@ use the "resolve-config" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (pyo3-build-config-0.19.2.crate) = ccc73061ec1989258921c5b5800689170635fa5503d74a4ac458baef903dd31efa41995d238783f1e099ece1f66d0a0e95c4fcb4b772b9f653dbb20e838b4e28
SHA512 (pyo3-build-config-0.20.0.crate) = a01d06ebeb4b9cfe6ff6731046101e9437498453ca5aa68ec53df3bfb2f34665a489f8072636c2da16c1e867f536032fd293f05a43561117fd131bde5fe5aac7

Loading…
Cancel
Save