libvirt-python 9.2.0__tar.gz → 9.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/.gitlab-ci.yml +2 -2
  2. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/AUTHORS +1 -0
  3. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ChangeLog +87 -0
  4. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/PKG-INFO +1 -1
  5. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/build/libvirt_python.egg-info/SOURCES.txt +4 -4
  6. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/fedora-37.Dockerfile +2 -2
  7. libvirt-python-9.2.0/ci/containers/fedora-36.Dockerfile → libvirt-python-9.4.0/ci/containers/fedora-38.Dockerfile +3 -3
  8. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/fedora-rawhide.Dockerfile +2 -2
  9. libvirt-python-9.2.0/ci/containers/opensuse-leap-153.Dockerfile → libvirt-python-9.4.0/ci/containers/opensuse-leap-15.Dockerfile +1 -1
  10. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/gitlab/build-templates.yml +12 -0
  11. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/gitlab/builds.yml +26 -24
  12. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/gitlab/containers.yml +9 -9
  13. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/gitlab/sanity-checks.yml +4 -2
  14. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/gitlab.yml +7 -0
  15. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/manifest.yml +14 -5
  16. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override.c +12 -0
  17. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-python.spec +2 -2
  18. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-python.spec.in +1 -1
  19. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/setup.py +2 -2
  20. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/.ctags +0 -0
  21. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/.dir-locals.el +0 -0
  22. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/.github/workflows/lockdown.yml +0 -0
  23. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/.gitignore +0 -0
  24. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/.mailmap +0 -0
  25. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/AUTHORS.in +0 -0
  26. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/CONTRIBUTING.rst +0 -0
  27. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/COPYING +0 -0
  28. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/COPYING.LESSER +0 -0
  29. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/HACKING +0 -0
  30. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/MANIFEST +0 -0
  31. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/MANIFEST.in +0 -0
  32. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/Makefile +0 -0
  33. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/README +0 -0
  34. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/centos-stream-8.sh +0 -0
  35. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/centos-stream-9.sh +0 -0
  36. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/debian-10.sh +0 -0
  37. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/debian-sid.sh +0 -0
  38. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/fedora-37.sh +0 -0
  39. /libvirt-python-9.2.0/ci/buildenv/fedora-36.sh → /libvirt-python-9.4.0/ci/buildenv/fedora-38.sh +0 -0
  40. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/fedora-rawhide.sh +0 -0
  41. /libvirt-python-9.2.0/ci/buildenv/opensuse-leap-153.sh → /libvirt-python-9.4.0/ci/buildenv/opensuse-leap-15.sh +0 -0
  42. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/opensuse-tumbleweed.sh +0 -0
  43. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/ubuntu-2004.sh +0 -0
  44. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/buildenv/ubuntu-2204.sh +0 -0
  45. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/centos-stream-8.Dockerfile +0 -0
  46. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/centos-stream-9.Dockerfile +0 -0
  47. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/debian-10.Dockerfile +0 -0
  48. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/debian-sid.Dockerfile +0 -0
  49. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/opensuse-tumbleweed.Dockerfile +0 -0
  50. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/ubuntu-2004.Dockerfile +0 -0
  51. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/containers/ubuntu-2204.Dockerfile +0 -0
  52. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/ci/gitlab/container-templates.yml +0 -0
  53. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/README +0 -0
  54. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/consolecallback.py +0 -0
  55. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/dhcpleases.py +0 -0
  56. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/dominfo.py +0 -0
  57. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/domipaddrs.py +0 -0
  58. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/domrestore.py +0 -0
  59. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/domsave.py +0 -0
  60. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/domstart.py +0 -0
  61. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/esxlist.py +0 -0
  62. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/event-test.py +0 -0
  63. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
  64. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
  65. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/nodestats.py +0 -0
  66. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/sparsestream.py +0 -0
  67. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/examples/topology.py +0 -0
  68. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/generator.py +0 -0
  69. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-lxc-override-api.xml +0 -0
  70. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-lxc-override.c +0 -0
  71. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-api.xml +0 -0
  72. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-virConnect.py +0 -0
  73. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-virDomain.py +0 -0
  74. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-virDomainCheckpoint.py +0 -0
  75. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-virDomainSnapshot.py +0 -0
  76. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-virNetwork.py +0 -0
  77. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-virStoragePool.py +0 -0
  78. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override-virStream.py +0 -0
  79. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-override.py +0 -0
  80. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-qemu-override-api.xml +0 -0
  81. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-qemu-override.c +0 -0
  82. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-qemu-override.py +0 -0
  83. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-utils.c +0 -0
  84. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirt-utils.h +0 -0
  85. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/libvirtaio.py +0 -0
  86. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/requirements-test.txt +0 -0
  87. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/setup.cfg +0 -0
  88. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/eventmock.py +0 -0
  89. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_aio.py +0 -0
  90. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_api_coverage.py +0 -0
  91. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_conn.py +0 -0
  92. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_domain.py +0 -0
  93. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_domain_checkpoint.py +0 -0
  94. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_domain_snapshot.py +0 -0
  95. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_interface.py +0 -0
  96. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_network.py +0 -0
  97. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_nodedev.py +0 -0
  98. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tests/test_storage.py +0 -0
  99. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/tox.ini +0 -0
  100. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/typewrappers.c +0 -0
  101. {libvirt-python-9.2.0 → libvirt-python-9.4.0}/typewrappers.h +0 -0
