update to version 0.13.2

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

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate pyo3-macros-backend
Name: rust-%{crate}
Version: 0.13.1
Release: 2%{?dist}
Version: 0.13.2
Release: 1%{?dist}
Summary: Code generation for PyO3 package
# Upstream license specification: Apache-2.0
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Feb 12 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-backend-0.13.1.crate) = de87470e74f298ef97ece5a05c88f7f0b7330b3cbce1a8e15034f80611a7c248fe860d4071020539c813d7333ba463c447e7df5e6e9f4fd98accffe72736481f
SHA512 (pyo3-macros-backend-0.13.2.crate) = ee136e214a6f06b6dccec378d6a73a318408cd55795ffb00c18428b40cca1e2f45c3a98e85c82c68f0f2715b8187237f2bb3dd1e94b95288e2bed1bf6a6d042e

Loading…
Cancel
Save