Update to version 0.18.1; Fixes RHBZ#2061102

epel10
Fabio Valentini 2 years ago
parent c89aab4e2a
commit e6b211dfad
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/pyo3-macros-0.15.2.crate
/pyo3-macros-0.16.6.crate
/pyo3-macros-0.17.3.crate
/pyo3-macros-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
Name: rust-pyo3-macros
Version: 0.17.3
Version: 0.18.1
Release: %autorelease
Summary: Proc macros for PyO3 package
@ -69,18 +69,6 @@ use the "multiple-pymethods" feature of the "%{crate}" crate.
%files -n %{name}+multiple-pymethods-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-0.17.3.crate) = f99d38ea69b1d46599d203908d12eb3fe4869a48b21b3eaba0c9c8e52b9f2b3c5ea72505dcb9b3330450dd724eeba859eef724fe9624ebbd8bd3cbcff7372df1
SHA512 (pyo3-macros-0.18.1.crate) = baf43c6c5ef8f5fcc91728d693d52453b779de5c48cfdb295449a32ce559c0304e3a93b43bad7b312eee1c44bbe680efc57423d4e38986f3c6eacebf07998609

Loading…
Cancel
Save