@@ -26,7 +26,7 @@ stages:
26
26
  - ninja -C build install
27
27
  - popd
28
28
  - $PYTHON setup.py build
29
- - $PYTHON -m pip install .
29
+ - $PYTHON -m pip ${PIP_INSTALL:-install} .
30
30
  - $PYTHON setup.py test
31
31
  - $PYTHON setup.py sdist
32
32
  - if test -x /usr/bin/rpmbuild && test "$RPM" != "skip" ;
@@ -50,7 +50,7 @@ stages:
50
50
  - export MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
51
51
  - export CFLAGS="-Werror"
52
52
  - $PYTHON setup.py build
53
- - $PYTHON -m pip install .
53
+ - $PYTHON -m pip ${PIP_INSTALL:-install} .
54
54
  - $PYTHON setup.py test
55
55
  - $PYTHON setup.py sdist
56
56
  - if test -x /usr/bin/rpmbuild && test "$RPM" != "skip" ;
@@ -39,6 +39,7 @@ The individual contributors are
39
39
  Guannan Ren <gren@redhat.com>
40
40
  Gui Jianfeng <guijianfeng@cn.fujitsu.com>
41
41
  Guido Günther <agx@sigxcpu.org>
42
+ Han Han <hhan@redhat.com>
42
43
  Hu Tao <hutao@cn.fujitsu.com>
43
44
  Jason Andryuk <andryuk@aero.org>
44
45
  Jim Fehlig <jfehlig@suse.com>
