diff options
author | Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> | 2023-05-31 11:01:31 -0400 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-06-02 00:29:22 +0200 |
commit | bb7c45a5b5220813909a1178f3d609e15efb290b (patch) | |
tree | 525b927279b6ea517c36788d6884263c78173196 /archivers | |
parent | 9d96ce8e8e1f8678944ad6043415b20502325c1c (diff) | |
download | freebsd-ports-bb7c45a5b5220813909a1178f3d609e15efb290b.zip |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-zipstream-ng/Makefile | 2 | ||||
-rw-r--r-- | 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 |