diff --git a/python-rpds-py.spec b/python-rpds-py.spec index d8f0924c0dbff807c0d984cb70fbf4c4ae139a81..b3a67eefaf344eff1664a024f832b6811ac1de76 100644 --- a/python-rpds-py.spec +++ b/python-rpds-py.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-rpds-py -Version: 0.21.0 -Release: 2 +Version: 0.29.0 +Release: 1 Summary: Python bindings to Rust's persistent data structures (rpds). License: MIT URL: https://github.com/crate-py/rpds @@ -72,6 +72,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Nov 20 2025 lvwq - 0.29.0-1 +- Update to 0.29.0 + * 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.29.0.tar.gz b/rpds_py-0.29.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b01c6b980c3785274f10c9ce866904a1dd254f2 Binary files /dev/null and b/rpds_py-0.29.0.tar.gz differ