Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-3.11-image for openSUSE:Factory checked in at 2024-09-08 11:59:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-3.11-image (Old) and /work/SRC/openSUSE:Factory/.python-3.11-image.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.11-image" Sun Sep 8 11:59:54 2024 rev:19 rq:1199266 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-3.11-image/python-3.11-image.changes 2024-08-15 09:58:31.995489475 +0200 +++ /work/SRC/openSUSE:Factory/.python-3.11-image.new.10096/python-3.11-image.changes 2024-09-08 12:01:30.230250995 +0200 @@ -1,0 +2,5 @@ +Fri Sep 6 11:30:01 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- use full version in version label + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.SYoJ7w/_old 2024-09-08 12:01:30.682269708 +0200 +++ /var/tmp/diff_new_pack.SYoJ7w/_new 2024-09-08 12:01:30.686269874 +0200 @@ -18,6 +18,8 @@ #!BuildTag: opensuse/bci/python:3.11-%RELEASE% #!BuildTag: opensuse/bci/python:3 #!BuildTag: opensuse/bci/python:3-%RELEASE% +#!BuildTag: opensuse/bci/python:%%py311_ver%% +#!BuildTag: opensuse/bci/python:%%py311_ver%%-%RELEASE% #!BuildTag: opensuse/bci/python:latest FROM opensuse/tumbleweed:latest @@ -29,7 +31,7 @@ LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Python 3.11 development" LABEL org.opencontainers.image.description="Python 3.11 development container based on the openSUSE Tumbleweed Base Container Image." -LABEL org.opencontainers.image.version="3.11" +LABEL org.opencontainers.image.version="%%py311_ver%%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project"