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 2026-03-01 22:13:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old) and /work/SRC/openSUSE:Factory/.python-matplotlib.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib" Sun Mar 1 22:13:45 2026 rev:127 rq:1335268 version:3.10.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes 2026-02-18 17:05:12.965189972 +0100 +++ /work/SRC/openSUSE:Factory/.python-matplotlib.new.29461/python-matplotlib.changes 2026-03-01 22:13:49.899514290 +0100 @@ -1,0 +2,6 @@ +Thu Feb 26 11:39:37 UTC 2026 - Daniel Garcia <[email protected]> + +- Adapt %suse_version checks to support new %suse_version design for + 16.1 and following (1610, 1620, 1630...) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-matplotlib.spec ++++++ --- /var/tmp/diff_new_pack.Nj2X01/_old 2026-03-01 22:13:50.691546841 +0100 +++ /var/tmp/diff_new_pack.Nj2X01/_new 2026-03-01 22:13:50.691546841 +0100 @@ -16,8 +16,6 @@ # -%define SLE_VERSION 1600 - %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -38,7 +36,7 @@ %endif # Disable wxWidgets backend in Factory Ring 1 (Minimal-X) and SLE <= 16 -%if %{with ringdisabled} || 0%{?suse_version} <= %SLE_VERSION +%if %{with ringdisabled} || 0%{?suse_version} < 1699 %bcond_with wx %else %bcond_without wx @@ -127,7 +125,7 @@ BuildRequires: %{python_module cairocffi >= 0.8} # /SECTION cairo # SECTION nbagg backend tests: not in Minimal-X or SLE <= 16 -%if %{without ringdisabled} && 0%{?suse_version} > %SLE_VERSION +%if %{without ringdisabled} && 0%{?suse_version} >= 1699 BuildRequires: %{python_module matplotlib-nbagg = %{version}} BuildRequires: %{python_module nbconvert} BuildRequires: %{python_module nbformat} @@ -137,7 +135,7 @@ %if %{with qt} BuildRequires: %{python_module PyQt6} BuildRequires: %{python_module matplotlib-qt = %{version}} -%if %{without ringdisabled} && 0%{?suse_version} > %SLE_VERSION +%if %{without ringdisabled} && 0%{?suse_version} >= 1699 # Don'test Pyside6 in Minimal-X or Leap <=16 BuildRequires: python3-pyside6 %endif @@ -368,7 +366,7 @@ skip_tests+=" or test_determinism_check or test_determinism_source_date_epoch" # Fails in SLFO:Main -%if 0%{?suse_version} <= %SLE_VERSION +%if 0%{?suse_version} < 1699 # Timeout, this test freeze forever skip_tests+=" or test_determinism" skip_tests+=" or test_pcolormesh[png] or test_pcolormesh_alpha[png]" @@ -503,7 +501,7 @@ %{python_sitearch}/matplotlib/backends/_backend_gtk.py %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/_backend_gtk.*.py* -%if 0%{?suse_version} > %SLE_VERSION +%if 0%{?suse_version} >= 1699 %files %{python_files nbagg} %license LICENSE/ %{python_sitearch}/matplotlib/backends/backend_nbagg.py*
