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
This commit is contained in:
commit
b4fff9b96e
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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)
BIN
zipp-3.19.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
zipp-3.21.0.tar.gz
Normal file
3
zipp-3.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4
|
||||
size 24545
|
Loading…
x
Reference in New Issue
Block a user