14
0
forked from pool/python-pyzstd

- update to 0.15.10:

* SeekableZstdFile: fix exception when using append mode
  * SeekableZstdFile: raise TypeError when
  * SeekableZstdFile: refactor loading seek table in append mode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=9
This commit is contained in:
2024-05-02 08:06:44 +00:00
committed by Git OBS Bridge
parent a678a631c4
commit 0c5cddc567
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 2 08:04:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.15.10:
* SeekableZstdFile: fix exception when using append mode
* SeekableZstdFile: raise TypeError when
* SeekableZstdFile: refactor loading seek table in append mode
-------------------------------------------------------------------
Thu Jul 20 20:40:20 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>