Update to 0.16.2 (fedora#2254849)
This commit is contained in:
parent
9d00e5b933
commit
a4250e8d20
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/rpds_py-0.12.0.tar.gz
|
/rpds_py-0.12.0.tar.gz
|
||||||
/rpds_py-0.13.1.tar.gz
|
/rpds_py-0.13.1.tar.gz
|
||||||
/rpds_py-0.13.2.tar.gz
|
/rpds_py-0.13.2.tar.gz
|
||||||
|
/rpds_py-0.16.2.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global modname rpds_py
|
%global modname rpds_py
|
||||||
|
|
||||||
Name: python-rpds-py
|
Name: python-rpds-py
|
||||||
Version: 0.13.2
|
Version: 0.16.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Python bindings to the Rust rpds crate
|
Summary: Python bindings to the Rust rpds crate
|
||||||
# Full license breakdown in LICENSES.dependencies
|
# Full license breakdown in LICENSES.dependencies
|
||||||
@ -31,6 +31,9 @@ Summary: %{summary}
|
|||||||
# Fix line terminations
|
# Fix line terminations
|
||||||
dos2unix README* LICENSE* *.pyi
|
dos2unix README* LICENSE* *.pyi
|
||||||
|
|
||||||
|
# Fix for bad requirements dependency
|
||||||
|
sed -r -i 's/^file:/# &/' tests/requirements.in
|
||||||
|
|
||||||
%cargo_prep
|
%cargo_prep
|
||||||
|
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (rpds_py-0.13.2.tar.gz) = a2aeb3cdb6a0c09ffb09091bb02d60a5cb79d4dae81711d9cd67a005081354124a5c9476ab3c6f4ae1a3c28544a824bf0b0f9f96d54674428198601e06138734
|
SHA512 (rpds_py-0.16.2.tar.gz) = 06093555fd6fa721abcc2e383bd3ee99e12b0558e202b3313f7d691b3e1fc9761b104f2ab51add70827fcd74b15fbccb00a1afaa229704188835eb7bfe5ee501
|
||||||
|
Loading…
Reference in New Issue
Block a user