diff --git a/python-zipp.spec b/python-zipp.spec index 15c01773b6c67767e6d9944470b33a2bbdd0a1af..475e5130fe907eaec7c9542217e58d896cad23f4 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp -Version: 3.21.0 +Version: 3.23.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 +* Tue 05 2025 Ge Wang - 3.23.0-1 +- Update package to version 3.23.0 + * Add a compatibility shim for Python 3.13 and earlier + * Backported simplified tests from python/cpython + * Fixed .name, .stem, and other basename-based properties on Windows when working with a zipfile on disk + * 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) diff --git a/zipp-3.21.0.tar.gz b/zipp-3.21.0.tar.gz deleted file mode 100644 index 39ac65a78881ac074de0f74a9ca2ab9784f26e31..0000000000000000000000000000000000000000 Binary files a/zipp-3.21.0.tar.gz and /dev/null differ diff --git a/zipp-3.23.0.tar.gz b/zipp-3.23.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c7e4b720cc1e54710038f51a0739b2b0542dfbc Binary files /dev/null and b/zipp-3.23.0.tar.gz differ