@@ -1,3 +1,90 @@
1
+ 2023-05-31 Han Han <hhan@redhat.com>
2
+
3
+ virDomainMigrate3Params: Add missing params
4
+ Add these missing migrate params:
5
+ - VIR_MIGRATE_PARAM_DISKS_URI, since libvirt v6.8.0(49186372db)
6
+ - VIR_MIGRATE_PARAM_TLS_DESTINATION, since libvirt v6.0.0(1b8af37213e)
7
+ - VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL and VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL,
8
+ since libvirt v9.4.0(150ae3e62b9)
9
+
10
+
11
+
12
+ 2023-05-03 Erik Skultety <eskultet@redhat.com>
13
+
14
+ ci: Drop Fedora 36 target
15
+
16
+
17
+ 2023-05-03 Erik Skultety <eskultet@redhat.com>
18
+
19
+ ci: Add Fedora 38 target
20
+
21
+
22
+ 2023-05-03 Erik Skultety <eskultet@redhat.com>
23
+
24
+ ci: Replace OpenSUSE Leap 15.4 target with Leap 15 name
25
+ We now refer to the latest Leap 15.X simply as Leap 15 in lcitool.
26
+
27
+
28
+
29
+ 2023-05-02 Jiri Denemark <jdenemar@redhat.com>
30
+
31
+ Post-release version bump to 9.4.0
32
+
33
+
34
+ 2023-04-26 Daniel P. Berrangé <berrange@redhat.com>
35
+
36
+ rpm: convert license to SPDX format
37
+
38
+
39
+ 2023-04-19 Jiri Denemark <jdenemar@redhat.com>
40
+
41
+ Post-release version bump to 9.3.0
42
+
43
+
44
+ 2023-04-19 Daniel P. Berrangé <berrange@redhat.com>
45
+
46
+ setup: limit pytest to 'tests' subdir
47
+ The libvirt git repo contains test data that represents the
48
+ layout of files in sysfs, which has two subdirs that mutually
49
+ reference each other with symlinks.
50
+
51
+ When pytest does test discovery it will traverse every
52
+ directory it finds underneath the libvirt-python checkout.
53
+
54
+ Since we checkout libvirt as a sub-dir, pytest traverses
55
+ everything in libvirt git and gets stuck in an infinite
56
+ loop following symlinks in the libvirt test data.
57
+
58
+ Telling pytest to only look at the 'tests' subdir avoids
59
+ this extra traversal.
60
+
61
+
62
+
63
+ 2023-04-19 Daniel P. Berrangé <berrange@redhat.com>
64
+
65
+ ci: pass --break-system-packages on Debian Sid
66
+ Debian Sid python packages block users from installing packages using
67
+ pip unless using a venv. A venv has no benefit when we are running in
68
+ a throwaway container which has no need for software upgrades.
69
+
70
+
71
+
72
+ 2023-04-19 Daniel P. Berrangé <berrange@redhat.com>
73
+
74
+ ci: mark bleeding edge distros as non-gating
75
+ Fedora Rawhide, Debian Sid and OpenSUSE Tumbleweed are all liable to
76
+ have sporadic failures due to being bleeding edge distros. Thus they
77
+ should not gate contributor changes that are otherwise correct.
78
+
79
+
80
+
81
+ 2023-04-19 Daniel P. Berrangé <berrange@redhat.com>
82
+
83
+ ci: regenerated with lcitool manifest
84
+ This replaces OpenSUSE Leap 15.3 with 15.4
85
+
86
+
87
+
1
88
  2023-03-01 Jiri Denemark <jdenemar@redhat.com>
2
89
 
3
90
  Post-release version bump to 9.2.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libvirt-python
3
- Version: 9.2.0
3
+ Version: 9.4.0
4
4
  Summary: The libvirt virtualization API python binding
5
5
  Home-page: http://www.libvirt.org
6
6
  Maintainer: Libvirt Maintainers
@@ -47,10 +47,10 @@ ci/buildenv/centos-stream-8.sh
47
47
  ci/buildenv/centos-stream-9.sh
48
48
  ci/buildenv/debian-10.sh
49
49
  ci/buildenv/debian-sid.sh
50
- ci/buildenv/fedora-36.sh
51
50
  ci/buildenv/fedora-37.sh
51
+ ci/buildenv/fedora-38.sh
52
52
  ci/buildenv/fedora-rawhide.sh
53
- ci/buildenv/opensuse-leap-153.sh
53
+ ci/buildenv/opensuse-leap-15.sh
54
54
  ci/buildenv/opensuse-tumbleweed.sh
55
55
  ci/buildenv/ubuntu-2004.sh
56
56
  ci/buildenv/ubuntu-2204.sh
@@ -58,10 +58,10 @@ ci/containers/centos-stream-8.Dockerfile
58
58
  ci/containers/centos-stream-9.Dockerfile
59
59
  ci/containers/debian-10.Dockerfile
60
60
  ci/containers/debian-sid.Dockerfile
61
- ci/containers/fedora-36.Dockerfile
62
61
  ci/containers/fedora-37.Dockerfile
62
+ ci/containers/fedora-38.Dockerfile
63
63
  ci/containers/fedora-rawhide.Dockerfile
64
- ci/containers/opensuse-leap-153.Dockerfile
64
+ ci/containers/opensuse-leap-15.Dockerfile
65
65
  ci/containers/opensuse-tumbleweed.Dockerfile
66
66
  ci/containers/ubuntu-2004.Dockerfile
67
67
  ci/containers/ubuntu-2204.Dockerfile
@@ -7,14 +7,14 @@
7
7
  FROM registry.fedoraproject.org/fedora:37
8
8
 
9
9
  RUN dnf install -y nosync && \
10
- echo -e '#!/bin/sh\n\
10
+ printf '#!/bin/sh\n\
11
11
  if test -d /usr/lib64\n\
12
12
  then\n\
