forked from pool/python-zstandard
- 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:
committed by
Git OBS Bridge
parent
3b0cb265c5
commit
dae7a88286
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 13:39:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.11.1:
|
||||
* Fix memory leak in ``ZstdDecompressionReader.seek()`` (#82).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 15:40:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58f2e102f4d8b82415aa8db4a18ee3f440c28b7741f1c95951236a08ec1a7d7f
|
||||
size 641440
|
||||
3
zstandard-0.11.1.tar.gz
Normal file
3
zstandard-0.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c31da5d78a7b07e722e8a3e0b1295bc9b316b7e90a1666659c451a42750ffe4
|
||||
size 641453
|
||||
Reference in New Issue
Block a user