forked from pool/python-zipp
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ac94000b7d | |||
| b5b9a73bf3 | |||
| b4fff9b96e | |||
| c8d1f3e33a | |||
| 6b26be3c18 | |||
| 5a10aa4700 |
@@ -1,7 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 10 10:58:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Updateto 3.23.0
|
||||||
|
* ``str(Path(...))`` now renders ":zipfile" for the filename when a
|
||||||
|
zipfile has no filename instead of failing with a TypeError. (#134)
|
||||||
|
- from version 3.23.0
|
||||||
|
* Add a compatibility shim for Python 3.13 and earlier. (#145)
|
||||||
|
- from version 3.22.0
|
||||||
|
* Backported simplified tests from python/cpython#123424. (#142)
|
||||||
|
* Fixed ``.name``, ``.stem``, and other basename-based properties
|
||||||
|
on Windows when working with a zipfile on disk. (#133)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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.
|
* No significant changes.
|
||||||
* Improved handling of malformed zip files.
|
* Improved handling of malformed zip files.
|
||||||
* Implement is_symlink.
|
* Implement is_symlink.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zipp%{psuffix}
|
Name: python-zipp%{psuffix}
|
||||||
Version: 3.19.2
|
Version: 3.23.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pathlib-compatible object wrapper for zip files
|
Summary: Pathlib-compatible object wrapper for zip files
|
||||||
License: MIT
|
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.23.0.tar.gz
Normal file
3
zipp-3.23.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166
|
||||||
|
size 25547
|
||||||
Reference in New Issue
Block a user