Hello community,
here is the log from the commit of package python-Cerberus for openSUSE:Factory
checked in at 2020-06-30 21:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cerberus (Old)
and /work/SRC/openSUSE:Factory/.python-Cerberus.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Cerberus"
Tue Jun 30 21:54:30 2020 rev:9 rq:817699 version:1.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cerberus/python-Cerberus.changes
2020-06-23 21:04:38.961852862 +0200
+++
/work/SRC/openSUSE:Factory/.python-Cerberus.new.3060/python-Cerberus.changes
2020-06-30 21:54:31.898399874 +0200
@@ -1,0 +2,6 @@
+Mon Jun 29 11:43:45 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do not disable py2 build for Leap
+- Use pytest directly, pytest-runner is deprecated upstream
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Cerberus.spec ++++++
--- /var/tmp/diff_new_pack.f1LxzF/_old 2020-06-30 21:54:33.770405666 +0200
+++ /var/tmp/diff_new_pack.f1LxzF/_new 2020-06-30 21:54:33.770405666 +0200
@@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-Cerberus
Version: 1.3.2
Release: 0
@@ -29,7 +28,7 @@
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION tests
-BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
BuildArch: noarch
@@ -52,9 +51,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%{python_expand rm -rf _build*/ build/
-$python setup.py test
-}
+%pytest
%files %{python_files}
%doc README.rst UPGRADING.rst AUTHORS