diff --git a/python-zipp.spec b/python-zipp.spec index 2663d0ef03115e1889d25d8a5800f0d625ba189a..15c01773b6c67767e6d9944470b33a2bbdd0a1af 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp -Version: 3.20.2 +Version: 3.21.0 Release: 1 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT @@ -60,6 +60,12 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Apr 07 2025 sqfu - 3.21.0-1 +- update to 3.21.0 +- Improve performances of :meth:`zipfile.Path.open` for non-reading modes. (1a1928d) +- Rely on cached_property to cache values on the instance. +- Rely on save_method_args to save method args. + * Tue Oct 15 2024 xu_ping <707078654@qq.com> - 3.20.2-1 - Upgrade version to 3.20.2 diff --git a/zipp-3.20.2.tar.gz b/zipp-3.20.2.tar.gz deleted file mode 100644 index 8f6ac52b8b262e1bea0d44c16ce2c09b9b4084d3..0000000000000000000000000000000000000000 Binary files a/zipp-3.20.2.tar.gz and /dev/null differ diff --git a/zipp-3.21.0.tar.gz b/zipp-3.21.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..39ac65a78881ac074de0f74a9ca2ab9784f26e31 Binary files /dev/null and b/zipp-3.21.0.tar.gz differ