Update to 0.10.6 (fedora#2242307)
This commit is contained in:
parent
cffe288d29
commit
2ce44fc8e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/rpds_py-0.9.2.tar.gz
|
||||
/rpds_py-0.10.6.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global modname rpds_py
|
||||
|
||||
Name: python-rpds-py
|
||||
Version: 0.9.2
|
||||
Version: 0.10.6
|
||||
Release: %autorelease
|
||||
Summary: Python bindings to the Rust rpds crate
|
||||
# Full license breakdown in LICENSES.dependencies
|
||||
@ -10,9 +10,6 @@ License: MIT AND Apache-2.0 AND (MIT OR Apache-2.0) AND MPL-2.0
|
||||
URL: https://github.com/crate-py/rpds
|
||||
Source: %{pypi_source %{modname}}
|
||||
|
||||
# Bump archery and rpds dependencies to v1.0.0
|
||||
Patch: bump-dependencies.patch
|
||||
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: python3-devel
|
||||
@ -34,13 +31,6 @@ Summary: %{summary}
|
||||
# Fix line terminations
|
||||
dos2unix README* LICENSE* *.pyi
|
||||
|
||||
# Remove an unused test dependency on hypothesis
|
||||
# Namely to avoid pulling it in RHEL,
|
||||
# but also to avoid an unnecessary build dependency in general
|
||||
# Proposed upstream as https://github.com/crate-py/rpds/pull/25
|
||||
# The patch does not apply cleanly, we sed it out instead
|
||||
sed -i '/hypothesis/d' tests/requirements.in
|
||||
|
||||
%cargo_prep
|
||||
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpds_py-0.9.2.tar.gz) = 5a3d1b4ca27cd9b73edf7c03c8def5350949a56df0a322e317a7d3e6e31933694fe21928218ebeb51074322dcde6e4f807283e0359f8f31b0ca6b69180be3260
|
||||
SHA512 (rpds_py-0.10.6.tar.gz) = 4e887e57c59372f48b87ec10a810a65d0ff1ba2fc7587cc4f4da78d8394a78a91d84a7a7b8ad810bd1f34f4e73ad706628dbc2bd25662c9e4f83e4183c280ab1
|
||||
|
Loading…
Reference in New Issue
Block a user