Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-05-17 18:04:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Thu May 17 18:04:43 2018 rev:95 rq:609916 version:20180516.6459937

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2018-05-16 18:45:07.911621919 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2018-05-17 18:05:17.560156557 +0200
@@ -1,0 +2,7 @@
+Wed May 16 19:29:56 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180516.6459937:
+  * repo_checker: sort whitelist before writing to config.
+  * repo_checker: include final newline in dashboard/repo_checker file.
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20180516.629cada.obscpio

New:
----
  openSUSE-release-tools-20180516.6459937.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.g4v7XW/_old  2018-05-17 18:05:22.427978529 +0200
+++ /var/tmp/diff_new_pack.g4v7XW/_new  2018-05-17 18:05:22.427978529 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20180516.629cada
+Version:        20180516.6459937
 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.g4v7XW/_old  2018-05-17 18:05:22.471976920 +0200
+++ /var/tmp/diff_new_pack.g4v7XW/_new  2018-05-17 18:05:22.475976773 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">633b0524a5f834aa21a61c12ffb12d9c991742de</param>
+    <param 
name="changesrevision">6459937f2cc6c3c9dfde8e9ffa89b4fe80c81398</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20180516.629cada.obscpio -> 
openSUSE-release-tools-20180516.6459937.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180516.629cada/repo_checker.py 
new/openSUSE-release-tools-20180516.6459937/repo_checker.py
--- old/openSUSE-release-tools-20180516.629cada/repo_checker.py 2018-05-16 
14:36:16.000000000 +0200
+++ new/openSUSE-release-tools-20180516.6459937/repo_checker.py 2018-05-16 
21:22:02.000000000 +0200
@@ -83,7 +83,7 @@
 
         text = '\n'.join(comment).strip()
         if not self.dryrun:
-            api.dashboard_content_ensure('repo_checker', text, 'project_only 
run')
+            api.dashboard_content_ensure('repo_checker', text + '\n', 
'project_only run')
             self.whitelist_clean(project)
         else:
             print(text)
@@ -580,7 +580,7 @@
         config_new = copy(config)
         for key, value in whitelists_remaining.items():
             if value != whitelists[key]:
-                self.whitelist_clean_set(config_new, key, ' '.join(value))
+                self.whitelist_clean_set(config_new, key, ' 
'.join(sorted(value)))
 
         if config == config_new:
             print('No changes')

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.g4v7XW/_old  2018-05-17 18:05:23.315946054 +0200
+++ /var/tmp/diff_new_pack.g4v7XW/_new  2018-05-17 18:05:23.319945908 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180516.629cada
-mtime: 1526474176
-commit: 629cada8de1e28557d17ec972d8870180899ec6b
+version: 20180516.6459937
+mtime: 1526498522
+commit: 6459937f2cc6c3c9dfde8e9ffa89b4fe80c81398
 


Reply via email to