Update to version 0.22.0; Fixes RHBZ#2293992

epel10
Fabio Valentini 8 months ago
parent b4ac37455a
commit 2f0ad768e0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/pyo3-ffi-0.20.2.crate
/pyo3-ffi-0.21.1.crate
/pyo3-ffi-0.21.2.crate
/pyo3-ffi-0.22.0.crate

@ -1,5 +1,5 @@
--- pyo3-ffi-0.21.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-ffi-0.21.2/Cargo.toml 2024-04-24T18:50:58.400201+00:00
--- pyo3-ffi-0.22.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-ffi-0.22.0/Cargo.toml 2024-06-25T10:39:15.007469+00:00
@@ -66,7 +66,6 @@
]
default = []

@ -5,7 +5,7 @@
%global crate pyo3-ffi
Name: rust-pyo3-ffi
Version: 0.21.2
Version: 0.22.0
Release: %autorelease
Summary: Python-API bindings for the PyO3 ecosystem

@ -1 +1 @@
SHA512 (pyo3-ffi-0.21.2.crate) = 5cbc9dfb14569210776fd66341e77e61642a9920354251a65b91aa13a0fb1c373258d1a6b4f8feacdc4266d472193d8f20a6dd2cc180ccc3d43fb66237ae6d0d
SHA512 (pyo3-ffi-0.22.0.crate) = cede32dc8025badcdd6d00b4a1204c6ceb5ad30fa0b637deecca669f2ee2b8961f88d9d867caa8cae59f498dc4e1c15f3b4049c5f47615e215b0f289fc560bce

Loading…
Cancel
Save