forked from pool/python-matplotlib
Accepting request 451740 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/451740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=50
This commit is contained in:
parent
7aba17e4dc
commit
29e1ce2070
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0a5dc39f785014f2088fed2c6d2d129f0444f71afbb9c44f7bdf1b14d86ebbc
|
||||
size 51606089
|
3
matplotlib-2.0.0.tar.gz
Normal file
3
matplotlib-2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36cf0985829c1ab2b8b1dae5e2272e53ae681bf33ab8bedceed4f0565af5f813
|
||||
size 53161302
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 23:24:45 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Add python-functools32 dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 17:04:31 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- update to version 2.0.0
|
||||
+ Highlights include:
|
||||
* 'viridis' is default color map instead of jet.
|
||||
* Modernized the default color cycle.
|
||||
* Many more functions respect the color cycle.
|
||||
* Line dash patterns scale with linewidth.
|
||||
* Change default font to DejaVu, now supports most Western alphabets (including Greek, Cyrillic and Latin with diacritics), math symbols and emoji out of the box.
|
||||
* Faster text rendering.
|
||||
* Improved auto-limits.
|
||||
* Ticks out and only on the right and bottom spines by default.
|
||||
* Improved auto-ticking, particularly for log scales and dates.
|
||||
* Improved image support (imshow respects scales and eliminated a class of artifacts).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 12:15:46 UTC 2016 - sbahling@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-matplotlib
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-matplotlib
|
||||
Version: 1.5.3
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Plotting Library for Python
|
||||
License: SUSE-Matplotlib
|
||||
@ -108,6 +108,7 @@ BuildRequires: wxWidgets-devel
|
||||
%endif
|
||||
%endif
|
||||
Requires: python-Cycler
|
||||
Requires: python-functools32
|
||||
Requires: python-numpy >= 1.6
|
||||
Requires: python-pyparsing >= 1.5.6
|
||||
Requires: python-python-dateutil >= 1.1
|
||||
|
Loading…
Reference in New Issue
Block a user