Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2025-02-18 19:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib"

Tue Feb 18 19:08:23 2025 rev:114 rq:1246277 version:3.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2025-02-06 22:02:12.098164717 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.8181/python-matplotlib.changes
    2025-02-18 19:08:24.998796798 +0100
@@ -1,0 +2,8 @@
+Sun Feb 16 20:07:11 UTC 2025 - Ben Greiner <c...@bnavigator.de>
+
+- Fix testfiles
+  * Move extra files tagged for tests to testdata package
+  * Add matplotlib-pr29631-install-test-ipynb.patch
+    gh#matplotlib/matplotlib#29631
+
+-------------------------------------------------------------------

New:
----
  matplotlib-pr29631-install-test-ipynb.patch

BETA DEBUG BEGIN:
  New:  * Move extra files tagged for tests to testdata package
  * Add matplotlib-pr29631-install-test-ipynb.patch
    gh#matplotlib/matplotlib#29631
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.Sh0jX6/_old  2025-02-18 19:08:26.758867312 +0100
+++ /var/tmp/diff_new_pack.Sh0jX6/_new  2025-02-18 19:08:26.762867472 +0100
@@ -42,8 +42,10 @@
 Source98:       
https://github.com/qhull/qhull/archive/v8.0.2/qhull-8.0.2.tar.gz#/qhull-8.0.2.tgz
 Source99:       
https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
 Source100:      python-matplotlib.rpmlintrc
+# PATCH-FIX-UPSTREAM matplotlib-pr29631-install-test-ipynb.patch 
gh#matplotlib/matplotlib#29631
+Patch0:         matplotlib-pr29631-install-test-ipynb.patch
 # PATCH-FEATURE-OPENSUSE matplotlib-meson-options-opensuse.patch 
c...@bnavigator.de -- Custom build options for meson-python
-Patch0:         matplotlib-meson-options-opensuse.patch
+Patch1:         matplotlib-meson-options-opensuse.patch
 Recommends:     ghostscript
 Recommends:     libxml2-tools
 Recommends:     poppler-tools
@@ -426,11 +428,14 @@
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_wxagg.*.py*
 %exclude 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_wxcairo.*.py*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/qt_compat.*.py*
+%exclude %{python_sitearch}/matplotlib/tests/*.pfb
+%exclude %{python_sitearch}/matplotlib/tests/*.ttf
+%exclude %{python_sitearch}/matplotlib/tests/*.ipynb
 %exclude %{python_sitearch}/matplotlib/tests/baseline_images
+%exclude %{python_sitearch}/matplotlib/tests/tinypages
 %exclude %{python_sitearch}/mpl_toolkits/axes_grid1/tests/baseline_images
 %exclude %{python_sitearch}/mpl_toolkits/axisartist/tests/baseline_images
 %exclude %{python_sitearch}/mpl_toolkits/mplot3d/tests/baseline_images
-%exclude %{python_sitearch}/matplotlib/tests/tinypages
 
 # Dummy package to pull in latex dependencies.
 %files %{python_files latex}
@@ -485,11 +490,15 @@
 
 %files %{python_files testdata}
 %license LICENSE/
+%doc lib/matplotlib/tests/README
+%{python_sitearch}/matplotlib/tests/*.pfb
+%{python_sitearch}/matplotlib/tests/*.ttf
+%{python_sitearch}/matplotlib/tests/*.ipynb
 %{python_sitearch}/matplotlib/tests/baseline_images
+%{python_sitearch}/matplotlib/tests/tinypages
 %{python_sitearch}/mpl_toolkits/axes_grid1/tests/baseline_images
 %{python_sitearch}/mpl_toolkits/axisartist/tests/baseline_images
 %{python_sitearch}/mpl_toolkits/mplot3d/tests/baseline_images
-%{python_sitearch}/matplotlib/tests/tinypages
 %exclude %{python_sitearch}/matplotlib/tests/tinypages/.gitignore
 %exclude %{python_sitearch}/matplotlib/tests/tinypages/_static/.gitignore
 

++++++ matplotlib-pr29631-install-test-ipynb.patch ++++++
Index: matplotlib-3.10.0/lib/matplotlib/tests/meson.build
===================================================================
--- matplotlib-3.10.0.orig/lib/matplotlib/tests/meson.build
+++ matplotlib-3.10.0/lib/matplotlib/tests/meson.build
@@ -103,6 +103,7 @@ install_data(
   'cmr10.pfb',
   'mpltest.ttf',
   'test_nbagg_01.ipynb',
+  'test_inline_01.ipynb',
   install_tag: 'tests',
   install_dir: py3.get_install_dir(subdir: 'matplotlib/tests/'))
 

Reply via email to