forked from pool/python-matplotlib
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
This commit is contained in:
parent
42b162f3fb
commit
0935c82149
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61f201c6a82e89e4d9e324266203fad44f95fd8f36d8eec0d8690273e1182f75
|
|
||||||
size 50413837
|
|
3
matplotlib-1.5.0.tar.gz
Normal file
3
matplotlib-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646
|
||||||
|
size 53962448
|
@ -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
|
Wed Jul 1 12:26:33 UTC 2015 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-matplotlib
|
Name: python-matplotlib
|
||||||
Version: 1.4.3
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plotting Library for Python
|
Summary: Plotting Library for Python
|
||||||
License: SUSE-Matplotlib
|
License: SUSE-Matplotlib
|
||||||
@ -39,6 +39,7 @@ BuildRequires: libxml2
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: poppler-tools
|
BuildRequires: poppler-tools
|
||||||
BuildRequires: python-CXX-devel >= 6.2.4
|
BuildRequires: python-CXX-devel >= 6.2.4
|
||||||
|
BuildRequires: python-Cycler
|
||||||
BuildRequires: python-Pillow
|
BuildRequires: python-Pillow
|
||||||
BuildRequires: python-dateutil >= 1.1
|
BuildRequires: python-dateutil >= 1.1
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -102,6 +103,7 @@ BuildRequires: wxWidgets-devel
|
|||||||
%define _use_internal_dependency_generator 0
|
%define _use_internal_dependency_generator 0
|
||||||
%define __find_requires %wx_requires
|
%define __find_requires %wx_requires
|
||||||
%endif
|
%endif
|
||||||
|
Requires: python-Cycler
|
||||||
Requires: python-dateutil >= 1.1
|
Requires: python-dateutil >= 1.1
|
||||||
Requires: python-numpy >= 1.6
|
Requires: python-numpy >= 1.6
|
||||||
Requires: python-pyparsing >= 1.5.6
|
Requires: python-pyparsing >= 1.5.6
|
||||||
|
Loading…
Reference in New Issue
Block a user