diff --git a/python-rpds-py.spec b/python-rpds-py.spec index d8f0924c0dbff807c0d984cb70fbf4c4ae139a81..5fa69e3d457ec6c95ae1816605152d17891abef5 100644 --- a/python-rpds-py.spec +++ b/python-rpds-py.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rpds-py -Version: 0.21.0 -Release: 2 +Version: 0.27.1 +Release: 1 Summary: Python bindings to Rust's persistent data structures (rpds). License: MIT URL: https://github.com/crate-py/rpds Source0: https://files.pythonhosted.org/packages/source/r/rpds_py/rpds_py-%{version}.tar.gz -Source1: cargo-vendor-cache BuildRequires: rust-packaging @@ -40,15 +39,6 @@ Development documents and examples for rpds-py. %prep %autosetup -n rpds_py-%{version} -tar xzvf %{SOURCE1} -C . -mkdir .cargo -cat >> .cargo/config.toml << EOF -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" -EOF %build %pyproject_build @@ -72,6 +62,12 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Sep 05 2025 dongjiao - 0.27.1-1 +- Update package to version 0.27.1 +- Allow packaging of wheels for riscv64 architecture. +- Require maturin>=1.9.0 to ensure support for PEP 639. +- noxfile: mark pypy 3.11 as supported. + * Fri Jan 24 2025 Dongxing Wang - 0.21.0-2 - Fix build error for cargo vendor in mainline diff --git a/rpds_py-0.21.0.tar.gz b/rpds_py-0.21.0.tar.gz deleted file mode 100644 index 52acced9fb583b51e6191b6b39462f2c3dded5c9..0000000000000000000000000000000000000000 Binary files a/rpds_py-0.21.0.tar.gz and /dev/null differ diff --git a/rpds_py-0.27.1.tar.gz b/rpds_py-0.27.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dd4caca830f9615324301aa95244c26aeea37b11 Binary files /dev/null and b/rpds_py-0.27.1.tar.gz differ