From a4b973de6c35fceb1e4631c01923578abc81f0d862e7f8ec7a93ca287141a3c9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 31 Jan 2018 18:51:16 +0000 Subject: [PATCH] Accepting request 570907 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/570907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=58 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 639961e..c266ed3 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 30 10:30:10 UTC 2018 - rolf@rotkraut.de + +- Update versions of required packages. + ------------------------------------------------------------------- Wed Jan 17 07:16:06 UTC 2018 - thod_@gmx.de diff --git a/python-matplotlib.spec b/python-matplotlib.spec index a120153..d32d79c 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-matplotlib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,11 +42,11 @@ BuildRequires: pkgconfig(libpng) >= 1.2 BuildRequires: python-functools32 BuildRequires: python-subprocess32 # Needed for all versions of python -BuildRequires: %{python_module Cycler} +BuildRequires: %{python_module Cycler >= 0.10} BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy >= 1.6} -BuildRequires: %{python_module numpy-devel >= 1.6} -BuildRequires: %{python_module pyparsing >= 1.5.6} +BuildRequires: %{python_module numpy >= 1.7.1} +BuildRequires: %{python_module numpy-devel >= 1.7.1} +BuildRequires: %{python_module pyparsing > 2.1.6} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.10} @@ -94,9 +94,9 @@ BuildRequires: pkgconfig(tcl) # WebAgg dependencies BuildRequires: %{python_module tornado} # End of backend dependencies -Requires: python-Cycler -Requires: python-numpy >= 1.6 -Requires: python-pyparsing >= 1.5.6 +Requires: python-Cycler >= 0.10 +Requires: python-numpy >= 1.7.1 +Requires: python-pyparsing > 2.1.6 Requires: python-python-dateutil >= 1.1 Requires: python-pytz Requires: python-six >= 1.10