Update to version 0.18.2; Fixes RHBZ#2181651

epel10
Fabio Valentini 2 years ago
parent b60945805d
commit bc0f4e2af3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/pyo3-0.16.6.crate /pyo3-0.16.6.crate
/pyo3-0.17.3.crate /pyo3-0.17.3.crate
/pyo3-0.18.1.crate /pyo3-0.18.1.crate
/pyo3-0.18.2.crate

@ -1,5 +1,5 @@
--- pyo3-0.18.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- pyo3-0.18.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.18.1/Cargo.toml 2023-03-03T19:29:34.899195+00:00 +++ pyo3-0.18.2/Cargo.toml 2023-03-26T17:20:42.698756+00:00
@@ -57,52 +57,6 @@ @@ -57,52 +57,6 @@
"docsrs", "docsrs",
] ]
@ -53,7 +53,7 @@
[dependencies.anyhow] [dependencies.anyhow]
version = "1.0" version = "1.0"
optional = true optional = true
@@ -171,9 +125,6 @@ @@ -172,9 +126,6 @@
[dev-dependencies.chrono] [dev-dependencies.chrono]
version = "0.4" version = "0.4"
@ -63,7 +63,7 @@
[dev-dependencies.proptest] [dev-dependencies.proptest]
version = "0.10.1" version = "0.10.1"
@@ -186,9 +137,6 @@ @@ -187,9 +138,6 @@
[dev-dependencies.rustversion] [dev-dependencies.rustversion]
version = "1.0" version = "1.0"
@ -73,7 +73,7 @@
[dev-dependencies.serde] [dev-dependencies.serde]
version = "1.0" version = "1.0"
features = ["derive"] features = ["derive"]
@@ -198,9 +146,6 @@ @@ -199,9 +147,6 @@
[dev-dependencies.trybuild] [dev-dependencies.trybuild]
version = ">=1.0.70" version = ">=1.0.70"
@ -82,8 +82,8 @@
-version = "0.5.1" -version = "0.5.1"
[build-dependencies.pyo3-build-config] [build-dependencies.pyo3-build-config]
version = "0.18.1" version = "0.18.2"
@@ -253,7 +198,6 @@ @@ -254,7 +199,6 @@
"anyhow", "anyhow",
"experimental-inspect", "experimental-inspect",
] ]

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

@ -1 +1 @@
SHA512 (pyo3-0.18.1.crate) = 37e82b2b212de59335f8b5e4129dfc53872ceda156238f4aaee8cf358a8daf2d64cb716aa63d343c4f602fc61344b94bcd3cc8e02bee80256f5b49033a5c5825 SHA512 (pyo3-0.18.2.crate) = b97ebc10939418d7fe3d6219921875cc7253f3aa7cd9d06b1486f8757c6d102377eb851b3a669c670423af2c80e389b736f0ce04a6cecb716c952413d06fe434

Loading…
Cancel
Save