From dae7a882865c97c74f8689b7989f3baca2e1e8219b47cc70450422053f4c34f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 May 2019 13:42:31 +0000 Subject: [PATCH] - Update to 0.11.1: * Fix memory leak in ``ZstdDecompressionReader.seek()`` (#82). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstandard?expand=0&rev=4 --- python-zstandard.changes | 6 ++++++ python-zstandard.spec | 18 +++++++++--------- zstandard-0.11.0.tar.gz | 3 --- zstandard-0.11.1.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 zstandard-0.11.0.tar.gz create mode 100644 zstandard-0.11.1.tar.gz diff --git a/python-zstandard.changes b/python-zstandard.changes index 9033021..0969736 100644 --- a/python-zstandard.changes +++ b/python-zstandard.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 24 13:39:30 UTC 2019 - Tomáš Chvátal + +- Update to 0.11.1: + * Fix memory leak in ``ZstdDecompressionReader.seek()`` (#82). + ------------------------------------------------------------------- Tue May 7 15:40:00 UTC 2019 - Todd R diff --git a/python-zstandard.spec b/python-zstandard.spec index 3bf7564..f59a1ae 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -12,32 +12,32 @@ # 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-%{**}} Name: python-zstandard -Version: 0.11.0 +Version: 0.11.1 Release: 0 -License: BSD-3-Clause Summary: Zstandard bindings for Python -Url: https://github.com/indygreg/python-zstandard +License: BSD-3-Clause Group: Development/Languages/Python +URL: https://github.com/indygreg/python-zstandard Source: https://files.pythonhosted.org/packages/source/z/zstandard/zstandard-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: libzstd-devel BuildRequires: python-rpm-macros BuildRequires: zstd -BuildRequires: libzstd-devel +Requires: python-cffi >= 1.11 +Requires: zstd +Conflicts: python-zstd # SECTION test requirements BuildRequires: %{python_module cffi >= 1.11} BuildRequires: %{python_module nose} # /SECTION -Requires: python-cffi >= 1.11 -Requires: zstd -Conflicts: python-zstd - %python_subpackages %description diff --git a/zstandard-0.11.0.tar.gz b/zstandard-0.11.0.tar.gz deleted file mode 100644 index 5134775..0000000 --- a/zstandard-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58f2e102f4d8b82415aa8db4a18ee3f440c28b7741f1c95951236a08ec1a7d7f -size 641440 diff --git a/zstandard-0.11.1.tar.gz b/zstandard-0.11.1.tar.gz new file mode 100644 index 0000000..aa782c8 --- /dev/null +++ b/zstandard-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c31da5d78a7b07e722e8a3e0b1295bc9b316b7e90a1666659c451a42750ffe4 +size 641453