update to version 0.13.2

epel10
Fabio Valentini 4 years ago
parent ad15990c83
commit f694fd925f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/pyo3-macros-0.13.0.crate
/pyo3-macros-0.13.1.crate
/pyo3-macros-0.13.2.crate

@ -5,8 +5,8 @@
%global crate pyo3-macros
Name: rust-%{crate}
Version: 0.13.1
Release: 2%{?dist}
Version: 0.13.2
Release: 1%{?dist}
Summary: Proc macros for PyO3 package
# Upstream license specification: Apache-2.0
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.2-1
- Update to version 0.13.2.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (pyo3-macros-0.13.1.crate) = ab1a2b9310640e19fadfadcb0894fddd5a3280189fa701a65cda310b7b2b1103ad9313e984abb2eddb1245fc4cfc154a03fbece9c85773382bd61cfb28b51c68
SHA512 (pyo3-macros-0.13.2.crate) = 3847c60f9e3f7150f46e68164fd35582994597eefcc70542ecf95afc7411785cea5b0eedd978b1c4baf2067ff8f2cdd93778affc82e11dcb264c09ba6ea0d788

Loading…
Cancel
Save