Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-logzero for openSUSE:Factory 
checked in at 2021-01-31 16:52:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logzero (Old)
 and      /work/SRC/openSUSE:Factory/.python-logzero.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-logzero"

Sun Jan 31 16:52:20 2021 rev:9 rq:868024 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-logzero/python-logzero.changes    
2020-12-09 22:12:49.603152517 +0100
+++ /work/SRC/openSUSE:Factory/.python-logzero.new.28504/python-logzero.changes 
2021-01-31 16:52:20.828731713 +0100
@@ -1,0 +2,6 @@
+Sat Jan 23 19:17:54 UTC 2021 - Sebastian Wagner <[email protected]>
+
+- Disable Python 2 builds.
+- Use %pytest macro for tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-logzero.spec ++++++
--- /var/tmp/diff_new_pack.RWmKmm/_old  2021-01-31 16:52:21.324732430 +0100
+++ /var/tmp/diff_new_pack.RWmKmm/_new  2021-01-31 16:52:21.324732430 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-logzero
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-logzero
 Version:        1.6.3
 Release:        0
@@ -31,7 +32,7 @@
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytest-runner}
 # /SECTION
 BuildRequires:  python3-Sphinx
 %python_subpackages
@@ -65,7 +66,7 @@
 
 %check
 export LANG=en_US.UTF8
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.md HISTORY.md

Reply via email to