Update to version 0.21.2; Fixes RHBZ#2275246

epel10
Fabio Valentini 9 months ago
parent f7b6b17502
commit 3d88625d62
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/pyo3-0.20.1.crate
/pyo3-0.20.2.crate
/pyo3-0.21.1.crate
/pyo3-0.21.2.crate

@ -1,5 +1,5 @@
--- pyo3-0.21.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.21.1/Cargo.toml 2024-04-12T19:22:47.515008+00:00
--- pyo3-0.21.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.21.2/Cargo.toml 2024-04-24T18:52:26.047641+00:00
@@ -241,7 +241,6 @@
"serde",
"smallvec",

@ -5,7 +5,7 @@
%global crate pyo3
Name: rust-pyo3
Version: 0.21.1
Version: 0.21.2
Release: %autorelease
Summary: Bindings to Python interpreter

@ -1 +1 @@
SHA512 (pyo3-0.21.1.crate) = 6bf1c99b7c0c44ece16b3298f1090891cac2994e25730da8a82981f2296bc2d260b61df08897a2cd6c27c6e90deb70e4c08388fc70eeea6dea4b5cc451ed9598
SHA512 (pyo3-0.21.2.crate) = 5f88cda423e82b62698a74ceaa31fc27e5c1f1d417928accddb2e00337d163fda622f774ae6e24c1cb73c467d6b01e9a2ba866e4454338b1fbfc892ae14ffc53

Loading…
Cancel
Save