Hello community,
here is the log from the commit of package python-matplotlib for
openSUSE:Factory checked in at 2020-10-23 12:19:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
and /work/SRC/openSUSE:Factory/.python-matplotlib.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib"
Fri Oct 23 12:19:14 2020 rev:80 rq:843432 version:3.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes
2020-08-06 17:33:02.201107254 +0200
+++
/work/SRC/openSUSE:Factory/.python-matplotlib.new.3463/python-matplotlib.changes
2020-10-23 12:19:28.116562915 +0200
@@ -1,0 +2,7 @@
+Thu Oct 22 08:59:30 UTC 2020 - Ismail Dönmez <[email protected]>
+
+- Copy updated transparent_markers.pdf from upstream commit
+ https://github.com/matplotlib/matplotlib/pull/18604 to fix
+ test failure Ghostscript 9.53
+
+-------------------------------------------------------------------
New:
----
transparent_markers.pdf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.6ZN8uZ/_old 2020-10-23 12:19:29.440563599 +0200
+++ /var/tmp/diff_new_pack.6ZN8uZ/_new 2020-10-23 12:19:29.444563601 +0200
@@ -38,6 +38,8 @@
URL: https://matplotlib.org
Source:
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
Source1: matplotlib-setup.cfg
+# Remove after next update
+Source2:
https://github.com/matplotlib/matplotlib/raw/b9470957c7f440084915a0b6573af3ee2235b941/lib/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf
# Bundled version of freetype for testing purposes only
Source99:
https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
Patch0: no-builddir-freetype.patch
@@ -225,6 +227,9 @@
cp %{SOURCE1} setup.cfg
%patch0 -p1
+# Fix test with ghostscript 9.53
+cp %{SOURCE2}
lib/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf
+
%build
%if !%{with test}
%python_build