Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bci-ci-image for openSUSE:Factory 
checked in at 2026-07-07 21:06:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bci-ci-image (Old)
 and      /work/SRC/openSUSE:Factory/.bci-ci-image.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bci-ci-image"

Tue Jul  7 21:06:03 2026 rev:14 rq:1364280 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/bci-ci-image/bci-ci-image.changes        
2026-06-19 17:13:47.546388675 +0200
+++ /work/SRC/openSUSE:Factory/.bci-ci-image.new.1982/bci-ci-image.changes      
2026-07-07 21:08:32.537375356 +0200
@@ -1,0 +2,5 @@
+Tue Jul  7 10:32:43 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- switch bci-ci container to python 3.14
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.Mufg5K/_old  2026-07-07 21:08:33.021392084 +0200
+++ /var/tmp/diff_new_pack.Mufg5K/_new  2026-07-07 21:08:33.025392222 +0200
@@ -23,7 +23,7 @@
 FROM opensuse/bci/python:latest
 
 RUN set -euo pipefail; \
-    zypper -n install --no-recommends build buildah fish gcc git-core iproute2 
jq osc patch python3-devel python3-pipx python3-poetry
+    zypper -n install --no-recommends build buildah fish gcc git-core iproute2 
jq osc patch python314-devel python314-base python314-pipx python314-poetry
 
 # cleanup logs and temporary files
 RUN set -euo pipefail; zypper -n clean -a; \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Mufg5K/_old  2026-07-07 21:08:33.089394434 +0200
+++ /var/tmp/diff_new_pack.Mufg5K/_new  2026-07-07 21:08:33.097394710 +0200
@@ -4,13 +4,13 @@
   <service mode="buildtime" name="replace_using_package_version">
     <param name="file">Dockerfile</param>
     <param name="regex">%%python_version%%</param>
-    <param name="package">python313-base</param>
+    <param name="package">python314-base</param>
     <param name="parse-version">patch</param>
   </service>
   <service mode="buildtime" name="replace_using_package_version">
     <param name="file">Dockerfile</param>
     <param name="regex">%%python_version%%</param>
-    <param name="package">python313-base</param>
+    <param name="package">python314-base</param>
     <param name="parse-version">patch</param>
   </service>
 </services>

Reply via email to