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-05-03 12:56:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Wed May 3 12:56:10 2023 rev:68 rq:1084111 version:9.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2023-04-28 16:23:33.546077038 +0200
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.1533/python-libvirt-python.changes
2023-05-03 12:56:12.167453697 +0200
@@ -1,0 +2,6 @@
+Tue May 2 17:25:11 UTC 2023 - James Fehlig <[email protected]>
+
+- Update to 9.3.0
+ - Add all new APIs and constants in libvirt 9.3.0
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-9.2.0.tar.gz
New:
----
libvirt-python-9.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.PJHBzG/_old 2023-05-03 12:56:13.115459267 +0200
+++ /var/tmp/diff_new_pack.PJHBzG/_new 2023-05-03 12:56:13.123459314 +0200
@@ -24,7 +24,7 @@
%{?sle15_python_module_pythons}
Name: python-libvirt-python
URL: https://libvirt.org/
-Version: 9.2.0
+Version: 9.3.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.PJHBzG/_old 2023-05-03 12:56:13.159459526 +0200
+++ /var/tmp/diff_new_pack.PJHBzG/_new 2023-05-03 12:56:13.163459549 +0200
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">libvirt-python</param>
- <param name="revision">v9.2.0</param>
+ <param name="revision">v9.3.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.2.0.tar.gz -> libvirt-python-9.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/.gitlab-ci.yml
new/libvirt-python-9.3.0/.gitlab-ci.yml
--- old/libvirt-python-9.2.0/.gitlab-ci.yml 2023-03-01 11:15:54.000000000
+0100
+++ new/libvirt-python-9.3.0/.gitlab-ci.yml 2023-04-26 14:23:11.000000000
+0200
@@ -26,7 +26,7 @@
- ninja -C build install
- popd
- $PYTHON setup.py build
- - $PYTHON -m pip install .
+ - $PYTHON -m pip ${PIP_INSTALL:-install} .
- $PYTHON setup.py test
- $PYTHON setup.py sdist
- if test -x /usr/bin/rpmbuild && test "$RPM" != "skip" ;
@@ -50,7 +50,7 @@
- export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
- export CFLAGS="-Werror"
- $PYTHON setup.py build
- - $PYTHON -m pip install .
+ - $PYTHON -m pip ${PIP_INSTALL:-install} .
- $PYTHON setup.py test
- $PYTHON setup.py sdist
- if test -x /usr/bin/rpmbuild && test "$RPM" != "skip" ;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-9.2.0/ci/buildenv/opensuse-leap-153.sh
new/libvirt-python-9.3.0/ci/buildenv/opensuse-leap-153.sh
--- old/libvirt-python-9.2.0/ci/buildenv/opensuse-leap-153.sh 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/buildenv/opensuse-leap-153.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.2.0/ci/buildenv/opensuse-leap-154.sh
new/libvirt-python-9.3.0/ci/buildenv/opensuse-leap-154.sh
--- old/libvirt-python-9.2.0/ci/buildenv/opensuse-leap-154.sh 1970-01-01
01:00:00.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/buildenv/opensuse-leap-154.sh 2023-04-26
14:23: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.2.0/ci/containers/fedora-36.Dockerfile
new/libvirt-python-9.3.0/ci/containers/fedora-36.Dockerfile
--- old/libvirt-python-9.2.0/ci/containers/fedora-36.Dockerfile 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/containers/fedora-36.Dockerfile 2023-04-26
14:23:11.000000000 +0200
@@ -7,14 +7,14 @@
FROM registry.fedoraproject.org/fedora:36
RUN dnf install -y nosync && \
- echo -e '#!/bin/sh\n\
+ 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 "$@"' > /usr/bin/nosync && \
+exec "$@"\n' > /usr/bin/nosync && \
chmod +x /usr/bin/nosync && \
nosync dnf update -y && \
nosync dnf install -y \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-9.2.0/ci/containers/fedora-37.Dockerfile
new/libvirt-python-9.3.0/ci/containers/fedora-37.Dockerfile
--- old/libvirt-python-9.2.0/ci/containers/fedora-37.Dockerfile 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/containers/fedora-37.Dockerfile 2023-04-26
14:23:11.000000000 +0200
@@ -7,14 +7,14 @@
FROM registry.fedoraproject.org/fedora:37
RUN dnf install -y nosync && \
- echo -e '#!/bin/sh\n\
+ 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 "$@"' > /usr/bin/nosync && \
+exec "$@"\n' > /usr/bin/nosync && \
chmod +x /usr/bin/nosync && \
nosync dnf update -y && \
nosync dnf install -y \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-9.2.0/ci/containers/fedora-rawhide.Dockerfile
new/libvirt-python-9.3.0/ci/containers/fedora-rawhide.Dockerfile
--- old/libvirt-python-9.2.0/ci/containers/fedora-rawhide.Dockerfile
2023-03-01 11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/containers/fedora-rawhide.Dockerfile
2023-04-26 14:23:11.000000000 +0200
@@ -8,14 +8,14 @@
RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
dnf install -y nosync && \
- echo -e '#!/bin/sh\n\
+ 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 "$@"' > /usr/bin/nosync && \
+exec "$@"\n' > /usr/bin/nosync && \
chmod +x /usr/bin/nosync && \
nosync dnf distro-sync -y && \
nosync dnf install -y \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-9.2.0/ci/containers/opensuse-leap-153.Dockerfile
new/libvirt-python-9.3.0/ci/containers/opensuse-leap-153.Dockerfile
--- old/libvirt-python-9.2.0/ci/containers/opensuse-leap-153.Dockerfile
2023-03-01 11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/containers/opensuse-leap-153.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.3
-
-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.2.0/ci/containers/opensuse-leap-154.Dockerfile
new/libvirt-python-9.3.0/ci/containers/opensuse-leap-154.Dockerfile
--- old/libvirt-python-9.2.0/ci/containers/opensuse-leap-154.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/containers/opensuse-leap-154.Dockerfile
2023-04-26 14:23: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.2.0/ci/gitlab/build-templates.yml
new/libvirt-python-9.3.0/ci/gitlab/build-templates.yml
--- old/libvirt-python-9.2.0/ci/gitlab/build-templates.yml 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/gitlab/build-templates.yml 2023-04-26
14:23:11.000000000 +0200
@@ -37,6 +37,13 @@
- if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: on_success
+ # forks: pushes to a branch when a pipeline run in upstream env is
explicitly requested
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE_UPSTREAM_ENV && $JOB_OPTIONAL'
+ when: manual
+ allow_failure: true
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE_UPSTREAM_ENV'
+ when: on_success
+
# upstream: other web/api/scheduled pipelines targeting the default branch
- if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE =~ /(web|api|schedule)/ && $CI_COMMIT_REF_NAME ==
$CI_DEFAULT_BRANCH && $JOB_OPTIONAL'
when: manual
@@ -75,6 +82,11 @@
- if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: on_success
+ # forks: avoid build in local env when job requests run in upstream
containers
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE_UPSTREAM_ENV'
+ when: never
+
+ # forks: pushes to branches with pipeline requested
- if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE && $JOB_OPTIONAL'
when: manual
allow_failure: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/ci/gitlab/builds.yml
new/libvirt-python-9.3.0/ci/gitlab/builds.yml
--- old/libvirt-python-9.2.0/ci/gitlab/builds.yml 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/gitlab/builds.yml 2023-04-26
14:23:11.000000000 +0200
@@ -110,17 +110,19 @@
needs:
- job: x86_64-debian-sid-container
optional: true
- allow_failure: false
+ allow_failure: true
variables:
NAME: debian-sid
+ PIP_INSTALL: install --break-system-packages
x86_64-debian-sid-local-env:
extends: .native_build_job_local_env
needs: []
- allow_failure: false
+ allow_failure: true
variables:
IMAGE: docker.io/library/debian:sid-slim
NAME: debian-sid
+ PIP_INSTALL: install --break-system-packages
x86_64-fedora-36-prebuilt-env:
@@ -180,36 +182,36 @@
needs:
- job: x86_64-fedora-rawhide-container
optional: true
- allow_failure: false
+ allow_failure: true
variables:
NAME: fedora-rawhide
x86_64-fedora-rawhide-local-env:
extends: .native_build_job_local_env
needs: []
- allow_failure: false
+ allow_failure: true
variables:
IMAGE: registry.fedoraproject.org/fedora:rawhide
NAME: fedora-rawhide
-x86_64-opensuse-leap-153-prebuilt-env:
+x86_64-opensuse-leap-154-prebuilt-env:
extends: .native_build_job_prebuilt_env
needs:
- - job: x86_64-opensuse-leap-153-container
+ - job: x86_64-opensuse-leap-154-container
optional: true
allow_failure: false
variables:
- NAME: opensuse-leap-153
+ NAME: opensuse-leap-154
RPM: skip
-x86_64-opensuse-leap-153-local-env:
+x86_64-opensuse-leap-154-local-env:
extends: .native_build_job_local_env
needs: []
allow_failure: false
variables:
- IMAGE: registry.opensuse.org/opensuse/leap:15.3
- NAME: opensuse-leap-153
+ IMAGE: registry.opensuse.org/opensuse/leap:15.4
+ NAME: opensuse-leap-154
RPM: skip
@@ -218,7 +220,7 @@
needs:
- job: x86_64-opensuse-tumbleweed-container
optional: true
- allow_failure: false
+ allow_failure: true
variables:
NAME: opensuse-tumbleweed
RPM: skip
@@ -226,7 +228,7 @@
x86_64-opensuse-tumbleweed-local-env:
extends: .native_build_job_local_env
needs: []
- allow_failure: false
+ allow_failure: true
variables:
IMAGE: registry.opensuse.org/opensuse/tumbleweed:latest
NAME: opensuse-tumbleweed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/ci/gitlab/containers.yml
new/libvirt-python-9.3.0/ci/gitlab/containers.yml
--- old/libvirt-python-9.2.0/ci/gitlab/containers.yml 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/gitlab/containers.yml 2023-04-26
14:23:11.000000000 +0200
@@ -30,7 +30,7 @@
x86_64-debian-sid-container:
extends: .container_job
- allow_failure: false
+ allow_failure: true
variables:
NAME: debian-sid
@@ -51,21 +51,21 @@
x86_64-fedora-rawhide-container:
extends: .container_job
- allow_failure: false
+ allow_failure: true
variables:
NAME: fedora-rawhide
-x86_64-opensuse-leap-153-container:
+x86_64-opensuse-leap-154-container:
extends: .container_job
allow_failure: false
variables:
- NAME: opensuse-leap-153
+ NAME: opensuse-leap-154
x86_64-opensuse-tumbleweed-container:
extends: .container_job
- allow_failure: false
+ allow_failure: true
variables:
NAME: opensuse-tumbleweed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/ci/gitlab/sanity-checks.yml
new/libvirt-python-9.3.0/ci/gitlab/sanity-checks.yml
--- old/libvirt-python-9.2.0/ci/gitlab/sanity-checks.yml 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/ci/gitlab/sanity-checks.yml 2023-04-26
14:23:11.000000000 +0200
@@ -8,7 +8,7 @@
check-dco:
stage: sanity_checks
needs: []
- image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
+ image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:latest
interruptible: true
script:
- /check-dco "$RUN_UPSTREAM_NAMESPACE"
@@ -17,9 +17,11 @@
- if: '$CI_PIPELINE_SOURCE =~ "merge_request_event"'
when: on_success
- # forks: pushes to branches with pipeline requested
+ # forks: pushes to branches with pipeline requested (including upstream
env pipelines)
- if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $RUN_PIPELINE'
when: on_success
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE &&
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH &&
$RUN_PIPELINE_UPSTREAM_ENV'
+ when: on_success
# upstream+forks: that's all folks
- when: never
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/ci/gitlab.yml
new/libvirt-python-9.3.0/ci/gitlab.yml
--- old/libvirt-python-9.2.0/ci/gitlab.yml 2023-03-01 11:15:54.000000000
+0100
+++ new/libvirt-python-9.3.0/ci/gitlab.yml 2023-04-26 14:23:11.000000000
+0200
@@ -14,6 +14,12 @@
# created/updated. Setting this variable to a non-empty
# value allows CI testing prior to opening a merge request.
#
+# - RUN_PIPELINE_UPSTREAM_ENV - same semantics as RUN_PIPELINE,
+# but uses the CI environment (containers) from the upstream project
+# rather than creating and updating a throwaway environment
+# Should not be used if the pushed branch includes CI container
+# changes.
+#
# - RUN_CONTAINER_BUILDS - CI pipelines in upstream only
# publish containers if CI file changes are detected.
# Setting this variable to a non-empty value will force
@@ -44,6 +50,7 @@
variables:
RUN_UPSTREAM_NAMESPACE: libvirt
+ FF_SCRIPT_SECTIONS: 1
workflow:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/ci/manifest.yml
new/libvirt-python-9.3.0/ci/manifest.yml
--- old/libvirt-python-9.2.0/ci/manifest.yml 2023-03-01 11:15:54.000000000
+0100
+++ new/libvirt-python-9.3.0/ci/manifest.yml 2023-04-26 14:23:11.000000000
+0200
@@ -40,7 +40,12 @@
debian-10: x86_64
- debian-sid: x86_64
+ debian-sid:
+ jobs:
+ - arch: x86_64
+ allow-failure: true
+ variables:
+ PIP_INSTALL: install --break-system-packages
fedora-36:
jobs:
@@ -58,9 +63,12 @@
paths:
- libvirt-python-rpms
- fedora-rawhide: x86_64
+ fedora-rawhide:
+ jobs:
+ - arch: x86_64
+ allow-failure: true
- opensuse-leap-153:
+ opensuse-leap-154:
jobs:
- arch: x86_64
variables:
@@ -69,6 +77,7 @@
opensuse-tumbleweed:
jobs:
- arch: x86_64
+ allow-failure: true
variables:
RPM: skip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/libvirt-python.spec.in
new/libvirt-python-9.3.0/libvirt-python.spec.in
--- old/libvirt-python-9.2.0/libvirt-python.spec.in 2023-03-01
11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/libvirt-python.spec.in 2023-04-26
14:23:11.000000000 +0200
@@ -18,7 +18,7 @@
Release: 1%{?dist}
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: https://libvirt.org
-License: LGPLv2+
+License: LGPL-2.1-or-later
BuildRequires: libvirt-devel == %{version}
BuildRequires: python3-devel
BuildRequires: python3-pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-9.2.0/setup.py
new/libvirt-python-9.3.0/setup.py
--- old/libvirt-python-9.2.0/setup.py 2023-03-01 11:15:54.000000000 +0100
+++ new/libvirt-python-9.3.0/setup.py 2023-04-26 14:23:11.000000000 +0200
@@ -310,7 +310,7 @@
os.environ["PYTHONPATH"] = self.build_platlib
pytest = self.find_pytest_path()
- subprocess.check_call([pytest])
+ subprocess.check_call([pytest, "tests"])
class my_clean(Command):
user_options = [
@@ -335,7 +335,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '9.2.0',
+ version = '9.3.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',