update to version 0.13.1

epel10
Fabio Valentini 4 years ago
parent 3f1355c0c8
commit 18a43188d7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/pyo3-macros-0.13.0.crate
/pyo3-macros-0.13.1.crate

@ -5,7 +5,7 @@
%global crate pyo3-macros
Name: rust-%{crate}
Version: 0.13.0
Version: 0.13.1
Release: 1%{?dist}
Summary: Proc macros for PyO3 package
@ -70,5 +70,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jan 10 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.1-1
- Update to version 0.13.1.
* Thu Jan 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Initial package

@ -1 +1 @@
SHA512 (pyo3-macros-0.13.0.crate) = 96c56d91fc13902dd6f06494bda2604fe80e14ed3dfff384e4cbfb17abacefc35d003785017b2d8a6985739d9ad75c68a9a581eac12e629f2d4de8662b911683
SHA512 (pyo3-macros-0.13.1.crate) = ab1a2b9310640e19fadfadcb0894fddd5a3280189fa701a65cda310b7b2b1103ad9313e984abb2eddb1245fc4cfc154a03fbece9c85773382bd61cfb28b51c68

Loading…
Cancel
Save