Path to this page:
Subject: CVS commit: pkgsrc/archivers/py-zipstream-ng
From: Adam Ciarcinski
Date: 2024-06-11 08:33:53
Message id: 20240611063353.968B2FC74@cvs.NetBSD.org
Log Message:
py-zipstream-ng: updated to 1.7.1
v1.7.1
Fix issue where it was possible to add paths with arcnames that didn't match the \
path contents (file ending with "/", directory not ending with \
"/")
v1.7.0
Add the ability to get information on added files using ZipStream.info_list. \
This function replaces ZipStream.get_info which would only provide information \
on files that had already been streamed.
Deprecate ZipStream.get_info. It will continue to work until the next major \
version but will now emit a warning when used.
Reduce memory usage for sized ZipStream objects by updating the final size of \
the stream as files are added instead of storing the required information so the \
size could be calculated later.
Files: