From e8a5ee867347920d99a6c3136339532a475bc5366419f26d85fcce3d899496c8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 14 Dec 2021 18:21:30 +0000 Subject: [PATCH] Accepting request 940351 from home:bnavigator:python-rpm-macros - update to 3.1.10: * LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle buffer protocol correctly (#227, #228). Thanks to @judahrand. * Pass source_size kwarg through from frame.open to LZ4FrameFile instance (#224, #225). Thanks to @shawnperdue. * Add readall to LZ4FrameFile and use it on python 3.10 (#219, #220). Thanks to @vaartis. OBS-URL: https://build.opensuse.org/request/show/940351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=24 --- lz4-3.1.10.tar.gz | 3 +++ lz4-3.1.3.tar.gz | 3 --- python-lz4.changes | 11 +++++++++++ python-lz4.spec | 3 +-- 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 lz4-3.1.10.tar.gz delete mode 100644 lz4-3.1.3.tar.gz diff --git a/lz4-3.1.10.tar.gz b/lz4-3.1.10.tar.gz new file mode 100644 index 0000000..a413d1b --- /dev/null +++ b/lz4-3.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b +size 162886 diff --git a/lz4-3.1.3.tar.gz b/lz4-3.1.3.tar.gz deleted file mode 100644 index f91cddf..0000000 --- a/lz4-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:081ef0a3b5941cb03127f314229a1c78bd70c9c220bb3f4dd80033e707feaa18 -size 159016 diff --git a/python-lz4.changes b/python-lz4.changes index 44aeeb1..47209c6 100644 --- a/python-lz4.changes +++ b/python-lz4.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 13 20:23:17 UTC 2021 - Ben Greiner + +- update to 3.1.10: + * LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle + buffer protocol correctly (#227, #228). Thanks to @judahrand. + * Pass source_size kwarg through from frame.open to LZ4FrameFile + instance (#224, #225). Thanks to @shawnperdue. + * Add readall to LZ4FrameFile and use it on python 3.10 (#219, + #220). Thanks to @vaartis. + ------------------------------------------------------------------- Fri Nov 19 10:45:28 UTC 2021 - pgajdos@suse.com diff --git a/python-lz4.spec b/python-lz4.spec index 5baeef0..5b606e8 100644 --- a/python-lz4.spec +++ b/python-lz4.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-lz4 -Version: 3.1.3 +Version: 3.1.10 Release: 0 Summary: LZ4 Bindings for Python License: BSD-3-Clause @@ -29,7 +29,6 @@ Source: https://files.pythonhosted.org/packages/source/l/lz4/lz4-%{versi BuildRequires: %{python_module devel} BuildRequires: %{python_module pkgconfig} BuildRequires: %{python_module psutil} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools}