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-03-02 18:22:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Wed Mar 2 18:22:31 2022 rev:386 rq:958456 version:20220302.3654dc91
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-02-26 17:02:49.263542937 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1958/openSUSE-release-tools.changes
2022-03-02 18:22:35.752659126 +0100
@@ -1,0 +2,6 @@
+Wed Mar 02 13:39:27 UTC 2022 - [email protected]
+
+- Update to version 20220302.3654dc91:
+ * Fix XML usage in openqa bot
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220225.65cf38f7.obscpio
New:
----
openSUSE-release-tools-20220302.3654dc91.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.pS7QYG/_old 2022-03-02 18:22:37.080659173 +0100
+++ /var/tmp/diff_new_pack.pS7QYG/_new 2022-03-02 18:22:37.088659173 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220225.65cf38f7
+Version: 20220302.3654dc91
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.pS7QYG/_old 2022-03-02 18:22:37.184659177 +0100
+++ /var/tmp/diff_new_pack.pS7QYG/_new 2022-03-02 18:22:37.196659177 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">bc5a437bb7fb364a3a999da7229b7186ac2ec21c</param>
+ <param
name="changesrevision">3654dc9144bcb2422f92a1e50a1e921e470ecc7b</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220225.65cf38f7.obscpio ->
openSUSE-release-tools-20220302.3654dc91.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220225.65cf38f7/oqamaint/update.py
new/openSUSE-release-tools-20220302.3654dc91/oqamaint/update.py
--- old/openSUSE-release-tools-20220225.65cf38f7/oqamaint/update.py
2022-02-25 16:29:21.000000000 +0100
+++ new/openSUSE-release-tools-20220302.3654dc91/oqamaint/update.py
2022-03-02 14:39:00.000000000 +0100
@@ -30,7 +30,7 @@
self.logger.info("{} skipped .. need wait".format(crepo))
# if one fails, we skip it and wait
return False
- root = ET.fromstring(xml.text)
+ root = ET.fromstring(bytes(xml.text, encoding='utf-8'))
rev = root.find('.//{http://linux.duke.edu/metadata/repo}revision')
rev = int(rev.text)
if rev > max_revision:
@@ -76,7 +76,7 @@
repomd = requests.get(url)
if not repomd.ok:
return None
- root = ET.fromstring(repomd.text)
+ root = ET.fromstring(bytes(repomd.text, encoding='utf-8'))
cs = root.find(
'.//{http://linux.duke.edu/metadata/repo}data[@type="updateinfo"]/{http://linux.duke.edu/metadata/repo}location')
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.pS7QYG/_old 2022-03-02 18:22:37.960659204 +0100
+++ /var/tmp/diff_new_pack.pS7QYG/_new 2022-03-02 18:22:37.968659205 +0100
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220225.65cf38f7
-mtime: 1645802961
-commit: 65cf38f740a4d9164bf032e5b5367012dbe77a13
+version: 20220302.3654dc91
+mtime: 1646228340
+commit: 3654dc9144bcb2422f92a1e50a1e921e470ecc7b