Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-manager for openSUSE:Factory checked in at 2026-03-26 21:07:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-manager (Old) and /work/SRC/openSUSE:Factory/.virt-manager.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-manager" Thu Mar 26 21:07:16 2026 rev:290 rq:1342614 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes 2026-03-13 21:15:59.163298091 +0100 +++ /work/SRC/openSUSE:Factory/.virt-manager.new.8177/virt-manager.changes 2026-03-27 06:52:23.037088396 +0100 @@ -1,0 +2,6 @@ +Wed Mar 18 11:33:25 MDT 2026 - [email protected] + +- Fix a python syntax warning + virtinst-query-recommended-firmware.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtinst-add-sle16-detection-support.patch ++++++ --- /var/tmp/diff_new_pack.ATAUPw/_old 2026-03-27 06:52:24.685156428 +0100 +++ /var/tmp/diff_new_pack.ATAUPw/_new 2026-03-27 06:52:24.689156593 +0100 @@ -59,7 +59,7 @@ + sle_version = (sle_version + '.' + product_name[5][2]) else: - sle_version = (sle_version + '.' + self.product_name.strip().rsplit(' ')[5][2]) -+ if len(product_name) > 1 and int(product_name[2]) is not 0: ++ if len(product_name) > 1 and int(product_name[2]) != 0: + sle_version = (sle_version + '.' + product_name[2]) distro_version = sle_version
