14
0

Accepting request 1208364 from home:smolsheep:upgrades

- Update to 1.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.

OBS-URL: https://build.opensuse.org/request/show/1208364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipstream-ng?expand=0&rev=3
This commit is contained in:
2024-10-17 08:31:39 +00:00
committed by Git OBS Bridge
parent 46f304677b
commit aa3404d5b9
4 changed files with 28 additions and 19 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 16 07:43:51 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 1.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.
-------------------------------------------------------------------
Mon Apr 29 06:43:48 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>