./archivers/py-zipp, Backport of pathlib-compatible object wrapper for zip files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.21.0, Package name: py312-zipp-3.21.0, Maintainer: pkgsrc-users

A pathlib-compatible Zipfile object wrapper. A backport of the Path object.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers] [devel/py-setuptools_scm]

Master sites:

Filesize: 23.97 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 09:48:49 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zipp: updated to 3.21.0

v3.21.0

Features

- Improve performances of :meth:`zipfile.Path.open` for non-reading modes.
- Rely on cached_property to cache values on the instance.
- Rely on save_method_args to save method args.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-09-13 21:22:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zipp: updated to 3.20.2

v3.20.2

Bugfixes
- Make zipp.compat.overlay.zipfile hashable.
   2024-08-27 10:53:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zipp: updated to 3.20.1

v3.20.1

Bugfixes

- Replaced SanitizedNames with a more surgical fix for infinite loops, restoring \ 
support for names with special characters in the archive.
   2024-08-14 10:47:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zipp: updated to 3.20.0

v3.20.0

Features

- Made the zipfile compatibility overlay available as zipp.compat.overlay.
   2024-06-06 07:13:01 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zipp: updated to 3.19.2

v3.19.2

No significant changes.
   2024-06-03 12:54:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zipp: updated to 3.19.1

v3.19.1

Bugfixes

- Improved handling of malformed zip files.
   2024-05-27 10:59:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zipp: updated to 3.19.0

v3.19.0

Features

- Implement is_symlink.