1
0

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
This commit is contained in:
Dominique Leuenberger 2018-01-31 18:51:16 +00:00 committed by Git OBS Bridge
parent ab88c4bccb
commit a4b973de6c
2 changed files with 13 additions and 8 deletions

View File

@ -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

View File

@ -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