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 2023-06-04 16:41:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old) and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python" Sun Jun 4 16:41:33 2023 rev:69 rq:1090562 version:9.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes 2023-05-03 12:56:12.167453697 +0200 +++ /work/SRC/openSUSE:Factory/.python-libvirt-python.new.15902/python-libvirt-python.changes 2023-06-04 16:41:40.961801305 +0200 @@ -1,0 +2,6 @@ +Fri Jun 2 16:39:44 UTC 2023 - James Fehlig <jfeh...@suse.com> + +- Update to 9.4.0 + - Add all new APIs and constants in libvirt 9.4.0 + +------------------------------------------------------------------- Old: ---- libvirt-python-9.3.0.tar.gz New: ---- libvirt-python-9.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.5fqf6u/_old 2023-06-04 16:41:41.597805091 +0200 +++ /var/tmp/diff_new_pack.5fqf6u/_new 2023-06-04 16:41:41.601805114 +0200 @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-libvirt-python URL: https://libvirt.org/ -Version: 9.3.0 +Version: 9.4.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5fqf6u/_old 2023-06-04 16:41:41.641805352 +0200 +++ /var/tmp/diff_new_pack.5fqf6u/_new 2023-06-04 16:41:41.645805376 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">libvirt-python</param> - <param name="revision">v9.3.0</param> + <param name="revision">v9.4.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-9.3.0.tar.gz -> libvirt-python-9.4.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-9.3.0/ci/buildenv/fedora-36.sh new/libvirt-python-9.4.0/ci/buildenv/fedora-36.sh --- old/libvirt-python-9.3.0/ci/buildenv/fedora-36.sh 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/ci/buildenv/fedora-36.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +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-devel \ - python3-lxml \ - python3-pip \ - python3-pytest \ - python3-setuptools \ - rpm-build - 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-9.3.0/ci/buildenv/fedora-38.sh new/libvirt-python-9.4.0/ci/buildenv/fedora-38.sh --- old/libvirt-python-9.3.0/ci/buildenv/fedora-38.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/libvirt-python-9.4.0/ci/buildenv/fedora-38.sh 2023-05-31 12:34:11.000000000 +0200 @@ -0,0 +1,32 @@ +# 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-devel \ + python3-lxml \ + python3-pip \ + python3-pytest \ + python3-setuptools \ + rpm-build + 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-9.3.0/ci/buildenv/opensuse-leap-15.sh new/libvirt-python-9.4.0/ci/buildenv/opensuse-leap-15.sh --- old/libvirt-python-9.3.0/ci/buildenv/opensuse-leap-15.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/libvirt-python-9.4.0/ci/buildenv/opensuse-leap-15.sh 2023-05-31 12:34:11.000000000 +0200 @@ -0,0 +1,32 @@ +# THIS FILE WAS AUTO-GENERATED +# +# $ lcitool manifest ci/manifest.yml +# +# https://gitlab.com/libvirt/libvirt-ci + +function install_buildenv() { + zypper update -y + zypper install -y \ + ca-certificates \ + ccache \ + gcc \ + git \ + glibc-locale \ + libvirt-devel \ + pkgconfig \ + python3-base \ + python3-devel \ + python3-lxml \ + python3-pip \ + python3-pytest \ + python3-setuptools \ + rpm-build + 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-9.3.0/ci/buildenv/opensuse-leap-154.sh new/libvirt-python-9.4.0/ci/buildenv/opensuse-leap-154.sh --- old/libvirt-python-9.3.0/ci/buildenv/opensuse-leap-154.sh 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/ci/buildenv/opensuse-leap-154.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -function install_buildenv() { - zypper update -y - zypper install -y \ - ca-certificates \ - ccache \ - gcc \ - git \ - glibc-locale \ - libvirt-devel \ - pkgconfig \ - python3-base \ - python3-devel \ - python3-lxml \ - python3-pip \ - python3-pytest \ - python3-setuptools \ - rpm-build - 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-9.3.0/ci/containers/fedora-36.Dockerfile new/libvirt-python-9.4.0/ci/containers/fedora-36.Dockerfile --- old/libvirt-python-9.3.0/ci/containers/fedora-36.Dockerfile 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/ci/containers/fedora-36.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,44 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.fedoraproject.org/fedora:36 - -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-devel \ - python3-lxml \ - python3-pip \ - python3-pytest \ - python3-setuptools \ - rpm-build && \ - nosync dnf autoremove -y && \ - nosync dnf clean all -y && \ - 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-9.3.0/ci/containers/fedora-38.Dockerfile new/libvirt-python-9.4.0/ci/containers/fedora-38.Dockerfile --- old/libvirt-python-9.3.0/ci/containers/fedora-38.Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/libvirt-python-9.4.0/ci/containers/fedora-38.Dockerfile 2023-05-31 12:34:11.000000000 +0200 @@ -0,0 +1,44 @@ +# THIS FILE WAS AUTO-GENERATED +# +# $ lcitool manifest ci/manifest.yml +# +# https://gitlab.com/libvirt/libvirt-ci + +FROM registry.fedoraproject.org/fedora:38 + +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-devel \ + python3-lxml \ + python3-pip \ + python3-pytest \ + python3-setuptools \ + rpm-build && \ + nosync dnf autoremove -y && \ + nosync dnf clean all -y && \ + 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-9.3.0/ci/containers/opensuse-leap-15.Dockerfile new/libvirt-python-9.4.0/ci/containers/opensuse-leap-15.Dockerfile --- old/libvirt-python-9.3.0/ci/containers/opensuse-leap-15.Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/libvirt-python-9.4.0/ci/containers/opensuse-leap-15.Dockerfile 2023-05-31 12:34:11.000000000 +0200 @@ -0,0 +1,33 @@ +# THIS FILE WAS AUTO-GENERATED +# +# $ lcitool manifest ci/manifest.yml +# +# https://gitlab.com/libvirt/libvirt-ci + +FROM registry.opensuse.org/opensuse/leap:15.4 + +RUN zypper update -y && \ + zypper install -y \ + ca-certificates \ + ccache \ + gcc \ + git \ + glibc-locale \ + libvirt-devel \ + pkgconfig \ + python3-base \ + python3-devel \ + python3-lxml \ + python3-pip \ + python3-pytest \ + python3-setuptools \ + rpm-build && \ + zypper clean --all && \ + 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-9.3.0/ci/containers/opensuse-leap-154.Dockerfile new/libvirt-python-9.4.0/ci/containers/opensuse-leap-154.Dockerfile --- old/libvirt-python-9.3.0/ci/containers/opensuse-leap-154.Dockerfile 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/ci/containers/opensuse-leap-154.Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,33 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.opensuse.org/opensuse/leap:15.4 - -RUN zypper update -y && \ - zypper install -y \ - ca-certificates \ - ccache \ - gcc \ - git \ - glibc-locale \ - libvirt-devel \ - pkgconfig \ - python3-base \ - python3-devel \ - python3-lxml \ - python3-pip \ - python3-pytest \ - python3-setuptools \ - rpm-build && \ - zypper clean --all && \ - 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-9.3.0/ci/gitlab/builds.yml new/libvirt-python-9.4.0/ci/gitlab/builds.yml --- old/libvirt-python-9.3.0/ci/gitlab/builds.yml 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/ci/gitlab/builds.yml 2023-05-31 12:34:11.000000000 +0200 @@ -125,52 +125,52 @@ PIP_INSTALL: install --break-system-packages -x86_64-fedora-36-prebuilt-env: +x86_64-fedora-37-prebuilt-env: extends: .native_build_job_prebuilt_env needs: - - job: x86_64-fedora-36-container + - job: x86_64-fedora-37-container optional: true allow_failure: false variables: - NAME: fedora-36 + NAME: fedora-37 artifacts: expire_in: 1 hour paths: - libvirt-python-rpms -x86_64-fedora-36-local-env: +x86_64-fedora-37-local-env: extends: .native_build_job_local_env needs: [] allow_failure: false variables: - IMAGE: registry.fedoraproject.org/fedora:36 - NAME: fedora-36 + IMAGE: registry.fedoraproject.org/fedora:37 + NAME: fedora-37 artifacts: expire_in: 1 hour paths: - libvirt-python-rpms -x86_64-fedora-37-prebuilt-env: +x86_64-fedora-38-prebuilt-env: extends: .native_build_job_prebuilt_env needs: - - job: x86_64-fedora-37-container + - job: x86_64-fedora-38-container optional: true allow_failure: false variables: - NAME: fedora-37 + NAME: fedora-38 artifacts: expire_in: 1 hour paths: - libvirt-python-rpms -x86_64-fedora-37-local-env: +x86_64-fedora-38-local-env: extends: .native_build_job_local_env needs: [] allow_failure: false variables: - IMAGE: registry.fedoraproject.org/fedora:37 - NAME: fedora-37 + IMAGE: registry.fedoraproject.org/fedora:38 + NAME: fedora-38 artifacts: expire_in: 1 hour paths: @@ -195,23 +195,23 @@ NAME: fedora-rawhide -x86_64-opensuse-leap-154-prebuilt-env: +x86_64-opensuse-leap-15-prebuilt-env: extends: .native_build_job_prebuilt_env needs: - - job: x86_64-opensuse-leap-154-container + - job: x86_64-opensuse-leap-15-container optional: true allow_failure: false variables: - NAME: opensuse-leap-154 + NAME: opensuse-leap-15 RPM: skip -x86_64-opensuse-leap-154-local-env: +x86_64-opensuse-leap-15-local-env: extends: .native_build_job_local_env needs: [] allow_failure: false variables: IMAGE: registry.opensuse.org/opensuse/leap:15.4 - NAME: opensuse-leap-154 + NAME: opensuse-leap-15 RPM: skip diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-9.3.0/ci/gitlab/containers.yml new/libvirt-python-9.4.0/ci/gitlab/containers.yml --- old/libvirt-python-9.3.0/ci/gitlab/containers.yml 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/ci/gitlab/containers.yml 2023-05-31 12:34:11.000000000 +0200 @@ -35,18 +35,18 @@ NAME: debian-sid -x86_64-fedora-36-container: +x86_64-fedora-37-container: extends: .container_job allow_failure: false variables: - NAME: fedora-36 + NAME: fedora-37 -x86_64-fedora-37-container: +x86_64-fedora-38-container: extends: .container_job allow_failure: false variables: - NAME: fedora-37 + NAME: fedora-38 x86_64-fedora-rawhide-container: @@ -56,11 +56,11 @@ NAME: fedora-rawhide -x86_64-opensuse-leap-154-container: +x86_64-opensuse-leap-15-container: extends: .container_job allow_failure: false variables: - NAME: opensuse-leap-154 + NAME: opensuse-leap-15 x86_64-opensuse-tumbleweed-container: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-9.3.0/ci/manifest.yml new/libvirt-python-9.4.0/ci/manifest.yml --- old/libvirt-python-9.3.0/ci/manifest.yml 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/ci/manifest.yml 2023-05-31 12:34:11.000000000 +0200 @@ -47,7 +47,7 @@ variables: PIP_INSTALL: install --break-system-packages - fedora-36: + fedora-37: jobs: - arch: x86_64 artifacts: @@ -55,7 +55,7 @@ paths: - libvirt-python-rpms - fedora-37: + fedora-38: jobs: - arch: x86_64 artifacts: @@ -68,7 +68,7 @@ - arch: x86_64 allow-failure: true - opensuse-leap-154: + opensuse-leap-15: jobs: - arch: x86_64 variables: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-9.3.0/libvirt-override.c new/libvirt-python-9.4.0/libvirt-override.c --- old/libvirt-python-9.3.0/libvirt-override.c 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/libvirt-override.c 2023-05-31 12:34:11.000000000 +0200 @@ -8154,6 +8154,18 @@ # ifdef VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS { VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS, VIR_TYPED_PARAM_INT }, # endif +# ifdef VIR_MIGRATE_PARAM_DISKS_URI + { VIR_MIGRATE_PARAM_DISKS_URI, VIR_TYPED_PARAM_STRING }, +#endif +#ifdef VIR_MIGRATE_PARAM_TLS_DESTINATION + { VIR_MIGRATE_PARAM_TLS_DESTINATION, VIR_TYPED_PARAM_STRING }, +#endif +#ifdef VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL + { VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL, VIR_TYPED_PARAM_INT }, +#endif +#ifdef VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL + { VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL, VIR_TYPED_PARAM_INT }, +#endif }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-9.3.0/setup.py new/libvirt-python-9.4.0/setup.py --- old/libvirt-python-9.3.0/setup.py 2023-04-26 14:23:11.000000000 +0200 +++ new/libvirt-python-9.4.0/setup.py 2023-05-31 12:34:11.000000000 +0200 @@ -335,7 +335,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '9.3.0', + version = '9.4.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-l...@redhat.com',