13
13
  export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\
14
14
  else\n\
15
15
  export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\
16
16
  fi\n\
17
- exec "$@"' > /usr/bin/nosync && \
17
+ exec "$@"\n' > /usr/bin/nosync && \
18
18
  chmod +x /usr/bin/nosync && \
19
19
  nosync dnf update -y && \
20
20
  nosync dnf install -y \
@@ -4,17 +4,17 @@
4
4
  #
5
5
  # https://gitlab.com/libvirt/libvirt-ci
6
6
 
7
- FROM registry.fedoraproject.org/fedora:36
7
+ FROM registry.fedoraproject.org/fedora:38
8
8
 
9
9
  RUN dnf install -y nosync && \
10
- echo -e '#!/bin/sh\n\
10
+ printf '#!/bin/sh\n\
11
11
  if test -d /usr/lib64\n\
12
12
  then\n\
13
13
  export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\
14
14
  else\n\
15
15
  export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\
16
16
  fi\n\
17
- exec "$@"' > /usr/bin/nosync && \
17
+ exec "$@"\n' > /usr/bin/nosync && \
18
18
  chmod +x /usr/bin/nosync && \
19
19
  nosync dnf update -y && \
20
20
  nosync dnf install -y \
@@ -8,14 +8,14 @@ FROM registry.fedoraproject.org/fedora:rawhide
8
8
 
9
9
  RUN dnf update -y --nogpgcheck fedora-gpg-keys && \
10
10
  dnf install -y nosync && \
11
- echo -e '#!/bin/sh\n\
11
+ printf '#!/bin/sh\n\
12
12
  if test -d /usr/lib64\n\
13
13
  then\n\
14
14
  export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\
15
15
  else\n\
16
16
  export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\
17
17
  fi\n\
18
- exec "$@"' > /usr/bin/nosync && \
18
+ exec "$@"\n' > /usr/bin/nosync && \
19
19
  chmod +x /usr/bin/nosync && \
20
20
  nosync dnf distro-sync -y && \
21
21
  nosync dnf install -y \
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # https://gitlab.com/libvirt/libvirt-ci
6
6
 
7
- FROM registry.opensuse.org/opensuse/leap:15.3
7
+ FROM registry.opensuse.org/opensuse/leap:15.4
8
8
 
9
9
  RUN zypper update -y && \
10
10
  zypper install -y \
@@ -37,6 +37,13 @@
37
37
  - if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
38
38
  when: on_success
39
39
 
40
+ # forks: pushes to a branch when a pipeline run in upstream env is explicitly requested
41
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE_UPSTREAM_ENV && $JOB_OPTIONAL'
42
+ when: manual
43
+ allow_failure: true
44
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE_UPSTREAM_ENV'
45
+ when: on_success
46
+
40
47
  # upstream: other web/api/scheduled pipelines targeting the default branch
41
48
  - if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE =~ /(web|api|schedule)/ && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $JOB_OPTIONAL'
42
49
  when: manual
@@ -75,6 +82,11 @@
75
82
  - if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
76
83
  when: on_success
77
84
 
85
+ # forks: avoid build in local env when job requests run in upstream containers
86
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE_UPSTREAM_ENV'
87
+ when: never
88
+
89
+ # forks: pushes to branches with pipeline requested
78
90
  - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $RUN_PIPELINE && $JOB_OPTIONAL'
79
91
  when: manual
80
92
  allow_failure: true
@@ -110,65 +110,67 @@ x86_64-debian-sid-prebuilt-env:
110
110
  needs:
111
111
  - job: x86_64-debian-sid-container
112
112
  optional: true
113
- allow_failure: false
113
+ allow_failure: true
114
114
  variables:
115
115
  NAME: debian-sid
116
+ PIP_INSTALL: install --break-system-packages
116
117
 
117
118
  x86_64-debian-sid-local-env:
118
119
  extends: .native_build_job_local_env
119
120
  needs: []
120
- allow_failure: false
121
+ allow_failure: true
121
122
  variables:
122
123
  IMAGE: docker.io/library/debian:sid-slim
123
124
  NAME: debian-sid
125
+ PIP_INSTALL: install --break-system-packages
124
126
 
125
127
 
