From 0f13444f4e927318af82004434db72ad5788b0106cfa85786d5564a63be46eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Sep 2019 12:11:44 +0000 Subject: [PATCH] - Update to 0.12.0: * Fix ZstdDecompressor.__init__ on 64-bit big-endian systems (#91). * Fix memory leak in ZstdDecompressionReader.seek() (#82). * CI transitioned to Azure Pipelines (from AppVeyor and Travis CI). * Switched to pytest for running tests (from nose). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zstandard?expand=0&rev=6 --- python-zstandard.changes | 9 +++++++++ python-zstandard.spec | 13 +++---------- zstandard-0.11.1.tar.gz | 3 --- zstandard-0.12.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 zstandard-0.11.1.tar.gz create mode 100644 zstandard-0.12.0.tar.gz diff --git a/python-zstandard.changes b/python-zstandard.changes index 0969736..0dbf22e 100644 --- a/python-zstandard.changes +++ b/python-zstandard.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 20 12:09:10 UTC 2019 - Tomáš Chvátal + +- Update to 0.12.0: + * Fix ZstdDecompressor.__init__ on 64-bit big-endian systems (#91). + * Fix memory leak in ZstdDecompressionReader.seek() (#82). + * CI transitioned to Azure Pipelines (from AppVeyor and Travis CI). + * Switched to pytest for running tests (from nose). + ------------------------------------------------------------------- Fri May 24 13:39:30 UTC 2019 - Tomáš Chvátal diff --git a/python-zstandard.spec b/python-zstandard.spec index f59a1ae..e72778f 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zstandard -Version: 0.11.1 +Version: 0.12.0 Release: 0 Summary: Zstandard bindings for Python License: BSD-3-Clause @@ -36,7 +36,7 @@ Requires: zstd Conflicts: python-zstd # SECTION test requirements BuildRequires: %{python_module cffi >= 1.11} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -55,15 +55,8 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -mkdir tester -cp -r tests tester/ -pushd tester -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} export PYTHONDONTWRITEBYTECODE=1 -rm -rf build _build* -nosetests-%{$python_bin_suffix} -v -} -popd +%pytest_arch %files %{python_files} %doc NEWS.rst README.rst diff --git a/zstandard-0.11.1.tar.gz b/zstandard-0.11.1.tar.gz deleted file mode 100644 index aa782c8..0000000 --- a/zstandard-0.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c31da5d78a7b07e722e8a3e0b1295bc9b316b7e90a1666659c451a42750ffe4 -size 641453 diff --git a/zstandard-0.12.0.tar.gz b/zstandard-0.12.0.tar.gz new file mode 100644 index 0000000..639ae93 --- /dev/null +++ b/zstandard-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a110fb3ad1db344fbb563942d314ec5f0f3bdfd6753ec6331dded03ad6c2affb +size 648827