Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-matplotlib"

Tue Feb 16 22:34:00 2021 rev:83 rq:872040 version:3.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2021-02-04 20:21:57.614633151 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.28504/python-matplotlib.changes
   2021-02-16 22:34:05.821464801 +0100
@@ -1,0 +2,6 @@
+Sat Feb 13 23:43:09 UTC 2021 - Benjamin Greiner <c...@bnavigator.de>
+
+- Skip python36 build. Due to NEP 29 there is no python36-numpy in
+  Tumbleweed anymore.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.1YySMm/_old  2021-02-16 22:34:06.561465815 +0100
+++ /var/tmp/diff_new_pack.1YySMm/_new  2021-02-16 22:34:06.561465815 +0100
@@ -16,8 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
+# NEP 29: Numpy 1.20 dropped Python 3.6. No python36-numpy in TW anymore.
+%define         skip_python36 1
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -56,7 +58,7 @@
 Requires:       python-Cycler >= 0.10
 Requires:       python-Pillow >= 6.2
 Requires:       python-kiwisolver >= 1.0.1
-Requires:       python-numpy >= 1.7.1
+Requires:       python-numpy >= 1.15
 Requires:       python-pyparsing > 2.2.1
 Requires:       python-python-dateutil >= 2.7
 Requires:       python-pytz

Reply via email to