4 Commits

Author SHA256 Message Date
67823f90a6 Accepting request 1225379 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1225379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=23
2024-11-21 14:13:29 +00:00
8d58f2c86d - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=48
2024-11-20 17:30:04 +00:00
b4bf6ed694 Accepting request 1186491 from devel:languages:python
- Add CVE and bug link to the changelog
(CVE-2024-5569, bsc#1227547)

OBS-URL: https://build.opensuse.org/request/show/1186491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=22
2024-07-11 18:30:24 +00:00
653438943b - update to 3.19.2 (CVE-2024-5569, bsc#1227547):
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=46
2024-07-10 05:16:54 +00:00
4 changed files with 21 additions and 5 deletions

View File

@@ -1,7 +1,23 @@
-------------------------------------------------------------------
Wed Nov 20 17:30:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
- update to 3.19.2:
- update to 3.19.2 (CVE-2024-5569, bsc#1227547):
* No significant changes.
* Improved handling of malformed zip files.
* Implement is_symlink.

View File

@@ -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

BIN
zipp-3.19.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
zipp-3.21.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.