Update to version 0.22.0; Fixes RHBZ#2293991

epel10
Fabio Valentini 7 months ago
parent 2cc5b82d20
commit 0043d89e89
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/pyo3-macros-0.20.2.crate
/pyo3-macros-0.21.1.crate
/pyo3-macros-0.21.2.crate
/pyo3-macros-0.22.0.crate

@ -5,7 +5,7 @@
%global crate pyo3-macros
Name: rust-pyo3-macros
Version: 0.21.2
Version: 0.22.0
Release: %autorelease
Summary: Proc macros for PyO3 package
@ -58,16 +58,16 @@ use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-declarative-modules-devel
%package -n %{name}+gil-refs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+experimental-declarative-modules-devel %{_description}
%description -n %{name}+gil-refs-devel %{_description}
This package contains library source intended for building other packages which
use the "experimental-declarative-modules" feature of the "%{crate}" crate.
use the "gil-refs" feature of the "%{crate}" crate.
%files -n %{name}+experimental-declarative-modules-devel
%files -n %{name}+gil-refs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+multiple-pymethods-devel

@ -1 +1 @@
SHA512 (pyo3-macros-0.21.2.crate) = 95335a55d57346107fdc7591d51e36aa0a985d6c44a875475a0ed52df25d33b21a7b922fdab0eed190da9708968e79f7cd50bc683b6d210eb068713a915ac7f4
SHA512 (pyo3-macros-0.22.0.crate) = ed9e9d6322fb8d3fd11114899c3ad84ebbc5b5eba58e5aabfc7f9691f02ec053f1c2804cea93d21f2ac9332f5b719b7fee9878faa95f21eb2a2d86f9050c7339

Loading…
Cancel
Save