Hello community,
here is the log from the commit of package python-python-lzo for
openSUSE:Factory checked in at 2020-06-18 10:27:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-lzo (Old)
and /work/SRC/openSUSE:Factory/.python-python-lzo.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-lzo"
Thu Jun 18 10:27:56 2020 rev:2 rq:815526 version:1.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-lzo/python-python-lzo.changes
2019-04-14 12:22:21.051755996 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-lzo.new.3606/python-python-lzo.changes
2020-06-18 10:28:12.660839080 +0200
@@ -1,0 +2,5 @@
+Wed Jun 17 13:14:01 UTC 2020 - [email protected]
+
+- nose -> pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-lzo.spec ++++++
--- /var/tmp/diff_new_pack.4joE7b/_old 2020-06-18 10:28:14.920845901 +0200
+++ /var/tmp/diff_new_pack.4joE7b/_new 2020-06-18 10:28:14.920845901 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-lzo
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,13 @@
Summary: Python bindings for the LZO data compression library
License: GPL-2.0-only
Group: Development/Languages/Python
-Url: https://github.com/jd-boyd/python-lzo
+URL: https://github.com/jd-boyd/python-lzo
Source:
https://files.pythonhosted.org/packages/source/p/python-lzo/python-lzo-%{version}.tar.gz
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: lzo-devel
BuildRequires: python-rpm-macros
-
%python_subpackages
%description
@@ -52,9 +51,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
-nosetests-%{$python_bin_suffix}
-}
+%pytest_arch tests/test.py
%files %{python_files}
%doc NEWS