126
- x86_64-fedora-36-prebuilt-env:
128
+ x86_64-fedora-37-prebuilt-env:
127
129
  extends: .native_build_job_prebuilt_env
128
130
  needs:
129
- - job: x86_64-fedora-36-container
131
+ - job: x86_64-fedora-37-container
130
132
  optional: true
131
133
  allow_failure: false
132
134
  variables:
133
- NAME: fedora-36
135
+ NAME: fedora-37
134
136
  artifacts:
135
137
  expire_in: 1 hour
136
138
  paths:
137
139
  - libvirt-python-rpms
138
140
 
139
- x86_64-fedora-36-local-env:
141
+ x86_64-fedora-37-local-env:
140
142
  extends: .native_build_job_local_env
141
143
  needs: []
142
144
  allow_failure: false
143
145
  variables:
144
- IMAGE: registry.fedoraproject.org/fedora:36
145
- NAME: fedora-36
146
+ IMAGE: registry.fedoraproject.org/fedora:37
147
+ NAME: fedora-37
146
148
  artifacts:
147
149
  expire_in: 1 hour
148
150
  paths:
149
151
  - libvirt-python-rpms
150
152
 
151
153
 
152
- x86_64-fedora-37-prebuilt-env:
154
+ x86_64-fedora-38-prebuilt-env:
153
155
  extends: .native_build_job_prebuilt_env
154
156
  needs:
155
- - job: x86_64-fedora-37-container
157
+ - job: x86_64-fedora-38-container
156
158
  optional: true
157
159
  allow_failure: false
158
160
  variables:
159
- NAME: fedora-37
161
+ NAME: fedora-38
160
162
  artifacts:
161
163
  expire_in: 1 hour
162
164
  paths:
163
165
  - libvirt-python-rpms
164
166
 
165
- x86_64-fedora-37-local-env:
167
+ x86_64-fedora-38-local-env:
166
168
  extends: .native_build_job_local_env
167
169
  needs: []
168
170
  allow_failure: false
169
171
  variables:
170
- IMAGE: registry.fedoraproject.org/fedora:37
171
- NAME: fedora-37
172
+ IMAGE: registry.fedoraproject.org/fedora:38
173
+ NAME: fedora-38
172
174
  artifacts:
173
175
  expire_in: 1 hour
174
176
  paths:
@@ -180,36 +182,36 @@ x86_64-fedora-rawhide-prebuilt-env:
180
182
  needs:
181
183
  - job: x86_64-fedora-rawhide-container
182
184
  optional: true
183
- allow_failure: false
185
+ allow_failure: true
184
186
  variables:
185
187
  NAME: fedora-rawhide
186
188
 
187
189
  x86_64-fedora-rawhide-local-env:
188
190
  extends: .native_build_job_local_env
189
191
  needs: []
190
- allow_failure: false
192
+ allow_failure: true
191
193
  variables:
192
194
  IMAGE: registry.fedoraproject.org/fedora:rawhide
193
195
  NAME: fedora-rawhide
194
196
 
195
197
 
196
- x86_64-opensuse-leap-153-prebuilt-env:
198
+ x86_64-opensuse-leap-15-prebuilt-env:
197
199
  extends: .native_build_job_prebuilt_env
198
200
  needs:
199
- - job: x86_64-opensuse-leap-153-container
201
+ - job: x86_64-opensuse-leap-15-container
200
202
  optional: true
201
203
  allow_failure: false
202
204
  variables:
203
- NAME: opensuse-leap-153
205
+ NAME: opensuse-leap-15
204
206
  RPM: skip
205
207
 
206
- x86_64-opensuse-leap-153-local-env:
208
+ x86_64-opensuse-leap-15-local-env:
207
209
  extends: .native_build_job_local_env
208
210
  needs: []
209
211
  allow_failure: false
210
212
  variables:
211
- IMAGE: registry.opensuse.org/opensuse/leap:15.3
212
- NAME: opensuse-leap-153
213
+ IMAGE: registry.opensuse.org/opensuse/leap:15.4
214
+ NAME: opensuse-leap-15
213
215
  RPM: skip
214
216
 
215
217
 
@@ -218,7 +220,7 @@ x86_64-opensuse-tumbleweed-prebuilt-env:
218
220
  needs:
219
221
  - job: x86_64-opensuse-tumbleweed-container
220
222
  optional: true
