17
0

Accepting request 533942 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/533942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=55
This commit is contained in:
2017-10-16 23:52:04 +00:00
committed by Git OBS Bridge
parent 287ecc9cb6
commit 0ae8b452de
7 changed files with 292 additions and 83 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Oct 9 22:33:02 UTC 2017 - stefan.bruens@rwth-aachen.de
- Fix/enhance build with tests:
- set PYTHONPATH, otherwise tests will not find the python
modules installed to the buildroot
- Add BuildRequires for several tex styles/resources
- Add BuildRequires: xorg-x11-Xvfb, needed for Qt backend tests
- Remove python-Pillow, tests are only using png, not e.g jpeg
- increase image compare tolerance, our Freetype 2.7 renders
slightly different to the baseline FT 2.6
- Add upstream 0001-Allow-divmod-to-be-overridden-by-num.patch,
to cope with numpy 1.13 changes
- Add upstream 166a14473272_Fix-contour-colour-level-determination.patch
- Add upstream 97e170d2fc2c_Pass-integers-to-np_linspace.patch
-------------------------------------------------------------------
Mon Oct 9 03:11:03 UTC 2017 - stefan.bruens@rwth-aachen.de
- Also remove runtime-only python-tk dependecy from BuildRequires:
-------------------------------------------------------------------
Sat Oct 7 23:16:35 UTC 2017 - stefan.bruens@rwth-aachen.de
- Rebase the matplotlib setup.cfg on upstream version
- Guard several BuildRequires: which are not necessary for building
with the "tests" conditional, most backends are pure python
- Do not install/package baseline images only necessary for tests,
shrinks the main package by 60 MByte
-------------------------------------------------------------------
Thu Aug 10 16:01:33 UTC 2017 - toddrme2178@gmail.com