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 2023-06-28 21:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Wed Jun 28 21:33:29 2023 rev:476 rq:1095741 version:20230627.8b1c308

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2023-06-27 23:18:31.924050277 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.13546/openSUSE-release-tools.changes
 2023-06-28 21:33:40.657972664 +0200
@@ -1,0 +2,6 @@
+Tue Jun 27 19:06:14 UTC 2023 - opensuse-releaset...@opensuse.org
+
+- Update to version 20230627.8b1c308:
+  * check_source: fix condition checking for <scmsync> for git packaging
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20230627.8db5f62.obscpio

New:
----
  openSUSE-release-tools-20230627.8b1c308.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.L1zbFZ/_old  2023-06-28 21:33:41.505977671 +0200
+++ /var/tmp/diff_new_pack.L1zbFZ/_new  2023-06-28 21:33:41.509977695 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20230627.8db5f62
+Version:        20230627.8b1c308
 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.L1zbFZ/_old  2023-06-28 21:33:41.557977978 +0200
+++ /var/tmp/diff_new_pack.L1zbFZ/_new  2023-06-28 21:33:41.561978001 +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">8db5f6242cb5018068a0b9019454ea331a3665e4</param>
+    <param 
name="changesrevision">8b1c308e45a61631513cc2ea7c14e18db3209b5d</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20230627.8db5f62.obscpio -> 
openSUSE-release-tools-20230627.8b1c308.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20230627.8db5f62/check_source.py 
new/openSUSE-release-tools-20230627.8b1c308/check_source.py
--- old/openSUSE-release-tools-20230627.8db5f62/check_source.py 2023-06-27 
17:14:47.000000000 +0200
+++ new/openSUSE-release-tools-20230627.8b1c308/check_source.py 2023-06-27 
21:04:55.000000000 +0200
@@ -159,9 +159,9 @@
                     meta = ET.fromstringlist(show_package_meta(self.apiurl, 
devel_project, devel_package))
                     scm_sync = meta.find('scmsync')
                     if (
-                            not scm_sync or
+                            (scm_sync is None) or
                             (
-                                scm_sync and
+                                (scm_sync is not None) and
                                 not 
scm_sync.text.startswith(f"https://src.opensuse.org/pool/{source_package}";)
                                 and all(not 
source_project.startswith(allowed_src) for allowed_src in 
self.allowed_scm_submission_sources)
                             )

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.L1zbFZ/_old  2023-06-28 21:33:42.393982914 +0200
+++ /var/tmp/diff_new_pack.L1zbFZ/_new  2023-06-28 21:33:42.397982938 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20230627.8db5f62
-mtime: 1687878887
-commit: 8db5f6242cb5018068a0b9019454ea331a3665e4
+version: 20230627.8b1c308
+mtime: 1687892695
+commit: 8b1c308e45a61631513cc2ea7c14e18db3209b5d
 

Reply via email to