1
0

Accepting request 566559 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/566559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=57
This commit is contained in:
2018-01-19 10:53:19 +00:00
committed by Git OBS Bridge
parent d1a04dc29b
commit ab88c4bccb
4 changed files with 35 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-matplotlib
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: Plotting Library for Python
License: SUSE-Matplotlib
@@ -49,7 +49,7 @@ BuildRequires: %{python_module numpy-devel >= 1.6}
BuildRequires: %{python_module pyparsing >= 1.5.6}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.3}
BuildRequires: %{python_module six >= 1.10}
# needed for testing
%if %{with tests}
BuildRequires: %{python_module mock}
@@ -99,7 +99,7 @@ Requires: python-numpy >= 1.6
Requires: python-pyparsing >= 1.5.6
Requires: python-python-dateutil >= 1.1
Requires: python-pytz
Requires: python-six >= 1.3
Requires: python-six >= 1.10
%ifpython2
Requires: python-functools32
Requires: python-subprocess32