15
0
forked from pool/python-lz4

Accepting request 644635 from devel:languages:python

- Version update to 2.1.1:
  * fixes a bug with the block format compression/decompression
  * the handling of errors for block decompression when uncompressed_size > 0
  * introduce a new exception: LZ4BlockError which is raised whenever the LZ4 library fails

OBS-URL: https://build.opensuse.org/request/show/644635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=3
This commit is contained in:
2018-11-08 08:47:19 +00:00
committed by Git OBS Bridge
parent c3fcafe44c
commit 4327b4e465
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 25 12:35:12 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 2.1.1:
* fixes a bug with the block format compression/decompression
* the handling of errors for block decompression when uncompressed_size > 0
* introduce a new exception: LZ4BlockError which is raised whenever the LZ4 library fails
-------------------------------------------------------------------
Fri Jul 20 08:09:49 UTC 2018 - tchvatal@suse.com