Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-libvirt-python for openSUSE:Factory checked in at 2025-03-05 13:39:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old) and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python" Wed Mar 5 13:39:19 2025 rev:89 rq:1249953 version:11.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes 2025-01-17 18:37:55.666337146 +0100 +++ /work/SRC/openSUSE:Factory/.python-libvirt-python.new.19136/python-libvirt-python.changes 2025-03-05 13:39:50.826855867 +0100 @@ -1,0 +2,6 @@ +Tue Mar 4 00:01:59 UTC 2025 - James Fehlig <jfeh...@suse.com> + +- Update to 11.1.0 + - Add all new APIs and constants in libvirt 11.1.0 + +------------------------------------------------------------------- Old: ---- libvirt-python-11.0.0.tar.gz New: ---- libvirt-python-11.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.4wL4KG/_old 2025-03-05 13:39:51.302875835 +0100 +++ /var/tmp/diff_new_pack.4wL4KG/_new 2025-03-05 13:39:51.306876003 +0100 @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-libvirt-python URL: https://libvirt.org/ -Version: 11.0.0 +Version: 11.1.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.4wL4KG/_old 2025-03-05 13:39:51.330877010 +0100 +++ /var/tmp/diff_new_pack.4wL4KG/_new 2025-03-05 13:39:51.334877178 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="manual"> <param name="filename">libvirt-python</param> - <param name="revision">v11.0.0</param> + <param name="revision">v11.1.0</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://gitlab.com/libvirt/libvirt-python.git</param> ++++++ libvirt-python-11.0.0.tar.gz -> libvirt-python-11.1.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/VERSION new/libvirt-python-11.1.0/VERSION --- old/libvirt-python-11.0.0/VERSION 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/VERSION 2025-02-17 12:14:03.000000000 +0100 @@ -1 +1 @@ -11.0.0 +11.1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/buildenv/fedora-39.sh new/libvirt-python-11.1.0/ci/buildenv/fedora-39.sh --- old/libvirt-python-11.0.0/ci/buildenv/fedora-39.sh 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/buildenv/fedora-39.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -function install_buildenv() { - dnf update -y - dnf install -y \ - ca-certificates \ - ccache \ - gcc \ - git \ - glibc-langpack-en \ - libvirt-devel \ - pkgconfig \ - python3 \ - python3-build \ - python3-devel \ - python3-lxml \ - python3-pip \ - python3-pytest \ - python3-setuptools \ - python3-wheel \ - rpm-build - rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED - rpm -qa | sort > /packages.txt - mkdir -p /usr/libexec/ccache-wrappers - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc -} - -export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers" -export LANG="en_US.UTF-8" -export PYTHON="/usr/bin/python3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/buildenv/fedora-41.sh new/libvirt-python-11.1.0/ci/buildenv/fedora-41.sh --- old/libvirt-python-11.0.0/ci/buildenv/fedora-41.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/buildenv/fedora-41.sh 2025-02-17 12:14:03.000000000 +0100 @@ -0,0 +1,35 @@ +# THIS FILE WAS AUTO-GENERATED +# +# $ lcitool manifest ci/manifest.yml +# +# https://gitlab.com/libvirt/libvirt-ci + +function install_buildenv() { + dnf update -y + dnf install -y \ + ca-certificates \ + ccache \ + gcc \ + git \ + glibc-langpack-en \ + libvirt-devel \ + pkgconfig \ + python3 \ + python3-build \ + python3-devel \ + python3-lxml \ + python3-pip \ + python3-pytest \ + python3-setuptools \ + python3-wheel \ + rpm-build + rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED + rpm -qa | sort > /packages.txt + mkdir -p /usr/libexec/ccache-wrappers + ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc + ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc +} + +export CCACHE_WRAPPERSDIR="/usr/libexec/ccache-wrappers" +export LANG="en_US.UTF-8" +export PYTHON="/usr/bin/python3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/containers/fedora-39.Dockerfile new/libvirt-python-11.1.0/ci/containers/fedora-39.Dockerfile --- old/libvirt-python-11.0.0/ci/containers/fedora-39.Dockerfile 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/containers/fedora-39.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.fedoraproject.org/fedora:39 - -RUN dnf install -y nosync && \ - printf '#!/bin/sh\n\ -if test -d /usr/lib64\n\ -then\n\ - export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ -else\n\ - export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ -fi\n\ -exec "$@"\n' > /usr/bin/nosync && \ - chmod +x /usr/bin/nosync && \ - nosync dnf update -y && \ - nosync dnf install -y \ - ca-certificates \ - ccache \ - gcc \ - git \ - glibc-langpack-en \ - libvirt-devel \ - pkgconfig \ - python3 \ - python3-build \ - python3-devel \ - python3-lxml \ - python3-pip \ - python3-pytest \ - python3-setuptools \ - python3-wheel \ - rpm-build && \ - nosync dnf autoremove -y && \ - nosync dnf clean all -y && \ - rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" -ENV LANG "en_US.UTF-8" -ENV PYTHON "/usr/bin/python3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/containers/fedora-41.Dockerfile new/libvirt-python-11.1.0/ci/containers/fedora-41.Dockerfile --- old/libvirt-python-11.0.0/ci/containers/fedora-41.Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/containers/fedora-41.Dockerfile 2025-02-17 12:14:03.000000000 +0100 @@ -0,0 +1,47 @@ +# THIS FILE WAS AUTO-GENERATED +# +# $ lcitool manifest ci/manifest.yml +# +# https://gitlab.com/libvirt/libvirt-ci + +FROM registry.fedoraproject.org/fedora:41 + +RUN dnf install -y nosync && \ + printf '#!/bin/sh\n\ +if test -d /usr/lib64\n\ +then\n\ + export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ +else\n\ + export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ +fi\n\ +exec "$@"\n' > /usr/bin/nosync && \ + chmod +x /usr/bin/nosync && \ + nosync dnf update -y && \ + nosync dnf install -y \ + ca-certificates \ + ccache \ + gcc \ + git \ + glibc-langpack-en \ + libvirt-devel \ + pkgconfig \ + python3 \ + python3-build \ + python3-devel \ + python3-lxml \ + python3-pip \ + python3-pytest \ + python3-setuptools \ + python3-wheel \ + rpm-build && \ + nosync dnf autoremove -y && \ + nosync dnf clean all -y && \ + rm -f /usr/lib*/python3*/EXTERNALLY-MANAGED && \ + rpm -qa | sort > /packages.txt && \ + mkdir -p /usr/libexec/ccache-wrappers && \ + ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ + ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc + +ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" +ENV LANG "en_US.UTF-8" +ENV PYTHON "/usr/bin/python3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/gitlab/build-templates.yml new/libvirt-python-11.1.0/ci/gitlab/build-templates.yml --- old/libvirt-python-11.0.0/ci/gitlab/build-templates.yml 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/gitlab/build-templates.yml 2025-02-17 12:14:03.000000000 +0100 @@ -35,7 +35,7 @@ fi - cat /packages.txt variables: - IMAGE: $CI_REGISTRY/$RUN_UPSTREAM_NAMESPACE/libvirt-python/ci-$NAME:latest + IMAGE: $CI_REGISTRY/$CONTAINER_UPSTREAM_NAMESPACE/libvirt-python/ci-$NAME:latest rules: ### PUSH events diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/gitlab/builds.yml new/libvirt-python-11.1.0/ci/gitlab/builds.yml --- old/libvirt-python-11.0.0/ci/gitlab/builds.yml 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/gitlab/builds.yml 2025-02-17 12:14:03.000000000 +0100 @@ -60,30 +60,30 @@ TARGET_BASE_IMAGE: docker.io/library/debian:sid-slim -x86_64-fedora-39: +x86_64-fedora-40: extends: .native_build_job needs: - - job: x86_64-fedora-39-container + - job: x86_64-fedora-40-container optional: true allow_failure: false variables: - NAME: fedora-39 - TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:39 + NAME: fedora-40 + TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:40 artifacts: expire_in: 1 hour paths: - libvirt-python-rpms -x86_64-fedora-40: +x86_64-fedora-41: extends: .native_build_job needs: - - job: x86_64-fedora-40-container + - job: x86_64-fedora-41-container optional: true allow_failure: false variables: - NAME: fedora-40 - TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:40 + NAME: fedora-41 + TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:41 artifacts: expire_in: 1 hour paths: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/gitlab/containers.yml new/libvirt-python-11.1.0/ci/gitlab/containers.yml --- old/libvirt-python-11.0.0/ci/gitlab/containers.yml 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/gitlab/containers.yml 2025-02-17 12:14:03.000000000 +0100 @@ -28,18 +28,18 @@ NAME: debian-sid -x86_64-fedora-39-container: +x86_64-fedora-40-container: extends: .container_job allow_failure: false variables: - NAME: fedora-39 + NAME: fedora-40 -x86_64-fedora-40-container: +x86_64-fedora-41-container: extends: .container_job allow_failure: false variables: - NAME: fedora-40 + NAME: fedora-41 x86_64-fedora-rawhide-container: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/gitlab.yml new/libvirt-python-11.1.0/ci/gitlab.yml --- old/libvirt-python-11.0.0/ci/gitlab.yml 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/gitlab.yml 2025-02-17 12:14:03.000000000 +0100 @@ -55,6 +55,7 @@ variables: RUN_UPSTREAM_NAMESPACE: libvirt + CONTAINER_UPSTREAM_NAMESPACE: libvirt FF_SCRIPT_SECTIONS: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-11.0.0/ci/manifest.yml new/libvirt-python-11.1.0/ci/manifest.yml --- old/libvirt-python-11.0.0/ci/manifest.yml 2024-12-02 13:21:43.000000000 +0100 +++ new/libvirt-python-11.1.0/ci/manifest.yml 2025-02-17 12:14:03.000000000 +0100 @@ -38,7 +38,7 @@ - arch: x86_64 allow-failure: true - fedora-39: + fedora-40: jobs: - arch: x86_64 artifacts: @@ -46,7 +46,7 @@ paths: - libvirt-python-rpms - fedora-40: + fedora-41: jobs: - arch: x86_64 artifacts: