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-08-15 16:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Tue Aug 15 16:40:33 2023 rev:496 rq:1104027 version:20230815.03a7aaa

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2023-08-12 15:07:03.278837926 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.11712/openSUSE-release-tools.changes
 2023-08-15 16:40:39.355252895 +0200
@@ -1,0 +2,6 @@
+Tue Aug 15 10:57:20 UTC 2023 - opensuse-releaset...@opensuse.org
+
+- Update to version 20230815.03a7aaa:
+  * version_calculate: chdir to the osclib dir
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20230811.65a86bd.obscpio

New:
----
  openSUSE-release-tools-20230815.03a7aaa.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.E9oWpd/_old  2023-08-15 16:40:41.319266290 +0200
+++ /var/tmp/diff_new_pack.E9oWpd/_new  2023-08-15 16:40:41.323266317 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20230811.65a86bd
+Version:        20230815.03a7aaa
 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.E9oWpd/_old  2023-08-15 16:40:41.423266999 +0200
+++ /var/tmp/diff_new_pack.E9oWpd/_new  2023-08-15 16:40:41.427267026 +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">65a86bdd7c731e31e74e6c2b0f501795f4260731</param>
+    <param 
name="changesrevision">03a7aaa815dbefc97887e3ef808551921ae6d18c</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20230811.65a86bd.obscpio -> 
openSUSE-release-tools-20230815.03a7aaa.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20230811.65a86bd/osclib/common.py 
new/openSUSE-release-tools-20230815.03a7aaa/osclib/common.py
--- old/openSUSE-release-tools-20230811.65a86bd/osclib/common.py        
2023-08-11 19:31:59.000000000 +0200
+++ new/openSUSE-release-tools-20230815.03a7aaa/osclib/common.py        
2023-08-15 12:55:35.000000000 +0200
@@ -3,10 +3,13 @@
 
 def version_calculate():
     from os import path
-    if path.exists('.git'):
+    # osclib is most likely "installed" via a symlink in ~/.osc-plugins
+    # => need to resolve the relative path
+    osc_release_tools_dir = 
path.abspath(path.join(path.realpath(path.dirname(__file__)), ".."))
+    if path.exists(path.join(osc_release_tools_dir, ".git")):
         from osclib.git import describe
         try:
-            return describe()
+            return describe(directory=osc_release_tools_dir)
         except FileNotFoundError:
             pass  # Fall through to final return.
 

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.E9oWpd/_old  2023-08-15 16:40:42.375273491 +0200
+++ /var/tmp/diff_new_pack.E9oWpd/_new  2023-08-15 16:40:42.383273546 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20230811.65a86bd
-mtime: 1691775119
-commit: 65a86bdd7c731e31e74e6c2b0f501795f4260731
+version: 20230815.03a7aaa
+mtime: 1692096935
+commit: 03a7aaa815dbefc97887e3ef808551921ae6d18c
 

Reply via email to