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:
Dominique Leuenberger 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b5f16c9cefde553ea79975305dcaa67c8e13d927b6e55aa14b4a8d867e25387
size 35727251

3
matplotlib-2.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:659f5e1aa0e0f01488c61eff47560c43b8be511c6a29293d7f3896ae17bd8b23
size 36121490

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jan 17 07:16:06 UTC 2018 - thod_@gmx.de
- dependency changed to python-six >= 1.10
(see "site-packages/matplotlib/__init__.py", line 187)
-------------------------------------------------------------------
Sat Dec 16 23:02:44 UTC 2017 - arun@gmx.de
- update to version 2.1.1:
* The first and only planned bug-fix release for the 2.1 series.
* This release include many bug and documentation fixes. Highlights
are:
+ change default logscale behavior to clip
+ fixed webagg import errors
+ tweaks to polar ticks
+ fixed exception when guessing afm family names
+ update manifest to include all doc files
+ improve masked array handling in pcolormesh
+ fix segfault from reading invalid png
+ fix blocking_input
+ fix bug resulting in huge multi-page pdf files
+ make `show` in nbagg take args as other backends do
+ several fixes to OSX backend
+ restore positional arg handling on Figure.legend
+ fix bugs in interactive navigation
+ fix issues when panning with invalid limits
+ fix bug with fully masked arrays passed to imshow
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 26 17:37:41 UTC 2017 - toddrme2178@gmail.com Thu Oct 26 17:37:41 UTC 2017 - toddrme2178@gmail.com

View File

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