update to version 0.13.1

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

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate pyo3-macros-backend
Name: rust-%{crate}
Version: 0.13.0
Version: 0.13.1
Release: 1%{?dist}
Summary: Code generation 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-backend-0.13.0.crate) = d71f5510c6de76fc8a0c841151bbe1be111d9440fb455969ded95a57ec1395984389f8671f2f210c1e3b8bde58ee634bcd516297f1d29b88c371afadc40636c6
SHA512 (pyo3-macros-backend-0.13.1.crate) = de87470e74f298ef97ece5a05c88f7f0b7330b3cbce1a8e15034f80611a7c248fe860d4071020539c813d7333ba463c447e7df5e6e9f4fd98accffe72736481f

Loading…
Cancel
Save