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-15 19:04:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Tue Mar 15 19:04:45 2022 rev:400 rq:961803 version:20220314.6cacf361

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2022-03-14 19:37:22.290148333 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.25692/openSUSE-release-tools.changes
 2022-03-15 19:05:29.112971110 +0100
@@ -1,0 +2,6 @@
+Mon Mar 14 14:23:03 UTC 2022 - opensuse-releaset...@opensuse.org
+
+- Update to version 20220314.6cacf361:
+  * Staging installcheck: Do not overwrite package variable
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20220314.e77cce84.obscpio

New:
----
  openSUSE-release-tools-20220314.6cacf361.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.iAAZsR/_old  2022-03-15 19:05:29.844971606 +0100
+++ /var/tmp/diff_new_pack.iAAZsR/_new  2022-03-15 19:05:29.852971612 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20220314.e77cce84
+Version:        20220314.6cacf361
 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.iAAZsR/_old  2022-03-15 19:05:29.896971642 +0100
+++ /var/tmp/diff_new_pack.iAAZsR/_new  2022-03-15 19:05:29.900971645 +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">e77cce849ef5cedd7ee6a77ecbf6b3df05162f62</param>
+    <param 
name="changesrevision">6cacf361c0e0ae88fb00f04db69696eab6a4b36a</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20220314.e77cce84.obscpio -> 
openSUSE-release-tools-20220314.6cacf361.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20220314.e77cce84/staging-installcheck.py 
new/openSUSE-release-tools-20220314.6cacf361/staging-installcheck.py
--- old/openSUSE-release-tools-20220314.e77cce84/staging-installcheck.py        
2022-03-14 09:42:03.000000000 +0100
+++ new/openSUSE-release-tools-20220314.6cacf361/staging-installcheck.py        
2022-03-14 15:21:20.000000000 +0100
@@ -97,9 +97,9 @@
         what_depends_on = depends_on(api.apiurl, api.project, api.cmain_repo, 
[package], True)
 
         # filter out packages to be deleted
-        for package in to_delete:
-            if package in what_depends_on:
-                what_depends_on.remove(package)
+        for ptd in to_delete:
+            if ptd in what_depends_on:
+                what_depends_on.remove(ptd)
 
         if len(what_depends_on):
             comments.append('{} is still a build requirement of:\n\n- 
{}'.format(

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.iAAZsR/_old  2022-03-15 19:05:30.548972084 +0100
+++ /var/tmp/diff_new_pack.iAAZsR/_new  2022-03-15 19:05:30.552972087 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20220314.e77cce84
-mtime: 1647247323
-commit: e77cce849ef5cedd7ee6a77ecbf6b3df05162f62
+version: 20220314.6cacf361
+mtime: 1647267680
+commit: 6cacf361c0e0ae88fb00f04db69696eab6a4b36a
 

Reply via email to