From 0935c8214959091b393ecf727f3edf0c74b3434042af24ad58d0a56a56ffad8b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 4 Nov 2015 14:33:04 +0000 Subject: [PATCH] Accepting request 341648 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/341648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=44 --- matplotlib-1.4.3.tar.gz | 3 --- matplotlib-1.5.0.tar.gz | 3 +++ python-matplotlib.changes | 18 ++++++++++++++++++ python-matplotlib.spec | 4 +++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 matplotlib-1.4.3.tar.gz create mode 100644 matplotlib-1.5.0.tar.gz diff --git a/matplotlib-1.4.3.tar.gz b/matplotlib-1.4.3.tar.gz deleted file mode 100644 index dfc6ce8..0000000 --- a/matplotlib-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61f201c6a82e89e4d9e324266203fad44f95fd8f36d8eec0d8690273e1182f75 -size 50413837 diff --git a/matplotlib-1.5.0.tar.gz b/matplotlib-1.5.0.tar.gz new file mode 100644 index 0000000..209f27e --- /dev/null +++ b/matplotlib-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646 +size 53962448 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 0bb4717..7514a14 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Oct 30 11:14:56 UTC 2015 - toddrme2178@gmail.com + +- Add new python-Cycler dependency + +------------------------------------------------------------------- +Fri Oct 30 09:07:44 UTC 2015 - toddrme2178@gmail.com + +- Update to 1.5.0 + * Auto-redraw using the object-oriented API. + * Most plotting functions now support labeled data API. + * Color cycling has extended to all style properties. + * Four new perceptually uniform color maps, including the + soon-to-be default 'viridis'. + * More included style sheets. + * Many small plotting improvements. + * Proposed new framework for managing the GUI toolbar and tools. + ------------------------------------------------------------------- Wed Jul 1 12:26:33 UTC 2015 - toddrme2178@gmail.com diff --git a/python-matplotlib.spec b/python-matplotlib.spec index b20a624..3f4e5c6 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -17,7 +17,7 @@ Name: python-matplotlib -Version: 1.4.3 +Version: 1.5.0 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib @@ -39,6 +39,7 @@ BuildRequires: libxml2 BuildRequires: pkg-config BuildRequires: poppler-tools BuildRequires: python-CXX-devel >= 6.2.4 +BuildRequires: python-Cycler BuildRequires: python-Pillow BuildRequires: python-dateutil >= 1.1 BuildRequires: python-devel @@ -102,6 +103,7 @@ BuildRequires: wxWidgets-devel %define _use_internal_dependency_generator 0 %define __find_requires %wx_requires %endif +Requires: python-Cycler Requires: python-dateutil >= 1.1 Requires: python-numpy >= 1.6 Requires: python-pyparsing >= 1.5.6