Update to version 0.18.1; Fixes RHBZ#2061103

epel10
Fabio Valentini 2 years ago
parent 241ed69702
commit 7b0150809b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/pyo3-macros-backend-0.15.2.crate
/pyo3-macros-backend-0.16.6.crate
/pyo3-macros-backend-0.17.3.crate
/pyo3-macros-backend-0.18.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate pyo3-macros-backend
Name: rust-pyo3-macros-backend
Version: 0.17.3
Version: 0.18.1
Release: %autorelease
Summary: Code generation for PyO3 package
@ -57,18 +57,6 @@ use the "abi3" feature of the "%{crate}" crate.
%files -n %{name}+abi3-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pyproto-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pyproto-devel %{_description}
This package contains library source intended for building other packages which
use the "pyproto" feature of the "%{crate}" crate.
%files -n %{name}+pyproto-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (pyo3-macros-backend-0.17.3.crate) = b4dbddc3ac7ae542560459376127cabdbb4de83c04d70a4efe0976fa94e6ce94a7a62723f689a8fbb1d795fc235b1ac3611f8b4985ae2af0db4a9dc08de48927
SHA512 (pyo3-macros-backend-0.18.1.crate) = 20aed4aa485d6ffc02b0d08aa4c5fc086e73482aedb5ebce155c3f973d0e058902ef806740d483368eb80caac4ccc163516eaf56a027910d71cedc5bc0ee665c

Loading…
Cancel
Save