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 2022-07-18 18:34:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Mon Jul 18 18:34:28 2022 rev:443 rq:989542 version:20220715.4fd15522
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-07-15 13:52:44.951568679 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1523/openSUSE-release-tools.changes
2022-07-18 18:34:45.953828383 +0200
@@ -1,0 +2,6 @@
+Fri Jul 15 11:37:46 UTC 2022 - [email protected]
+
+- Update to version 20220715.4fd15522:
+ * rabbit-openqa: If OSRT:OpenQAMapping contains garbage, just continue
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220714.70a1c647.obscpio
New:
----
openSUSE-release-tools-20220715.4fd15522.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.dZREz3/_old 2022-07-18 18:34:46.597829365 +0200
+++ /var/tmp/diff_new_pack.dZREz3/_new 2022-07-18 18:34:46.605829377 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220714.70a1c647
+Version: 20220715.4fd15522
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.dZREz3/_old 2022-07-18 18:34:46.653829450 +0200
+++ /var/tmp/diff_new_pack.dZREz3/_new 2022-07-18 18:34:46.657829456 +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">c354a3fe71feab07f7732092a71b60820881ff6e</param>
+ <param
name="changesrevision">9dd1cad299df0a729a9c49cb0a10cd4b42fa1318</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220714.70a1c647.obscpio ->
openSUSE-release-tools-20220715.4fd15522.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220714.70a1c647/gocd/rabbit-openqa.py
new/openSUSE-release-tools-20220715.4fd15522/gocd/rabbit-openqa.py
--- old/openSUSE-release-tools-20220714.70a1c647/gocd/rabbit-openqa.py
2022-07-14 16:12:25.000000000 +0200
+++ new/openSUSE-release-tools-20220715.4fd15522/gocd/rabbit-openqa.py
2022-07-15 13:36:27.000000000 +0200
@@ -47,7 +47,11 @@
old = parts[1]
new = parts[2]
new = new.replace('$LETTER', self.staging_letter(staging_project))
- return re.compile(old).sub(new, iso)
+ try:
+ return re.compile(old).sub(new, iso)
+ except re.error:
+ self.logger.error(f"_MAP_ISO {self.replace_string} does not create
valid regexps in {self.name}")
+ return iso
def gather_isos(self, name, repository):
url = self.api.makeurl(['published', name, repository, 'iso'])
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.dZREz3/_old 2022-07-18 18:34:47.281830408 +0200
+++ /var/tmp/diff_new_pack.dZREz3/_new 2022-07-18 18:34:47.285830414 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220714.70a1c647
-mtime: 1657807945
-commit: 70a1c6478a86db89302be27447aadffcff5a2a3b
+version: 20220715.4fd15522
+mtime: 1657884987
+commit: 4fd15522c99c32b9a426e2d06767f02509d1ae8e