Update to version 0.21.1; Fixes RHBZ#2265636

epel10
Fabio Valentini 9 months ago
parent 9794d010ae
commit 82bf08a443
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/pyo3-macros-0.20.0.crate
/pyo3-macros-0.20.1.crate
/pyo3-macros-0.20.2.crate
/pyo3-macros-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
Name: rust-pyo3-macros
Version: 0.20.2
Version: 0.21.1
Release: %autorelease
Summary: Proc macros for PyO3 package
@ -46,16 +46,28 @@ 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
%package -n %{name}+experimental-declarative-modules-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+experimental-declarative-modules-devel %{_description}
This package contains library source intended for building other packages which
use the "experimental-declarative-modules" feature of the "%{crate}" crate.
%files -n %{name}+experimental-declarative-modules-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+multiple-pymethods-devel

@ -1 +1 @@
SHA512 (pyo3-macros-0.20.2.crate) = dd9ea9acda95dfc53689a4c26d8c2139f8a90a05ab06737037f19b8bccd5e52b0da5f297a29194b958f5f8b59cbb566b5f409b3f17a863eddf855ecb755d2719
SHA512 (pyo3-macros-0.21.1.crate) = 4b0fdba474fec4ef4d143467425f1ad598be226a42c486adbf2d9c6dbdde8528a81222702962dd7ae63c79d3799048cb40a066d39cd538430d95b2135876ed45

Loading…
Cancel
Save