Update to version 0.22.3; Fixes RHBZ#2312480

epel10
Fabio Valentini 4 months ago
parent 96b2bfd34b
commit 4dfe22aa33
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/pyo3-0.21.2.crate
/pyo3-0.22.0.crate
/pyo3-0.22.2.crate
/pyo3-0.22.3.crate

@ -1,6 +1,6 @@
--- pyo3-0.22.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.22.2/Cargo.toml 2024-07-23T12:35:05.486015+00:00
@@ -239,7 +239,6 @@
--- pyo3-0.22.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.22.3/Cargo.toml 2024-09-18T17:25:51.757661+00:00
@@ -423,7 +423,6 @@
"serde",
"smallvec",
]

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

@ -1 +1 @@
SHA512 (pyo3-0.22.2.crate) = e8bae09059f50ffe477dad44499cedeaf3a734665f0fd8e8bd4b44f48578d21e4bdb8d55ceea00c5a27da750761842ddf89cfcecdecb2e7a4a17ab192259be9c
SHA512 (pyo3-0.22.3.crate) = 17940627701b0d3c401ccb4221241e7bc727d2b89cc26bbb231aec597cda1c04f07d4315b617d4e9f85623a6fff0031f83c6b7afcaf442c50e694785b07022ad

Loading…
Cancel
Save