221
- allow_failure: false
223
+ allow_failure: true
222
224
  variables:
223
225
  NAME: opensuse-tumbleweed
224
226
  RPM: skip
@@ -226,7 +228,7 @@ x86_64-opensuse-tumbleweed-prebuilt-env:
226
228
  x86_64-opensuse-tumbleweed-local-env:
227
229
  extends: .native_build_job_local_env
228
230
  needs: []
229
- allow_failure: false
231
+ allow_failure: true
230
232
  variables:
231
233
  IMAGE: registry.opensuse.org/opensuse/tumbleweed:latest
232
234
  NAME: opensuse-tumbleweed
@@ -30,42 +30,42 @@ x86_64-debian-10-container:
30
30
 
31
31
  x86_64-debian-sid-container:
32
32
  extends: .container_job
33
- allow_failure: false
33
+ allow_failure: true
34
34
  variables:
35
35
  NAME: debian-sid
36
36
 
37
37
 
38
- x86_64-fedora-36-container:
38
+ x86_64-fedora-37-container:
39
39
  extends: .container_job
40
40
  allow_failure: false
41
41
  variables:
42
- NAME: fedora-36
42
+ NAME: fedora-37
43
43
 
44
44
 
45
- x86_64-fedora-37-container:
45
+ x86_64-fedora-38-container:
46
46
  extends: .container_job
47
47
  allow_failure: false
48
48
  variables:
49
- NAME: fedora-37
49
+ NAME: fedora-38
50
50
 
51
51
 
52
52
  x86_64-fedora-rawhide-container:
53
53
  extends: .container_job
54
- allow_failure: false
54
+ allow_failure: true
55
55
  variables:
56
56
  NAME: fedora-rawhide
57
57
 
58
58
 
59
- x86_64-opensuse-leap-153-container:
59
+ x86_64-opensuse-leap-15-container:
60
60
  extends: .container_job
61
61
  allow_failure: false
62
62
  variables:
63
- NAME: opensuse-leap-153
63
+ NAME: opensuse-leap-15
64
64
 
65
65
 
66
66
  x86_64-opensuse-tumbleweed-container:
67
67
  extends: .container_job
68
- allow_failure: false
68
+ allow_failure: true
69
69
  variables:
70
70
  NAME: opensuse-tumbleweed
71
71
 
@@ -8,7 +8,7 @@
8
8
  check-dco:
9
9
  stage: sanity_checks
10
10
  needs: []
11
- image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
11
+ image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:latest
12
12
  interruptible: true
13
13
  script:
14
14
  - /check-dco "$RUN_UPSTREAM_NAMESPACE"
@@ -17,9 +17,11 @@ check-dco:
17
17
  - if: '$CI_PIPELINE_SOURCE =~ "merge_request_event"'
18
18
  when: on_success
19
19
 
20
- # forks: pushes to branches with pipeline requested
20
+ # forks: pushes to branches with pipeline requested (including upstream env pipelines)
21
21
  - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $RUN_PIPELINE'
22
22
  when: on_success
23
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $RUN_PIPELINE_UPSTREAM_ENV'
24
+ when: on_success
23
25
 
24
26
  # upstream+forks: that's all folks
25
27
  - when: never
@@ -14,6 +14,12 @@
14
14
  # created/updated. Setting this variable to a non-empty
15
15
  # value allows CI testing prior to opening a merge request.
16
16
  #
17
+ # - RUN_PIPELINE_UPSTREAM_ENV - same semantics as RUN_PIPELINE,
18
+ # but uses the CI environment (containers) from the upstream project
19
+ # rather than creating and updating a throwaway environment
20
+ # Should not be used if the pushed branch includes CI container
21
+ # changes.
22
+ #
17
23
  # - RUN_CONTAINER_BUILDS - CI pipelines in upstream only
18
24
  # publish containers if CI file changes are detected.
19
25
  # Setting this variable to a non-empty value will force
@@ -44,6 +50,7 @@
44
50
 
45
51
  variables:
46
52
  RUN_UPSTREAM_NAMESPACE: libvirt
53
+ FF_SCRIPT_SECTIONS: 1
47
54
 
48
55
 
49
56
  workflow:
@@ -40,9 +40,14 @@ targets:
40
40
 
41
41
  debian-10: x86_64
