Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
obs-service-replace_using_package_version for openSUSE:Factory checked in at
2023-12-15 21:46:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-replace_using_package_version
(Old)
and
/work/SRC/openSUSE:Factory/.obs-service-replace_using_package_version.new.25432
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-replace_using_package_version"
Fri Dec 15 21:46:43 2023 rev:7 rq:1132949 version:0.0.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-replace_using_package_version/obs-service-replace_using_package_version.changes
2023-04-12 12:50:59.840720534 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-replace_using_package_version.new.25432/obs-service-replace_using_package_version.changes
2023-12-15 21:46:49.889168114 +0100
@@ -1,0 +2,17 @@
+Wed Dec 13 20:47:44 UTC 2023 - [email protected]
+
+- Update to version 1702495728.72fe58b:
+ * Bump version: 0.0.8 â 0.0.9
+ * Bump actions/setup-python from 4.8.0 to 5.0.0
+ * Bump actions/setup-python from 4.7.1 to 4.8.0
+ * Workaround integration test failures due to PEP 668 marker
+ * Bump actions/setup-python from 4.6.1 to 4.7.1
+ * Bump actions/checkout from 3 to 4
+ * Report the package name that is missing (#56)
+ * Bump pytest-container from 0.1.1 to 0.2.0
+ * Drop mock dependency, stdlib has it
+ * Bump actions/setup-python from 4.6.0 to 4.6.1
+ * Bump actions/setup-python from 4.5.0 to 4.6.0
+ * Bump version: 0.0.7 â 0.0.8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-replace_using_package_version.spec ++++++
--- /var/tmp/diff_new_pack.TqKruB/_old 2023-12-15 21:46:50.645195748 +0100
+++ /var/tmp/diff_new_pack.TqKruB/_new 2023-12-15 21:46:50.645195748 +0100
@@ -19,7 +19,7 @@
%define service replace_using_package_version
Name: obs-service-%{service}
-Version: 0.0.7
+Version: 0.0.9
Release: 0
Summary: An OBS service: Replaces a regex with the version value of a
package
License: GPL-3.0-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.TqKruB/_old 2023-12-15 21:46:50.689197356 +0100
+++ /var/tmp/diff_new_pack.TqKruB/_new 2023-12-15 21:46:50.693197503 +0100
@@ -1,5 +1,5 @@
<services>
- <service name="obs_scm" mode="disabled">
+ <service name="obs_scm" mode="manual">
<param
name="url">https://github.com/openSUSE/obs-service-replace_using_package_version.git</param>
<param name="scm">git</param>
<param name="filename">replace_using_package_version</param>
@@ -11,7 +11,7 @@
<param name="version">_none_</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">[email protected]</param>
- <param name="revision">master</param>
+ <param name="revision">@PARENT_TAG@</param>
</service>
</services>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.TqKruB/_old 2023-12-15 21:46:50.713198234 +0100
+++ /var/tmp/diff_new_pack.TqKruB/_new 2023-12-15 21:46:50.713198234 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/obs-service-replace_using_package_version.git</param>
- <param
name="changesrevision">eb96e8582f54b9e2c5c5259e379ced1e79cd642d</param></service></servicedata>
+ <param
name="changesrevision">72fe58b8a7d29342985f4304dcf1c0c4d0b1c18c</param></service></servicedata>
(No newline at EOF)
++++++ replace_using_package_version.py ++++++
--- /var/tmp/diff_new_pack.TqKruB/_old 2023-12-15 21:46:50.733198965 +0100
+++ /var/tmp/diff_new_pack.TqKruB/_new 2023-12-15 21:46:50.737199111 +0100
@@ -171,7 +171,7 @@
version = find_package_version_in_obsinfo('.', package)
if version is None:
- raise Exception('Package version not found')
+ raise Exception(f'Package {package} version not found')
return str(version)