forked from pool/python-lz4
- 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/package/show/devel:languages:python/python-lz4?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
29f0b8d31f
commit
e8ece8976b
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b039a3ca91945062503c0c934fe18131d4997f7becfa3020bf93c56a1c4a0e8
|
|
||||||
size 126137
|
|
||||||
3
lz4-2.1.1.tar.gz
Normal file
3
lz4-2.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af46e2e5c002b3fbffa2ad69289aa61e46cab1a87c1d85bda44e822a1634defa
|
||||||
|
size 128498
|
||||||
@@ -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
|
Fri Jul 20 08:09:49 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define modname lz4
|
%define modname lz4
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 2.0.2
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LZ4 Bindings for Python
|
Summary: LZ4 Bindings for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user