1
0

Accepting request 257762 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/257762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=39
This commit is contained in:
Stephan Kulow 2014-10-24 08:47:51 +00:00 committed by Git OBS Bridge
parent d948f4d5e9
commit fc15892f6a
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7417cedc598fdd98d8eb02130345d70d1a4b103e41560363267f625cb711d314
size 51153889

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:398e180a37bf012747cbea9a75a4675b9ce593de71313e3482c13514f10fb2c0
size 50131729

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 20 10:46:01 UTC 2014 - toddrme2178@gmail.com
- Update to 1.4.1. This is a bug-fix release for the 1.4 series.
- reverts the changes to interactive plotting so ion will work as
before in all cases fixed boxplot regressions
- fixes for finding freetype and libpng
- sundry unicode fixes (looking up user folders, importing
seaborn/pandas/networkx with macosx backend)
- nbagg works with python 3 + new font awesome
- fixed saving dialogue in QT5
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 18 15:21:01 UTC 2014 - toddrme2178@gmail.com Thu Sep 18 15:21:01 UTC 2014 - toddrme2178@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-matplotlib Name: python-matplotlib
Version: 1.4.0 Version: 1.4.1
Release: 0 Release: 0
Summary: Plotting Library for Python Summary: Plotting Library for Python
License: SUSE-Matplotlib License: SUSE-Matplotlib
@ -276,7 +276,6 @@ install -vm 755 %{SOURCE3} %{buildroot}%{python_sitearch}/
%{python_sitearch}/matplotlib-%{version}_r0-py*.egg-info %{python_sitearch}/matplotlib-%{version}_r0-py*.egg-info
%{python_sitearch}/matplotlib-%{version}_r0-py*-nspkg.pth %{python_sitearch}/matplotlib-%{version}_r0-py*-nspkg.pth
%{python_sitearch}/mpl_toolkits %{python_sitearch}/mpl_toolkits
%{python_sitearch}/freetype2.so
%{python_sitearch}/pylab.py* %{python_sitearch}/pylab.py*
%exclude %{python_sitearch}/matplotlib/backends/_backend_gdk.so %exclude %{python_sitearch}/matplotlib/backends/_backend_gdk.so
%exclude %{python_sitearch}/matplotlib/backends/_gtkagg.so %exclude %{python_sitearch}/matplotlib/backends/_gtkagg.so