diff --git a/python-zipp.changes b/python-zipp.changes index 4d471a3..335ccb2 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Nov 20 17:30:00 UTC 2024 - Dirk Müller + +- 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. + * Make zipp.compat.overlay.zipfile hashable. + * Replaced SanitizedNames with a more surgical fix for infinite + loops, restoring support for names with special characters in + the archive. (python/cpython#123270) + * Made the zipfile compatibility overlay available as + zipp.compat.overlay. + * Also match directories in Path.glob. + ------------------------------------------------------------------- Mon Jun 10 11:06:50 UTC 2024 - Dirk Müller diff --git a/python-zipp.spec b/python-zipp.spec index c8bf713..e9ec476 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-zipp%{psuffix} -Version: 3.19.2 +Version: 3.21.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT diff --git a/zipp-3.19.2.tar.gz b/zipp-3.19.2.tar.gz deleted file mode 100644 index bdf00fc..0000000 --- a/zipp-3.19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19 -size 22922 diff --git a/zipp-3.21.0.tar.gz b/zipp-3.21.0.tar.gz new file mode 100644 index 0000000..df05510 --- /dev/null +++ b/zipp-3.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4 +size 24545