diff --git a/lz4-2.0.2.tar.gz b/lz4-2.0.2.tar.gz deleted file mode 100644 index 7611e22..0000000 --- a/lz4-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b039a3ca91945062503c0c934fe18131d4997f7becfa3020bf93c56a1c4a0e8 -size 126137 diff --git a/lz4-2.1.1.tar.gz b/lz4-2.1.1.tar.gz new file mode 100644 index 0000000..6e12814 --- /dev/null +++ b/lz4-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af46e2e5c002b3fbffa2ad69289aa61e46cab1a87c1d85bda44e822a1634defa +size 128498 diff --git a/python-lz4.changes b/python-lz4.changes index e6a7348..4c4ddcb 100644 --- a/python-lz4.changes +++ b/python-lz4.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 25 12:35:12 UTC 2018 - Tomáš Chvátal + +- 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 diff --git a/python-lz4.spec b/python-lz4.spec index 9f2d9df..b738bf7 100644 --- a/python-lz4.spec +++ b/python-lz4.spec @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname lz4 Name: python-%{modname} -Version: 2.0.2 +Version: 2.1.1 Release: 0 Summary: LZ4 Bindings for Python License: BSD-3-Clause