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-05 17:14:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
and /work/SRC/openSUSE:Factory/.python-matplotlib.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib"
Thu Mar 5 17:14:07 2026 rev:128 rq:1336268 version:3.10.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes
2026-03-01 22:13:49.899514290 +0100
+++
/work/SRC/openSUSE:Factory/.python-matplotlib.new.561/python-matplotlib.changes
2026-03-05 17:15:30.467546594 +0100
@@ -1,0 +2,6 @@
+Wed Mar 4 06:44:16 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Update the bcond_with qt %suse_version check for future Leap 16
+ releases.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.ccQOpD/_old 2026-03-05 17:15:31.851604025 +0100
+++ /var/tmp/diff_new_pack.ccQOpD/_new 2026-03-05 17:15:31.855604191 +0100
@@ -29,7 +29,7 @@
%bcond_with ringdisabled
# Qt support through PyQt6 is in Leap16 but not SLFO
-%if 0%{?suse_version} == 1600 && !0%{?is_opensuse}
+%if 0%{?suse_version} >= 1600 && 0%{?suse_version} < 1699 && !0%{?is_opensuse}
%bcond_with qt
%else
%bcond_without qt