git: bb7c45a5b522 - main - archivers/py-zipstream-ng: Update to 1.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jun 2023 22:30:12 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb7c45a5b5220813909a1178f3d609e15efb290b commit bb7c45a5b5220813909a1178f3d609e15efb290b Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-05-31 15:01:31 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-06-01 22:29:22 +0000 archivers/py-zipstream-ng: Update to 1.6.0 ChangeLog: https://github.com/pR0Ps/zipstream-ng/blob/master/CHANGELOG.md#v160 * Add the ability to provide a custom "walk" function to ZipStream.add_path for more control over how directories are walked. * Change the exception raised when trying to add a file that doesn't exist from a ValueError to a more appropriate FileNotFoundError. * Optimize the number of os.stat calls required to add a file. * Fix issue where adding data with an arcname that contained a null byte would lead to an incorrect size being calculated. * When ZipStream.add is provided a size alongside an iterable, the size will now be used to determine if Zip64 extensions are needed. PR: 271746 --- archivers/py-zipstream-ng/Makefile | 2 +- archivers/py-zipstream-ng/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archivers/py-zipstream-ng/Makefile b/archivers/py-zipstream-ng/Makefile index 51e4dddb1b6e..c623b326c845 100644 --- a/archivers/py-zipstream-ng/Makefile +++ b/archivers/py-zipstream-ng/Makefile @@ -1,5 +1,5 @@ PORTNAME= zipstream-ng -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-zipstream-ng/distinfo b/archivers/py-zipstream-ng/distinfo index d8566f790f37..ca3a4deadc6d 100644 --- a/archivers/py-zipstream-ng/distinfo +++ b/archivers/py-zipstream-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680566521 -SHA256 (zipstream-ng-1.5.0.tar.gz) = ff02b1dac4ef8b4acba70a2c986991e9acd4cfab9c6fa966da9133f0a7015863 -SIZE (zipstream-ng-1.5.0.tar.gz) = 32399 +TIMESTAMP = 1685544245 +SHA256 (zipstream-ng-1.6.0.tar.gz) = 149dc502c0fcfb62718e89cb7e46380bd1c3409bb8479ed64ae779388b5321ac +SIZE (zipstream-ng-1.6.0.tar.gz) = 34585