diff --git a/python-zipp.spec b/python-zipp.spec index 99f9aff0856502c572b580e37d06a8243e057153..43218f37a8779465df3604306bf14a9939734efa 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-zipp -Version: 3.17.0 +Version: 3.18.1 Release: 1 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT @@ -65,6 +65,12 @@ pytest -k "not test_joinpath_constant_time" %{_docdir}/* %changelog +* Sat May 11 2024 wangxiaomeng - 3.18.1-1 +- Upgrade version to 3.18.1 + - Bypass ZipFile.namelist in glob for better performance. (#106) + - Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. (#108) + - Add special accounting for pypy when computing the stack level for text encoding warnings. (#114) + * Mon Sep 11 2023 xu_ping <707078654@qq.com> - 3.17.0-1 - Upgrade version to 3.17.0 diff --git a/zipp-3.17.0.tar.gz b/zipp-3.17.0.tar.gz deleted file mode 100644 index 7a756c545b191aefc4b18e155478c7572fc6b896..0000000000000000000000000000000000000000 Binary files a/zipp-3.17.0.tar.gz and /dev/null differ diff --git a/zipp-3.18.1.tar.gz b/zipp-3.18.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2b6bbc231fb0407affce0b9785d2715be4680854 Binary files /dev/null and b/zipp-3.18.1.tar.gz differ