Update to version 0.14.5; Fixes RHBZ#1998825

epel10
Fabio Valentini 3 years ago
parent 882893c862
commit ae56fc9940
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/pyo3-0.13.1.crate
/pyo3-0.13.2.crate
/pyo3-0.14.3.crate
/pyo3-0.14.5.crate

@ -1,5 +1,5 @@
--- pyo3-0.14.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.14.3/Cargo.toml 2021-08-22T15:53:37.820894+00:00
--- pyo3-0.14.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.14.5/Cargo.toml 2021-09-05T14:15:08.717792+00:00
@@ -76,7 +76,7 @@
optional = true

@ -5,7 +5,7 @@
%global crate pyo3
Name: rust-%{crate}
Version: 0.14.3
Version: 0.14.5
Release: %autorelease
Summary: Bindings to Python interpreter
@ -325,14 +325,8 @@ echo 'python3-devel >= 3.6'
# unit tests require an UTF-8 locale
export LANG=C.utf8
# unit tests require the "auto-initialize" feature
%ifarch s390x
# FIXME: skip endianness-specific tests that fail / segfault on s390x
# https://github.com/PyO3/pyo3/issues/1824
%cargo_test -f auto-initialize -- -- --skip ffi::cpython::unicodeobject::tests --skip types::string::tests::test_string_data_ucs
%else
%cargo_test -f auto-initialize
%endif
%endif
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (pyo3-0.14.3.crate) = 4adc50eae554834e01c03da8412121234b1f68b554a689bd1ce198b0290241e9d18aaf75e466649681a274ee74d8d2decb137f326ae8f6cf79ff88bbc2a58410
SHA512 (pyo3-0.14.5.crate) = 050cf757cf3d07dad46af1bfb0a0fc4b4b7ef677af15d2119ef3eb83cf0bcaa02540c7e5c04a0c0653813e6041221754d3af6b6ac6041e9287fb9d50121c5b35

Loading…
Cancel
Save