14
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-05-24 13:42:31 +00:00
committed by Git OBS Bridge
parent 3b0cb265c5
commit dae7a88286
4 changed files with 18 additions and 12 deletions

View File

@@ -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