Update to version 0.20.2; Fixes RHBZ#2256871

epel10
Fabio Valentini 1 year ago
parent 35b4d5bc17
commit 6e120ee809
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/pyo3-0.19.2.crate /pyo3-0.19.2.crate
/pyo3-0.20.0.crate /pyo3-0.20.0.crate
/pyo3-0.20.1.crate /pyo3-0.20.1.crate
/pyo3-0.20.2.crate

@ -1,6 +1,6 @@
--- pyo3-0.20.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- pyo3-0.20.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.20.1/Cargo.toml 2023-12-31T22:04:59.479050+00:00 +++ pyo3-0.20.2/Cargo.toml 2024-01-07T21:04:53.596095+00:00
@@ -168,7 +168,7 @@ @@ -156,7 +156,7 @@
version = ">=1.0.70" version = ">=1.0.70"
[dev-dependencies.widestring] [dev-dependencies.widestring]
@ -8,8 +8,8 @@
+version = "1.0.2" +version = "1.0.2"
[build-dependencies.pyo3-build-config] [build-dependencies.pyo3-build-config]
version = "0.20.1" version = "=0.20.2"
@@ -229,7 +229,6 @@ @@ -217,7 +217,6 @@
"experimental-inspect", "experimental-inspect",
"rust_decimal", "rust_decimal",
] ]

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

@ -1 +1 @@
SHA512 (pyo3-0.20.1.crate) = f49a8570b4ed535ef6ac209b080e0612e1185babc2436aa488e29aecb7abcecc12ccf2214225ac17ef38c6c38d343dc8c2a186890e795b81c59ccf2a2ec8509e SHA512 (pyo3-0.20.2.crate) = cc5151a116179157046ec92677e5a72318b4cdb13a7d7e3bb83778739b5758040e5020f667dd83554a66b758581a08f5de05eb38e7b339813cec85e0712e6355

Loading…
Cancel
Save