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 2021-01-22 21:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Fri Jan 22 21:49:10 2021 rev:43 rq:864472 version:7.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2020-12-05 20:36:01.534638326 +0100
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.28504/python-libvirt-python.changes
2021-01-22 21:49:14.137586275 +0100
@@ -1,0 +2,7 @@
+Tue Jan 19 03:21:42 UTC 2021 - James Fehlig <[email protected]>
+
+- Update to 7.0.0
+ - Add all new APIs and constants in libvirt 7.0.0
+ - jsc#SLE-15860
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-6.10.0.tar.gz
New:
----
libvirt-python-7.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.fIQnFP/_old 2021-01-22 21:49:14.673587035 +0100
+++ /var/tmp/diff_new_pack.fIQnFP/_new 2021-01-22 21:49:14.677587041 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-libvirt-python
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
URL: https://libvirt.org/
-Version: 6.10.0
+Version: 7.0.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.fIQnFP/_old 2021-01-22 21:49:14.721587103 +0100
+++ /var/tmp/diff_new_pack.fIQnFP/_new 2021-01-22 21:49:14.725587109 +0100
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">libvirt-python</param>
- <param name="revision">v6.10.0</param>
+ <param name="revision">v7.0.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-6.10.0.tar.gz -> libvirt-python-7.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/.gitlab-ci.yml
new/libvirt-python-7.0.0/.gitlab-ci.yml
--- old/libvirt-python-6.10.0/.gitlab-ci.yml 2020-11-27 19:09:15.000000000
+0100
+++ new/libvirt-python-7.0.0/.gitlab-ci.yml 2020-12-15 11:44:30.000000000
+0100
@@ -18,7 +18,7 @@
- docker login registry.gitlab.com -u "$CI_REGISTRY_USER" -p
"$CI_REGISTRY_PASSWORD"
script:
- docker pull "$TAG" || docker pull "$COMMON_TAG" || true
- - docker build --cache-from "$TAG" --cache-from "$COMMON_TAG" --tag "$TAG"
-f "ci/libvirt-$NAME.Dockerfile" ci
+ - docker build --cache-from "$TAG" --cache-from "$COMMON_TAG" --tag "$TAG"
-f "ci/containers/ci-$NAME.Dockerfile" ci/containers
- docker push "$TAG"
after_script:
- docker logout
@@ -101,15 +101,15 @@
variables:
NAME: debian-sid
-fedora-31-container:
+fedora-32-container:
<<: *container_job_definition
variables:
- NAME: fedora-31
+ NAME: fedora-32
-fedora-32-container:
+fedora-33-container:
<<: *container_job_definition
variables:
- NAME: fedora-32
+ NAME: fedora-33
fedora-rawhide-container:
<<: *container_job_definition
@@ -176,19 +176,19 @@
variables:
NAME: debian-sid
-fedora-31-dist-build:
+fedora-32-dist-build:
<<: *dist_build_job_definition
needs:
- - fedora-31-container
+ - fedora-32-container
variables:
- NAME: fedora-31
+ NAME: fedora-32
-fedora-32-dist-build:
+fedora-33-dist-build:
<<: *dist_build_job_definition
needs:
- - fedora-32-container
+ - fedora-33-container
variables:
- NAME: fedora-32
+ NAME: fedora-33
fedora-rawhide-dist-build:
<<: *dist_build_job_definition
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/ci/README.rst
new/libvirt-python-7.0.0/ci/README.rst
--- old/libvirt-python-6.10.0/ci/README.rst 2020-11-27 19:09:15.000000000
+0100
+++ new/libvirt-python-7.0.0/ci/README.rst 1970-01-01 01:00:00.000000000
+0100
@@ -1,14 +0,0 @@
-CI job assets
-=============
-
-This directory contains assets used in the automated CI jobs, most
-notably the Dockerfiles used to build container images in which the
-CI jobs then run.
-
-The ``refresh`` script is used to re-create the Dockerfiles using the
-``lcitool`` command that is provided by repo
-https://gitlab.com/libvirt/libvirt-ci
-
-The containers are built during the CI process and cached in the GitLab
-container registry of the project doing the build. The cached containers
-can be deleted at any time and will be correctly rebuilt.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/ci/containers/README.rst
new/libvirt-python-7.0.0/ci/containers/README.rst
--- old/libvirt-python-6.10.0/ci/containers/README.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/README.rst 2020-12-15
11:44:30.000000000 +0100
@@ -0,0 +1,14 @@
+CI job assets
+=============
+
+This directory contains assets used in the automated CI jobs, most
+notably the Dockerfiles used to build container images in which the
+CI jobs then run.
+
+The ``refresh`` script is used to re-create the Dockerfiles using the
+``lcitool`` command that is provided by repo
+https://gitlab.com/libvirt/libvirt-ci
+
+The containers are built during the CI process and cached in the GitLab
+container registry of the project doing the build. The cached containers
+can be deleted at any time and will be correctly rebuilt.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-centos-7.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-centos-7.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-centos-7.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-centos-7.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,34 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile centos-7 libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM registry.centos.org/centos:7
+
+RUN yum update -y && \
+ echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \
+ yum install -y epel-release && \
+ yum install -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ git \
+ glibc-common \
+ libvirt-devel \
+ pkgconfig \
+ python3 \
+ python3-setuptools \
+ python36-devel \
+ python36-lxml \
+ python36-nose \
+ rpm-build && \
+ yum autoremove -y && \
+ yum 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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-centos-8.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-centos-8.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-centos-8.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-centos-8.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,57 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile centos-8 libvirt+minimal,libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM docker.io/library/centos:8
+
+RUN dnf update -y && \
+ dnf install 'dnf-command(config-manager)' -y && \
+ dnf config-manager --set-enabled -y powertools && \
+ dnf install -y centos-release-advanced-virtualization && \
+ dnf install -y epel-release && \
+ dnf install -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ gettext \
+ git \
+ glib2-devel \
+ glibc-devel \
+ glibc-langpack-en \
+ gnutls-devel \
+ libnl3-devel \
+ libtirpc-devel \
+ libvirt-devel \
+ libxml2 \
+ libxml2-devel \
+ libxslt \
+ make \
+ ninja-build \
+ perl \
+ pkgconfig \
+ python3 \
+ python3-devel \
+ python3-docutils \
+ python3-lxml \
+ python3-nose \
+ python3-pip \
+ python3-setuptools \
+ python3-wheel \
+ rpcgen \
+ rpm-build && \
+ dnf autoremove -y && \
+ 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/$(basename /usr/bin/gcc)
+
+RUN pip3 install \
+ meson==0.54.0
+
+ENV LANG "en_US.UTF-8"
+ENV MAKE "/usr/bin/make"
+ENV NINJA "/usr/bin/ninja"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-centos-stream.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-centos-stream.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-centos-stream.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-centos-stream.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,37 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile centos-stream libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM docker.io/library/centos:8
+
+RUN dnf update -y && \
+ dnf install -y centos-release-stream && \
+ dnf install 'dnf-command(config-manager)' -y && \
+ dnf config-manager --set-enabled -y Stream-PowerTools && \
+ dnf install -y centos-release-advanced-virtualization && \
+ dnf install -y epel-release && \
+ dnf install -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ git \
+ glibc-langpack-en \
+ libvirt-devel \
+ pkgconfig \
+ python3 \
+ python3-devel \
+ python3-lxml \
+ python3-nose \
+ python3-setuptools \
+ rpm-build && \
+ dnf autoremove -y && \
+ 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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-debian-10.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-debian-10.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-debian-10.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-debian-10.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,36 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile debian-10 libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM docker.io/library/debian:10-slim
+
+RUN export DEBIAN_FRONTEND=noninteractive && \
+ apt-get update && \
+ apt-get install -y eatmydata && \
+ eatmydata apt-get dist-upgrade -y && \
+ eatmydata apt-get install --no-install-recommends -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ git \
+ libvirt-dev \
+ locales \
+ pkgconf \
+ python3 \
+ python3-dev \
+ python3-lxml \
+ python3-nose \
+ python3-setuptools && \
+ eatmydata apt-get autoremove -y && \
+ eatmydata apt-get autoclean -y && \
+ sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
+ dpkg-reconfigure locales && \
+ dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show >
/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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-debian-sid.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-debian-sid.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-debian-sid.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-debian-sid.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,36 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile debian-sid libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM docker.io/library/debian:sid-slim
+
+RUN export DEBIAN_FRONTEND=noninteractive && \
+ apt-get update && \
+ apt-get install -y eatmydata && \
+ eatmydata apt-get dist-upgrade -y && \
+ eatmydata apt-get install --no-install-recommends -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ git \
+ libvirt-dev \
+ locales \
+ pkgconf \
+ python3 \
+ python3-dev \
+ python3-lxml \
+ python3-nose \
+ python3-setuptools && \
+ eatmydata apt-get autoremove -y && \
+ eatmydata apt-get autoclean -y && \
+ sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
+ dpkg-reconfigure locales && \
+ dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show >
/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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-fedora-32.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-fedora-32.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-fedora-32.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-fedora-32.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,42 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile fedora-32 libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM registry.fedoraproject.org/fedora:32
+
+RUN dnf install -y nosync && \
+ echo -e '#!/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 && \
+ 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-nose \
+ 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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-fedora-33.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-fedora-33.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-fedora-33.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-fedora-33.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,42 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile fedora-33 libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM registry.fedoraproject.org/fedora:33
+
+RUN dnf install -y nosync && \
+ echo -e '#!/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 && \
+ 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-nose \
+ 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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-fedora-rawhide.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-fedora-rawhide.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-fedora-rawhide.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-fedora-rawhide.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,43 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile fedora-rawhide libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM registry.fedoraproject.org/fedora:rawhide
+
+RUN dnf install -y nosync && \
+ echo -e '#!/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 && \
+ chmod +x /usr/bin/nosync && \
+ nosync dnf update -y --nogpgcheck fedora-gpg-keys && \
+ 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-nose \
+ 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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-opensuse-151.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-opensuse-151.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-opensuse-151.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-opensuse-151.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,31 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile opensuse-151 libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM registry.opensuse.org/opensuse/leap:15.1
+
+RUN zypper update -y && \
+ zypper install -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ git \
+ glibc-locale \
+ libvirt-devel \
+ pkgconfig \
+ python3 \
+ python3-devel \
+ python3-lxml \
+ python3-nose \
+ 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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-ubuntu-1804.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-ubuntu-1804.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-ubuntu-1804.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-ubuntu-1804.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,36 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile ubuntu-1804 libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM docker.io/library/ubuntu:18.04
+
+RUN export DEBIAN_FRONTEND=noninteractive && \
+ apt-get update && \
+ apt-get install -y eatmydata && \
+ eatmydata apt-get dist-upgrade -y && \
+ eatmydata apt-get install --no-install-recommends -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ git \
+ libvirt-dev \
+ locales \
+ pkgconf \
+ python3 \
+ python3-dev \
+ python3-lxml \
+ python3-nose \
+ python3-setuptools && \
+ eatmydata apt-get autoremove -y && \
+ eatmydata apt-get autoclean -y && \
+ sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
+ dpkg-reconfigure locales && \
+ dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show >
/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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/containers/ci-ubuntu-2004.Dockerfile
new/libvirt-python-7.0.0/ci/containers/ci-ubuntu-2004.Dockerfile
--- old/libvirt-python-6.10.0/ci/containers/ci-ubuntu-2004.Dockerfile
1970-01-01 01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/ci-ubuntu-2004.Dockerfile
2020-12-15 11:44:30.000000000 +0100
@@ -0,0 +1,36 @@
+# THIS FILE WAS AUTO-GENERATED
+#
+# $ lcitool dockerfile ubuntu-2004 libvirt+dist,libvirt-python
+#
+#
https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
+FROM docker.io/library/ubuntu:20.04
+
+RUN export DEBIAN_FRONTEND=noninteractive && \
+ apt-get update && \
+ apt-get install -y eatmydata && \
+ eatmydata apt-get dist-upgrade -y && \
+ eatmydata apt-get install --no-install-recommends -y \
+ ca-certificates \
+ ccache \
+ gcc \
+ git \
+ libvirt-dev \
+ locales \
+ pkgconf \
+ python3 \
+ python3-dev \
+ python3-lxml \
+ python3-nose \
+ python3-setuptools && \
+ eatmydata apt-get autoremove -y && \
+ eatmydata apt-get autoclean -y && \
+ sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
+ dpkg-reconfigure locales && \
+ dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show >
/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/$(basename /usr/bin/gcc)
+
+ENV LANG "en_US.UTF-8"
+ENV PYTHON "/usr/bin/python3"
+ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/ci/containers/refresh
new/libvirt-python-7.0.0/ci/containers/refresh
--- old/libvirt-python-6.10.0/ci/containers/refresh 1970-01-01
01:00:00.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/containers/refresh 2020-12-15
11:44:30.000000000 +0100
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+if test -z "$1"
+then
+ echo "syntax: $0 PATH-TO-LCITOOL"
+ exit 1
+fi
+
+LCITOOL=$1
+
+if ! test -x "$LCITOOL"
+then
+ echo "$LCITOOL is not executable"
+ exit 1
+fi
+
+HOSTS=$($LCITOOL hosts | grep -v -E '(freebsd|macos)')
+
+for host in $HOSTS
+do
+ if test "$host" = "centos-8"
+ then
+ $LCITOOL dockerfile $host libvirt+minimal,libvirt+dist,libvirt-python
> ci-$host.Dockerfile
+ else
+ $LCITOOL dockerfile $host libvirt+dist,libvirt-python >
ci-$host.Dockerfile
+ fi
+done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/ci/libvirt-centos-7.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-centos-7.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-centos-7.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-centos-7.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,88 +0,0 @@
-FROM centos:7
-
-RUN echo -e '[openvz]\n\
-name=OpenVZ addons\n\
-baseurl=https://download.openvz.org/virtuozzo/releases/openvz-7.0.11-235/x86_64/os/\n\
-enabled=1\n\
-gpgcheck=1\n\
-skip_if_unavailable=0\n\
-metadata_expire=6h\n\
-priority=90\n\
-includepkgs=libprl*' > /etc/yum.repos.d/openvz.repo && \
- echo -e '-----BEGIN PGP PUBLIC KEY BLOCK-----\n\
-Version: GnuPG v2.0.22 (GNU/Linux)\n\
-\n\
-mI0EVl80nQEEAKrEeyeTCwrzS9kYedZ/sAc/GUqlb81C7pA9SaR3fyck5mVw1Ogk\n\
-YdmNBPM2kY7QDxR9F0EpSpnxSCAXZXugsQ8KzZ0DRLVeBDQyGs9IGK5hI0zzxIil\n\
-BzfvIexLiQQhLy7YlIi8Jt/uUqKkW0pIMNMGcduY97VATtczpncpkmSzABEBAAG0\n\
-SFZpcnR1b3p6byBUZWFtIChHUEcga2V5IHNpZ25hdHVyZSBmb3IgcGFja2FnZXMp\n\
-IDxzZWN1cml0eUB2aXJ0dW96em8uY29tPoi5BBMBAgAjBQJWXzSdAhsDBwsJCAcD\n\
-AgEGFQgCCQoLBBYCAwECHgECF4AACgkQygt9GUTNrSruIgP/er70Eyo73A1gfrjv\n\
-oPUkyo4rslVRZu3qqCwoMFtJc/Z/UxWgEka1buorlcGLa6eO/EZ49c0n+KGa4Kvt\n\
-EUboIq0yEu5i0FyAj92ifm+hNhoAbGfm0cZ4/fD0oGr3l8OsQo4+iHX4xAPwFe7Y\n\
-zABuB8I1ZDZ4OIp5tDfTTuF2LT24jQRWXzSdAQQAog2Aqb+Ptl68O7cQhWLjVGkj\n\
-yyigZrdeReLx3HloKJPBeQ/kA6uvMJc/IYS3uppMWXv9v+QenS6uhP1TUJ2k9FvM\n\
-t94MQZfALN7Vpf8AF+UeWu4Ru+y4BNzcFhrPhIFNFChOR2QqW6FkgE57D9I177NC\n\
-oJMyrlNe8wcGa178An8AEQEAAYifBBgBAgAJBQJWXzSdAhsMAAoJEMoLfRlEza0q\n\
-bKwD/3+OFVIEXnIv5XgdGRNX5fHggsUN1bb8gva7HANRlKdd4LD8foDM3F/yv/3V\n\
-igG14D5EjKz56SaBDNgiI4++hOzb2M8jhAsR86jxkXFrrP1U3ZNRKg6av9DPFAPS\n\
-WEiJKtQrZDJloqtyi/mmRa1VsV7RYR0VPJjhK/R8EQ7Ysshy\n\
-=fRMg\n\
------END PGP PUBLIC KEY BLOCK-----' > /etc/pki/rpm-gpg/RPM-GPG-KEY-OpenVZ && \
- rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-OpenVZ && \
- yum install -y epel-release && \
- yum update -y && \
- yum install -y \
- autoconf \
- automake \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- gcc \
- gdb \
- gettext \
- gettext-devel \
- git \
- glibc-common \
- glibc-devel \
- libtool \
- libvirt-devel \
- lsof \
- make \
- net-tools \
- ninja-build \
- patch \
- perl \
- perl-App-cpanminus \
- pkgconfig \
- python3 \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- python36-devel \
- python36-lxml \
- python36-nose \
- rpm-build \
- screen \
- strace \
- sudo \
- vim \
- xz && \
- yum autoremove -y && \
- yum clean all -y && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja-build"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/ci/libvirt-centos-8.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-centos-8.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-centos-8.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-centos-8.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,69 +0,0 @@
-FROM centos:8
-
-RUN dnf install 'dnf-command(config-manager)' -y && \
- dnf config-manager --set-enabled -y PowerTools && \
- dnf install -y epel-release && \
- dnf update -y && \
- dnf install -y \
- autoconf \
- automake \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- gcc \
- gdb \
- gettext \
- gettext-devel \
- git \
- glib2-devel \
- glibc-devel \
- glibc-langpack-en \
- gnutls-devel \
- libnl3-devel \
- libtirpc-devel \
- libtool \
- libvirt-devel \
- libxml2 \
- libxml2-devel \
- libxslt \
- lsof \
- make \
- net-tools \
- ninja-build \
- patch \
- perl \
- perl-App-cpanminus \
- pkgconfig \
- python3 \
- python3-devel \
- python3-docutils \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- rpcgen \
- rpm-build \
- screen \
- strace \
- sudo \
- vim \
- xz && \
- dnf autoremove -y && \
- dnf clean all -y && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-centos-stream.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-centos-stream.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-centos-stream.Dockerfile
2020-11-27 19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-centos-stream.Dockerfile
1970-01-01 01:00:00.000000000 +0100
@@ -1,61 +0,0 @@
-FROM centos:8
-
-RUN dnf install -y centos-release-stream && \
- dnf install 'dnf-command(config-manager)' -y && \
- dnf config-manager --set-enabled -y Stream-PowerTools && \
- dnf install -y epel-release && \
- dnf update -y && \
- dnf install -y \
- autoconf \
- automake \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- gcc \
- gdb \
- gettext \
- gettext-devel \
- git \
- glibc-devel \
- glibc-langpack-en \
- libtool \
- libvirt-devel \
- lsof \
- make \
- net-tools \
- ninja-build \
- patch \
- perl \
- perl-App-cpanminus \
- pkgconfig \
- python3 \
- python3-devel \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- rpm-build \
- screen \
- strace \
- sudo \
- vim \
- xz && \
- dnf autoremove -y && \
- dnf clean all -y && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-debian-10.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-debian-10.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-debian-10.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-debian-10.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,61 +0,0 @@
-FROM debian:10
-
-RUN export DEBIAN_FRONTEND=noninteractive && \
- apt-get update && \
- apt-get dist-upgrade -y && \
- apt-get install --no-install-recommends -y \
- autoconf \
- automake \
- autopoint \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cpanminus \
- gcc \
- gdb \
- gettext \
- git \
- libc6-dev \
- libtool \
- libtool-bin \
- libvirt-dev \
- locales \
- lsof \
- make \
- net-tools \
- ninja-build \
- patch \
- perl \
- pkgconf \
- python3 \
- python3-dev \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- screen \
- strace \
- sudo \
- vim \
- xz-utils && \
- apt-get autoremove -y && \
- apt-get autoclean -y && \
- sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
- dpkg-reconfigure locales && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-debian-sid.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-debian-sid.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-debian-sid.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-debian-sid.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,59 +0,0 @@
-FROM debian:sid
-
-RUN export DEBIAN_FRONTEND=noninteractive && \
- apt-get update && \
- apt-get dist-upgrade -y && \
- apt-get install --no-install-recommends -y \
- autoconf \
- automake \
- autopoint \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cpanminus \
- gcc \
- gdb \
- gettext \
- git \
- libc6-dev \
- libtool \
- libtool-bin \
- libvirt-dev \
- locales \
- lsof \
- make \
- meson \
- net-tools \
- ninja-build \
- patch \
- perl \
- pkgconf \
- python3 \
- python3-dev \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- screen \
- strace \
- sudo \
- vim \
- xz-utils && \
- apt-get autoremove -y && \
- apt-get autoclean -y && \
- sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
- dpkg-reconfigure locales && \
- 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/$(basename /usr/bin/gcc)
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-fedora-31.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-fedora-31.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-fedora-31.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-fedora-31.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,58 +0,0 @@
-FROM fedora:31
-
-RUN dnf update -y && \
- dnf install -y \
- autoconf \
- automake \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cppi \
- gcc \
- gdb \
- gettext \
- gettext-devel \
- git \
- glibc-devel \
- glibc-langpack-en \
- libtool \
- libvirt-devel \
- lsof \
- make \
- net-tools \
- ninja-build \
- patch \
- perl \
- perl-App-cpanminus \
- pkgconfig \
- python3 \
- python3-devel \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- rpm-build \
- screen \
- strace \
- sudo \
- vim \
- xz && \
- dnf autoremove -y && \
- dnf clean all -y && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-fedora-32.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-fedora-32.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-fedora-32.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-fedora-32.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,56 +0,0 @@
-FROM fedora:32
-
-RUN dnf update -y && \
- dnf install -y \
- autoconf \
- automake \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cppi \
- gcc \
- gdb \
- gettext \
- gettext-devel \
- git \
- glibc-devel \
- glibc-langpack-en \
- libtool \
- libvirt-devel \
- lsof \
- make \
- meson \
- net-tools \
- ninja-build \
- patch \
- perl \
- perl-App-cpanminus \
- pkgconfig \
- python3 \
- python3-devel \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- rpm-build \
- screen \
- strace \
- sudo \
- vim \
- xz && \
- dnf autoremove -y && \
- dnf clean all -y && \
- 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/$(basename /usr/bin/gcc)
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-fedora-rawhide.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-fedora-rawhide.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-fedora-rawhide.Dockerfile
2020-11-27 19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-fedora-rawhide.Dockerfile
1970-01-01 01:00:00.000000000 +0100
@@ -1,57 +0,0 @@
-FROM fedora:rawhide
-
-RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
- dnf update -y && \
- dnf install -y \
- autoconf \
- automake \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cppi \
- gcc \
- gdb \
- gettext \
- gettext-devel \
- git \
- glibc-devel \
- glibc-langpack-en \
- libtool \
- libvirt-devel \
- lsof \
- make \
- meson \
- net-tools \
- ninja-build \
- patch \
- perl \
- perl-App-cpanminus \
- pkgconfig \
- python3 \
- python3-devel \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- rpm-build \
- screen \
- strace \
- sudo \
- vim \
- xz && \
- dnf autoremove -y && \
- dnf clean all -y && \
- 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/$(basename /usr/bin/gcc)
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-opensuse-151.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-opensuse-151.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-opensuse-151.Dockerfile
2020-11-27 19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-opensuse-151.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,57 +0,0 @@
-FROM opensuse/leap:15.1
-
-RUN zypper update -y && \
- zypper install -y \
- autoconf \
- automake \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cppi \
- gcc \
- gdb \
- gettext \
- gettext-devel \
- git \
- glibc-devel \
- glibc-locale \
- libtool \
- libvirt-devel \
- lsof \
- make \
- net-tools \
- ninja \
- patch \
- perl \
- perl-App-cpanminus \
- pkgconfig \
- python3 \
- python3-devel \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- rpm-build \
- screen \
- strace \
- sudo \
- vim \
- xz && \
- zypper clean --all && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-ubuntu-1804.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-ubuntu-1804.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-ubuntu-1804.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-ubuntu-1804.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,61 +0,0 @@
-FROM ubuntu:18.04
-
-RUN export DEBIAN_FRONTEND=noninteractive && \
- apt-get update && \
- apt-get dist-upgrade -y && \
- apt-get install --no-install-recommends -y \
- autoconf \
- automake \
- autopoint \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cpanminus \
- gcc \
- gdb \
- gettext \
- git \
- libc6-dev \
- libtool \
- libtool-bin \
- libvirt-dev \
- locales \
- lsof \
- make \
- net-tools \
- ninja-build \
- patch \
- perl \
- pkgconf \
- python3 \
- python3-dev \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- screen \
- strace \
- sudo \
- vim \
- xz-utils && \
- apt-get autoremove -y && \
- apt-get autoclean -y && \
- sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
- dpkg-reconfigure locales && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libvirt-python-6.10.0/ci/libvirt-ubuntu-2004.Dockerfile
new/libvirt-python-7.0.0/ci/libvirt-ubuntu-2004.Dockerfile
--- old/libvirt-python-6.10.0/ci/libvirt-ubuntu-2004.Dockerfile 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/ci/libvirt-ubuntu-2004.Dockerfile 1970-01-01
01:00:00.000000000 +0100
@@ -1,61 +0,0 @@
-FROM ubuntu:20.04
-
-RUN export DEBIAN_FRONTEND=noninteractive && \
- apt-get update && \
- apt-get dist-upgrade -y && \
- apt-get install --no-install-recommends -y \
- autoconf \
- automake \
- autopoint \
- bash \
- bash-completion \
- ca-certificates \
- ccache \
- chrony \
- cpanminus \
- gcc \
- gdb \
- gettext \
- git \
- libc6-dev \
- libtool \
- libtool-bin \
- libvirt-dev \
- locales \
- lsof \
- make \
- net-tools \
- ninja-build \
- patch \
- perl \
- pkgconf \
- python3 \
- python3-dev \
- python3-lxml \
- python3-nose \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- screen \
- strace \
- sudo \
- vim \
- xz-utils && \
- apt-get autoremove -y && \
- apt-get autoclean -y && \
- sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
- dpkg-reconfigure locales && \
- 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/$(basename /usr/bin/gcc)
-
-RUN pip3 install \
- meson==0.54.0
-
-ENV LANG "en_US.UTF-8"
-
-ENV MAKE "/usr/bin/make"
-ENV NINJA "/usr/bin/ninja"
-ENV PYTHON "/usr/bin/python3"
-
-ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/ci/refresh
new/libvirt-python-7.0.0/ci/refresh
--- old/libvirt-python-6.10.0/ci/refresh 2020-11-27 19:09:15.000000000
+0100
+++ new/libvirt-python-7.0.0/ci/refresh 1970-01-01 01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-if test -z "$1"
-then
- echo "syntax: $0 PATH-TO-LCITOOL"
- exit 1
-fi
-
-LCITOOL=$1
-
-if ! test -x "$LCITOOL"
-then
- echo "$LCITOOL is not executable"
- exit 1
-fi
-
-HOSTS=$($LCITOOL hosts | grep -v -E '(freebsd|macos)')
-
-for host in $HOSTS
-do
- if test "$host" = "libvirt-centos-8"
- then
- $LCITOOL dockerfile $host libvirt+minimal,libvirt+dist,libvirt-python
> $host.Dockerfile
- else
- $LCITOOL dockerfile $host libvirt+dist,libvirt-python >
$host.Dockerfile
- fi
-done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/libvirt-override.c
new/libvirt-python-7.0.0/libvirt-override.c
--- old/libvirt-python-6.10.0/libvirt-override.c 2020-11-27
19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/libvirt-override.c 2020-12-15 11:44:30.000000000
+0100
@@ -10433,7 +10433,7 @@
const char *user = NULL;
char **keys = NULL;
int nkeys;
- size_t i;
+ int i;
unsigned int flags;
PyObject *ret = NULL;
@@ -10477,7 +10477,7 @@
PyObject *pyobj_keys = NULL;
char **keys = NULL;
int nkeys = 0;
- size_t i;
+ int i;
unsigned int flags;
int c_retval;
PyObject *py_retval = NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.10.0/setup.py
new/libvirt-python-7.0.0/setup.py
--- old/libvirt-python-6.10.0/setup.py 2020-11-27 19:09:15.000000000 +0100
+++ new/libvirt-python-7.0.0/setup.py 2020-12-15 11:44:30.000000000 +0100
@@ -341,7 +341,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '6.10.0',
+ version = '7.0.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',