Hello community,

here is the log from the commit of package python-lz4 for openSUSE:Factory 
checked in at 2018-07-21 10:25:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lz4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-lz4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lz4"

Sat Jul 21 10:25:31 2018 rev:2 rq:624241 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lz4/python-lz4.changes    2017-07-28 
09:47:59.521311920 +0200
+++ /work/SRC/openSUSE:Factory/.python-lz4.new/python-lz4.changes       
2018-07-21 10:25:34.354952361 +0200
@@ -1,0 +2,9 @@
+Fri Jul 20 08:09:49 UTC 2018 - tchva...@suse.com
+
+- Version update to 2.0.2:
+  * Tests moved to pytest
+  * Upstream does not provide changelog except git log
+  * Many tests were added fixing various crashes
+- Enable tests
+
+-------------------------------------------------------------------

Old:
----
  lz4-0.10.1.tar.gz

New:
----
  lz4-2.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-lz4.spec ++++++
--- /var/tmp/diff_new_pack.JTtyG3/_old  2018-07-21 10:25:34.754952263 +0200
+++ /var/tmp/diff_new_pack.JTtyG3/_new  2018-07-21 10:25:34.754952263 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lz4
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,20 +19,26 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define modname lz4
 Name:           python-%{modname}
-Version:        0.10.1
+Version:        2.0.2
 Release:        0
 Summary:        LZ4 Bindings for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/steeve/python-lz4
-Source:         
https://files.pythonhosted.org/packages/source/l/%{modname}/%{modname}-%{version}.tar.gz
+URL:            https://github.com/python-lz4/python-lz4
+Source:         
https://files.pythonhosted.org/packages/source/l/lz4/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pkgconfig}
+BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+Requires:       python-psutil
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+BuildRequires:  python2-future
+%ifpython2
+Requires:       python2-future
+%endif
 %python_subpackages
 
 %description
@@ -40,6 +46,8 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
+# do not set -O3
+sed -i -e '/-O3/d' setup.py
 
 %build
 export CFLAGS="%{optflags}"
@@ -48,8 +56,11 @@
 %install
 %python_install
 
+%check
+%python_exec setup.py test
+
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE
 %doc README.rst
 %{python_sitearch}/%{modname}/
 %{python_sitearch}/%{modname}-%{version}-py*.egg-info/

++++++ lz4-0.10.1.tar.gz -> lz4-2.0.2.tar.gz ++++++
++++ 15382 lines of diff (skipped)


Reply via email to