Merge branch 'rawhide' into eln
This commit is contained in:
commit
4d24a99ed3
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/rpds_py-0.9.2.tar.gz
|
||||
/rpds_py-0.9.2-vendor.tar.xz
|
||||
/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
|
||||
@ -15,9 +15,6 @@ Source0: %{pypi_source %{modname}}
|
||||
# cargo vendor && tar Jcvf ../%%{name}-%%{version}-vendor.tar.xz vendor/ ; pushd
|
||||
Source1: %{modname}-%{version}-vendor.tar.xz
|
||||
|
||||
# Bump archery and rpds dependencies to v1.0.0
|
||||
Patch: bump-dependencies.patch
|
||||
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: rust-toolset
|
||||
%else
|
||||
@ -44,13 +41,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 %{?rhel:-V 1}
|
||||
|
||||
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (rpds_py-0.9.2.tar.gz) = 5a3d1b4ca27cd9b73edf7c03c8def5350949a56df0a322e317a7d3e6e31933694fe21928218ebeb51074322dcde6e4f807283e0359f8f31b0ca6b69180be3260
|
||||
SHA512 (rpds_py-0.9.2-vendor.tar.xz) = 03e411adfd845beef2ba3697dee3953351addcbd51b6b2009bca106cef32e31cc924c7cb7954fb1e3a03145093e11c579882eef850403729381aeb3842ea8b3a
|
||||
SHA512 (rpds_py-0.10.6.tar.gz) = 4e887e57c59372f48b87ec10a810a65d0ff1ba2fc7587cc4f4da78d8394a78a91d84a7a7b8ad810bd1f34f4e73ad706628dbc2bd25662c9e4f83e4183c280ab1
|
||||
|
Loading…
Reference in New Issue
Block a user