forked from pool/python-zipstream-ng
- 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
23 lines
823 B
Plaintext
23 lines
823 B
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Improved specfile to python standards:
|
|
* Correct license to SPDX
|
|
* Fix invalid python globs
|
|
* Remove shebangs that throw rpmlint errors
|
|
- Enabled tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 8 12:08:57 UTC 2023 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
|
|
|
|
- Initial version 1.7.1
|