Hello community,
here is the log from the commit of package python-zstandard for
openSUSE:Factory checked in at 2019-09-26 20:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zstandard (Old)
and /work/SRC/openSUSE:Factory/.python-zstandard.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zstandard"
Thu Sep 26 20:38:37 2019 rev:3 rq:732155 version:0.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zstandard/python-zstandard.changes
2019-05-27 08:38:18.495072778 +0200
+++
/work/SRC/openSUSE:Factory/.python-zstandard.new.2352/python-zstandard.changes
2019-09-26 20:38:43.314945224 +0200
@@ -1,0 +2,9 @@
+Fri Sep 20 12:09:10 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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).
+
+-------------------------------------------------------------------
Old:
----
zstandard-0.11.1.tar.gz
New:
----
zstandard-0.12.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zstandard.spec ++++++
--- /var/tmp/diff_new_pack.FaWzYy/_old 2019-09-26 20:38:45.090940479 +0200
+++ /var/tmp/diff_new_pack.FaWzYy/_new 2019-09-26 20:38:45.090940479 +0200
@@ -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 @@
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 @@
%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
++++++ zstandard-0.11.1.tar.gz -> zstandard-0.12.0.tar.gz ++++++
++++ 11669 lines of diff (skipped)