diff --git a/python-rpds-py.spec b/python-rpds-py.spec index d8f0924c0dbff807c0d984cb70fbf4c4ae139a81..00371e577aadc7b67c6d3bdcfe4ceb93c5ea0957 100644 --- a/python-rpds-py.spec +++ b/python-rpds-py.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rpds-py -Version: 0.21.0 -Release: 2 +Version: 0.22.3 +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 +Source0: https://files.pythonhosted.org/packages/01/80/cce854d0921ff2f0a9fa831ba3ad3c65cee3a46711addf39a2af52df2cfd/rpds_py-0.22.3.tar.gz Source1: cargo-vendor-cache BuildRequires: rust-packaging @@ -72,6 +72,13 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Nov 27 2025 wanggang - 0.22.3-1 +- Update package to version 0.22.3 +- separate free-threaded and standard 3.13 distribution builds +- update rpds.py for PyO3 0.23 +- Declare free-threading support +- Enable free-threaded wheel builds + * Fri Jan 24 2025 Dongxing Wang - 0.21.0-2 - Fix build error for cargo vendor in mainline diff --git a/rpds-0.22.3.tar.gz b/rpds-0.22.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bb1db9dfe6b16d8f48729d480ca71a3f88868dd1 Binary files /dev/null and b/rpds-0.22.3.tar.gz differ 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