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 2024-03-06 23:03:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old) and /work/SRC/openSUSE:Factory/.python-matplotlib.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib" Wed Mar 6 23:03:07 2024 rev:106 rq:1155352 version:3.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes 2024-02-25 14:05:17.967120266 +0100 +++ /work/SRC/openSUSE:Factory/.python-matplotlib.new.1770/python-matplotlib.changes 2024-03-06 23:03:12.062418746 +0100 @@ -1,0 +2,5 @@ +Tue Mar 5 18:06:28 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Don't build nbagg for python39: ipython not available anymore + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-matplotlib.spec ++++++ --- /var/tmp/diff_new_pack.COFZSB/_old 2024-03-06 23:03:15.886557387 +0100 +++ /var/tmp/diff_new_pack.COFZSB/_new 2024-03-06 23:03:15.886557387 +0100 @@ -89,7 +89,7 @@ BuildRequires: %{python_module matplotlib-gtk3 = %{version}} BuildRequires: %{python_module matplotlib-gtk4 = %{version}} %if 0%{?suse_version} > 1500 -BuildRequires: %{python_module matplotlib-nbagg = %{version}} +BuildRequires: %{python_module matplotlib-nbagg = %{version} if %python-base >= 3.10} %endif BuildRequires: %{python_module matplotlib-qt5 = %{version}} BuildRequires: %{python_module matplotlib-testdata = %{version}} @@ -115,8 +115,8 @@ # /SECTION cairo # SECTION nbagg backend tests %if !%{with ringdisabled} && 0%{?suse_version} > 1500 -BuildRequires: %{python_module nbconvert} -BuildRequires: %{python_module nbformat} +BuildRequires: %{python_module nbconvert if %python-base >= 3.10} +BuildRequires: %{python_module nbformat if %python-base >= 3.10} %endif # /SECTION nbagg # SECTION qt backends: Only test PyQt5 in Minimal-X @@ -179,7 +179,7 @@ This package provides code common for the GTK3 and GTK4 backends for the %{name} plotting package -%if 0%{?suse_version} > 1500 + %package nbagg Summary: Jupyter nbagg backend for %{name} Requires: %{name} = %{version} @@ -188,7 +188,6 @@ %description nbagg This package includes the Jupyter notebook backend for the %{name} plotting package -%endif %package latex Summary: Allow rendering latex in %{name} @@ -461,7 +460,7 @@ %{python_sitearch}/matplotlib/backends/_backend_gtk.py %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/_backend_gtk.*.py* -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1500 && 0%{?python_version_nodots} >= 310 %files %{python_files nbagg} %license LICENSE/ %license doc/users/project/license.rst