diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 0bf7e61..f99072c 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 13 23:43:09 UTC 2021 - Benjamin Greiner + +- Skip python36 build. Due to NEP 29 there is no python36-numpy in + Tumbleweed anymore. + ------------------------------------------------------------------- Sat Jan 30 05:58:22 UTC 2021 - Arun Persaud diff --git a/python-matplotlib.spec b/python-matplotlib.spec index e0411a3..0722c0f 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -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 @@ BuildRequires: qhull-devel >= 2003.1 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