LogoSailfishOS Open Build Service > Projects > home:wrzof > python3-matplotlib > Revisions
Log In

Revision Log of python3-matplotlib (4)

Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 4)
fix comments
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 3)
rename package
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 2)
- Update to 1.4.2 (26/10/2014) version for Mer/Sailfish OS (27/10/2014) :
  * corrected boxplot in pyplot.py
  * added extra paths to default search paths for freetype

- Update to 1.4.1 (18/10/2014) version for Mer/Sailfish OS (19/10/2014) :
  * 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

- Dependency and spec file cleanups
- Remove unneeded use-setuptools.diff

- adjust python-tz buildrequires to match runtime requires (python-pytz) 

- Add new python-cairocffi dependency.  This is the recommended
  dependency for the cairo backend upstream.
- Split out the cairo backend into its own subpackage.  It is no
  longer tied to gtk, so people can use it on its own without
  pulling in any gtk dependencies.
- Fixed issues with qt.  The qt5 backend is actually a generic
  qt backend, which the qt4 backend depends on.  So it needs to be
  available for the qt4 backend to work at all.  However, we need
  to pull in the python-qt5 package to make it work, and that 
  package is only available for openSUSE > 13.1.  So we need to
  split the generic qt stuff, including the qt5 stuff, into a
  package both the qt4 and qt5 backends can depend on, and then
  create a stub qt5 package that just pulls in python-qt5
- Reorganized some other backend packages based on backend changes
Mathieu Dupont Mathieu Dupont (wrzof) committed over 9 years ago (revision 1)
osc copypac from project:home:rcolistete package:python-matplotlib revision:94

Show all