Update to version 0.23.3; Fixes RHBZ#2326538

epel10 imports/epel10/rust-pyo3-macros-backend-0.23.3-1.el10
Fabio Valentini 1 month ago
parent b1f4179000
commit a90a22b663
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -26,3 +26,4 @@
/pyo3-macros-backend-0.22.3.crate
/pyo3-macros-backend-0.22.4.crate
/pyo3-macros-backend-0.22.6.crate
/pyo3-macros-backend-0.23.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate pyo3-macros-backend
Name: rust-pyo3-macros-backend
Version: 0.22.6
Version: 0.23.3
Release: %autorelease
Summary: Code generation for PyO3 package
@ -58,18 +58,6 @@ use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+gil-refs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+gil-refs-devel %{_description}
This package contains library source intended for building other packages which
use the "gil-refs" feature of the "%{crate}" crate.
%files -n %{name}+gil-refs-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (pyo3-macros-backend-0.22.6.crate) = 87463939b5a5674e30e8ca05ae747f652f8679f0c5c85d20967e9910ad853768a769a914580e82e409188fe4add80a3117ccb9da24c250406bc6f76fe4453799
SHA512 (pyo3-macros-backend-0.23.3.crate) = 9b22e975480f9afc2037587ba85889868a1b543069c2280c65f4cf98e5537708d098bb4885e881c1c9427740c8259988d82176b974900551a4e51097cefb8708

Loading…
Cancel
Save