From ab88c4bccbd42b29f2bb2244105d886ad4a91caa65c9d266dae8eeb5d15f6c8e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Jan 2018 10:53:19 +0000 Subject: [PATCH] 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 --- matplotlib-2.1.0.tar.gz | 3 --- matplotlib-2.1.1.tar.gz | 3 +++ python-matplotlib.changes | 29 +++++++++++++++++++++++++++++ python-matplotlib.spec | 6 +++--- 4 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 matplotlib-2.1.0.tar.gz create mode 100644 matplotlib-2.1.1.tar.gz diff --git a/matplotlib-2.1.0.tar.gz b/matplotlib-2.1.0.tar.gz deleted file mode 100644 index 3249173..0000000 --- a/matplotlib-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b5f16c9cefde553ea79975305dcaa67c8e13d927b6e55aa14b4a8d867e25387 -size 35727251 diff --git a/matplotlib-2.1.1.tar.gz b/matplotlib-2.1.1.tar.gz new file mode 100644 index 0000000..12f68e8 --- /dev/null +++ b/matplotlib-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659f5e1aa0e0f01488c61eff47560c43b8be511c6a29293d7f3896ae17bd8b23 +size 36121490 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 8fbe80d..639961e 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -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 diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 892b083..a120153 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -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