Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2023 15:04:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271746] archivers/py-zipstream-ng: Update to 1.6.0
Message-ID:  <bug-271746-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271746

            Bug ID: 271746
           Summary: archivers/py-zipstream-ng: Update to 1.6.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/pR0Ps/zipstream-ng/blob/master/CHAN
                    GELOG.md#v160
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #242519 maintainer-approval+
             Flags:

Created attachment 242519
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D242519&action=
=3Dedit
py-zipstream-ng-1.6.0.patch

Description:

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.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271746-7788>