Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest5 for openSUSE:Factory 
checked in at 2021-02-16 22:34:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest5.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest5"

Tue Feb 16 22:34:23 2021 rev:5 rq:872269 version:5.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest5/python-pytest5.changes    
2021-02-01 13:28:34.658138012 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest5.new.28504/python-pytest5.changes 
2021-02-16 22:34:27.877495048 +0100
@@ -1,0 +2,9 @@
+Sun Feb 14 20:35:39 UTC 2021 - Benjamin Greiner <[email protected]>
+
+- *Really* fix the conditional to work on all distros using
+  python-rpm-macros with singlspec rewriting.
+- Don't require python36-numpy for testing, because Tumbleweed
+  cannot provide python36-numpy any longer: NumPy 1.20 dropped
+  Python 3.6 support (NEP 29). The tests are skipped automatically.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest5.spec ++++++
--- /var/tmp/diff_new_pack.ygF9iT/_old  2021-02-16 22:34:28.605496047 +0100
+++ /var/tmp/diff_new_pack.ygF9iT/_new  2021-02-16 22:34:28.605496047 +0100
@@ -62,7 +62,7 @@
 # nose is really not REQUIRED, the test suite skips over particular
 # tests, when the package is not available.
 # BuildRequires:  %%{python_module nose}
-BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module numpy if (%python-base without python36-base)}
 BuildRequires:  %{python_module pexpect}
 BuildRequires:  %{python_module pygments-pytest}
 BuildRequires:  %{python_module pytest-forked}
@@ -72,7 +72,7 @@
 BuildRequires:  %{python_module xmlschema}
 BuildRequires:  lsof
 %endif
-%if %{?python3_version_nodots} < 36
+%if 0%{?python_version_nodots} < 36
 Requires:       python-pathlib2 >= 2.2.0
 %endif
 %python_subpackages

Reply via email to