Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2025-09-11 16:40:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Thu Sep 11 16:40:42 2025 rev:539 rq:1304093 version:20250904.5c7b6442

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2025-09-03 21:09:06.612893172 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1977/openSUSE-release-tools.changes
  2025-09-11 16:40:46.234877669 +0200
@@ -1,0 +2,6 @@
+Thu Sep 04 13:25:15 UTC 2025 - opensuse-releaset...@opensuse.org
+
+- Update to version 20250904.5c7b6442:
+  * check_maintenance_incidents.py: Fall back to review by the devel prj only
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20250827.0ffb3bb3.obscpio

New:
----
  openSUSE-release-tools-20250904.5c7b6442.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.YVuY9I/_old  2025-09-11 16:40:48.230961685 +0200
+++ /var/tmp/diff_new_pack.YVuY9I/_new  2025-09-11 16:40:48.242962190 +0200
@@ -21,7 +21,7 @@
 %define announcer_filename factory-package-news
 %define services osrt-slsa.target osrt-relpkggen@.timer 
osrt-relpkggen@.service osrt-pkglistgen@.timer osrt-pkglistgen@.service
 Name:           openSUSE-release-tools
-Version:        20250827.0ffb3bb3
+Version:        20250904.5c7b6442
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0-or-later AND MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.YVuY9I/_old  2025-09-11 16:40:48.602977343 +0200
+++ /var/tmp/diff_new_pack.YVuY9I/_new  2025-09-11 16:40:48.634978690 +0200
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">0ffb3bb3904c1d40a91227093794c41d642e5e6b</param>
+    <param 
name="changesrevision">5c7b6442fb1233ada3fc1bb83167209f5086dc94</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20250827.0ffb3bb3.obscpio -> 
openSUSE-release-tools-20250904.5c7b6442.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20250827.0ffb3bb3/check_maintenance_incidents.py 
new/openSUSE-release-tools-20250904.5c7b6442/check_maintenance_incidents.py
--- old/openSUSE-release-tools-20250827.0ffb3bb3/check_maintenance_incidents.py 
2025-08-27 13:52:50.000000000 +0200
+++ new/openSUSE-release-tools-20250904.5c7b6442/check_maintenance_incidents.py 
2025-09-04 15:24:16.000000000 +0200
@@ -62,7 +62,15 @@
         prj, pkg = self.get_pkg_for_review(req, package)
         if prj is not None:
             msg = f'Submission for {pkg} by someone who is not maintainer in 
the devel project ({prj}). Please review'
-            self.add_review(req, by_project=prj, by_package=pkg, msg=msg)
+            try:
+                self.add_review(req, by_project=prj, by_package=pkg, msg=msg)
+            except HTTPError as e:
+                if e.code != 400:
+                    raise
+
+                # Packages in symsync projects cannot be reviewers
+                self.logger.info(f'Failed to add review for {prj}/{pkg}, 
trying just {prj}')
+                self.add_review(req, by_project=prj, msg=msg)
 
     @staticmethod
     @memoize(session=True)

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.YVuY9I/_old  2025-09-11 16:40:51.895115911 +0200
+++ /var/tmp/diff_new_pack.YVuY9I/_new  2025-09-11 16:40:51.903116247 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20250827.0ffb3bb3
-mtime: 1756295570
-commit: 0ffb3bb3904c1d40a91227093794c41d642e5e6b
+version: 20250904.5c7b6442
+mtime: 1756992256
+commit: 5c7b6442fb1233ada3fc1bb83167209f5086dc94
 

Reply via email to