Update to version 0.21.1; Fixes RHBZ#2265637

epel10
Fabio Valentini 9 months ago
parent 923a0fb643
commit 507429092b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/pyo3-macros-backend-0.20.0.crate
/pyo3-macros-backend-0.20.1.crate
/pyo3-macros-backend-0.20.2.crate
/pyo3-macros-backend-0.21.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate pyo3-macros-backend
Name: rust-pyo3-macros-backend
Version: 0.20.2
Version: 0.21.1
Release: %autorelease
Summary: Code generation for PyO3 package
@ -46,16 +46,16 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+abi3-devel
%package -n %{name}+experimental-async-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+abi3-devel %{_description}
%description -n %{name}+experimental-async-devel %{_description}
This package contains library source intended for building other packages which
use the "abi3" feature of the "%{crate}" crate.
use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+abi3-devel
%files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml
%prep

@ -1 +1 @@
SHA512 (pyo3-macros-backend-0.20.2.crate) = c6ca2a2cdae8630fba3f8e4122e81b60ef2ef0905ad2a3fbcfae134456d5ca9e73690b61590e391f3b9d82c24725809f18544c5dfa0b36ffdb1914844fe65d3a
SHA512 (pyo3-macros-backend-0.21.1.crate) = 0529dded41726f51e51cb8f1967b8eb211814fa527fb7280e33a1e1f36e74b1b6b28e6a33041730f1edb8014239977f52095a2219cb606b519ab08e252884e2d

Loading…
Cancel
Save