Path to this page:
./
archivers/py-zipstream-ng,
Modern and easy to use streamable zip file generator
Branch: CURRENT,
Version: 1.8.0,
Package name: py312-zipstream-ng-1.8.0,
Maintainer: pkgsrc-usersA modern and easy to use streamable zip file generator. It can package and
stream many files and folders into a zip on the fly without needing temporary
files or excessive memory. It can also calculate the final size of the zip file
before streaming it.
Master sites:
Filesize: 35.046 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-zipstream-ng-1.8.0
- (2024-06-11) Updated to version: py311-zipstream-ng-1.7.1
- (2023-08-21) Package added to pkgsrc.se, version py311-zipstream-ng-1.6.0 (created)
CVS history: (Expand)
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-10-14 13:26:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-zipstream-ng: updated to 1.8.0
v1.8.0
Support adding directory contents at the top level of the ZipStream by \
specifying an arcname of /
Fix issue where leading path separators could cause an incorrect size to be \
calculated.
|
2024-06-11 08:33:53 by Adam Ciarcinski | Files touched by this commit (3) | |
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.
|
2023-08-21 05:41:34 by Pierre Pronchery | Files touched by this commit (4) |
Log message:
archivers/py-zipstream-ng: import version 1.6.0
py-zipstream-ng is a modern and easy to use streamable zip file
generator. It can package and stream many files and folders into a zip
on the fly without needing temporary files or excessive memory. It can
also calculate the final size of the zip file before streaming it.
|