42
42
 
43
- debian-sid: x86_64
43
+ debian-sid:
44
+ jobs:
45
+ - arch: x86_64
46
+ allow-failure: true
47
+ variables:
48
+ PIP_INSTALL: install --break-system-packages
44
49
 
45
- fedora-36:
50
+ fedora-37:
46
51
  jobs:
47
52
  - arch: x86_64
48
53
  artifacts:
@@ -50,7 +55,7 @@ targets:
50
55
  paths:
51
56
  - libvirt-python-rpms
52
57
 
53
- fedora-37:
58
+ fedora-38:
54
59
  jobs:
55
60
  - arch: x86_64
56
61
  artifacts:
@@ -58,9 +63,12 @@ targets:
58
63
  paths:
59
64
  - libvirt-python-rpms
60
65
 
61
- fedora-rawhide: x86_64
66
+ fedora-rawhide:
67
+ jobs:
68
+ - arch: x86_64
69
+ allow-failure: true
62
70
 
63
- opensuse-leap-153:
71
+ opensuse-leap-15:
64
72
  jobs:
65
73
  - arch: x86_64
66
74
  variables:
@@ -69,6 +77,7 @@ targets:
69
77
  opensuse-tumbleweed:
70
78
  jobs:
71
79
  - arch: x86_64
80
+ allow-failure: true
72
81
  variables:
73
82
  RPM: skip
74
83
 
@@ -8154,6 +8154,18 @@ static virPyTypedParamsHint virPyDomainMigrate3Params[] = {
8154
8154
  # ifdef VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS
8155
8155
  { VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS, VIR_TYPED_PARAM_INT },
8156
8156
  # endif
8157
+ # ifdef VIR_MIGRATE_PARAM_DISKS_URI
8158
+ { VIR_MIGRATE_PARAM_DISKS_URI, VIR_TYPED_PARAM_STRING },
8159
+ #endif
8160
+ #ifdef VIR_MIGRATE_PARAM_TLS_DESTINATION
8161
+ { VIR_MIGRATE_PARAM_TLS_DESTINATION, VIR_TYPED_PARAM_STRING },
8162
+ #endif
8163
+ #ifdef VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL
8164
+ { VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL, VIR_TYPED_PARAM_INT },
8165
+ #endif
8166
+ #ifdef VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL
8167
+ { VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL, VIR_TYPED_PARAM_INT },
8168
+ #endif
8157
8169
  };
8158
8170
 
8159
8171
 
@@ -14,11 +14,11 @@
14
14
 
15
15
  Summary: The libvirt virtualization API python3 binding
16
16
  Name: libvirt-python
17
- Version: 9.2.0
17
+ Version: 9.4.0
18
18
  Release: 1%{?dist}
19
19
  Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
20
20
  Url: https://libvirt.org
21
- License: LGPLv2+
21
+ License: LGPL-2.1-or-later
22
22
  BuildRequires: libvirt-devel == %{version}
23
23
  BuildRequires: python3-devel
24
24
  BuildRequires: python3-pytest
@@ -18,7 +18,7 @@ Version: @PY_VERSION@
18
18
  Release: 1%{?dist}
19
19
  Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
20
20
  Url: https://libvirt.org
21
- License: LGPLv2+
21
+ License: LGPL-2.1-or-later
22
22
  BuildRequires: libvirt-devel == %{version}
23
23
  BuildRequires: python3-devel
24
24
  BuildRequires: python3-pytest
@@ -310,7 +310,7 @@ class my_test(Command):
310
310
  os.environ["PYTHONPATH"] = self.build_platlib
311
311
 
312
312
  pytest = self.find_pytest_path()
313
- subprocess.check_call([pytest])
313
+ subprocess.check_call([pytest, "tests"])
314
314
 
315
315
  class my_clean(Command):
316
316
  user_options = [
@@ -335,7 +335,7 @@ class my_clean(Command):
335
335
  _c_modules, _py_modules = get_module_lists()
336
336
 
337
337
  setup(name = 'libvirt-python',
338
- version = '9.2.0',
338
+ version = '9.4.0',
339
339
  url = 'http://www.libvirt.org',
340
340
  maintainer = 'Libvirt Maintainers',
341
341
  maintainer_email = 'libvir-list@redhat.com',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes