Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2018-12-21 08:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Fri Dec 21 08:22:42 2018 rev:156 rq:660403 version:20181219.960b7ba
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-12-19 13:51:41.055096241 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.28833/openSUSE-release-tools.changes
2018-12-21 08:22:44.469495716 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 10:58:39 UTC 2018 - [email protected]
+
+- Update to version 20181219.960b7ba:
+ * suppkg_rebuild: use the binaryverions query instead
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20181218.d14a232.obscpio
New:
----
openSUSE-release-tools-20181219.960b7ba.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.v3eprC/_old 2018-12-21 08:22:45.189495041 +0100
+++ /var/tmp/diff_new_pack.v3eprC/_new 2018-12-21 08:22:45.189495041 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20181218.d14a232
+Version: 20181219.960b7ba
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.v3eprC/_old 2018-12-21 08:22:45.221495011 +0100
+++ /var/tmp/diff_new_pack.v3eprC/_new 2018-12-21 08:22:45.225495007 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">32a88ccddbc1e364898e3342a8b64626f25932ac</param>
+ <param
name="changesrevision">afe9ce7bdb93b4e5f2041da8ef1984f5fa79b0f4</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20181218.d14a232.obscpio ->
openSUSE-release-tools-20181219.960b7ba.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20181218.d14a232/suppkg_rebuild.py
new/openSUSE-release-tools-20181219.960b7ba/suppkg_rebuild.py
--- old/openSUSE-release-tools-20181218.d14a232/suppkg_rebuild.py
2018-12-18 11:56:28.000000000 +0100
+++ new/openSUSE-release-tools-20181219.960b7ba/suppkg_rebuild.py
2018-12-19 11:53:06.000000000 +0100
@@ -51,17 +51,17 @@
return pkg_list
def get_project_binarylist(self, project, repository, arch):
- query = {'view': 'binarylist', 'repository': repository, 'arch': arch}
- root = ET.parse(http_GET(makeurl(self.apiurl, ['build', project,
'_result'],
+ query = {'view': 'binaryversions'}
+ root = ET.parse(http_GET(makeurl(self.apiurl, ['build', project,
repository, arch],
query=query))).getroot()
return root
def process_project_binarylist(self, project, repository, arch):
prj_binarylist = self.get_project_binarylist(project, repository, arch)
files = {}
- for package in prj_binarylist.findall('./result/binarylist'):
+ for package in prj_binarylist.findall('./binaryversionlist'):
for binary in package.findall('binary'):
- result = re.match(r'(.*)-([^-]*)-([^-]*)\.([^-\.]+)\.rpm',
binary.attrib['filename'])
+ result = re.match(r'(.*)-([^-]*)-([^-]*)\.([^-\.]+)\.rpm',
binary.attrib['name'])
if not result:
continue
bname = result.group(1)
@@ -73,7 +73,7 @@
continue
if result.group(4) == 'src':
continue
- files[bname] = package.attrib['package']
+ files[bname] = package.attrib['package'].split(':', 1)[0]
return files
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.v3eprC/_old 2018-12-21 08:22:45.733494531 +0100
+++ /var/tmp/diff_new_pack.v3eprC/_new 2018-12-21 08:22:45.733494531 +0100
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20181218.d14a232
-mtime: 1545130588
-commit: d14a232ba3fde01dce182de793c16b7f5c208798
+version: 20181219.960b7ba
+mtime: 1545216786
+commit: 960b7ba537a546da4f6a5bf5a4774c7821d0db85