libvirt-python 12.0.0__tar.gz → 12.1.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.
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/ChangeLog +28 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/PKG-INFO +3 -2
- libvirt_python-12.1.0/VERSION +1 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override.c +6 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-python.spec +1 -2
- libvirt_python-12.0.0/VERSION +0 -1
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/AUTHORS +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/CONTRIBUTING.rst +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/COPYING +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/HACKING +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/MANIFEST.in +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/Makefile +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/README +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/README +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/consolecallback.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/dhcpleases.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/dominfo.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/domipaddrs.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/domrestore.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/domsave.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/domstart.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/esxlist.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/event-test.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/nodestats.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/sparsestream.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/examples/topology.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/generator.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-lxc-override-api.xml +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-lxc-override.c +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-api.xml +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-virConnect.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-virDomain.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-virDomainCheckpoint.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-virDomainSnapshot.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-virNetwork.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-virStoragePool.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override-virStream.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-override.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-qemu-override-api.xml +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-qemu-override.c +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-qemu-override.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-utils.c +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirt-utils.h +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/libvirtaio.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/pyproject.toml +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/requirements-test.txt +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/setup.cfg +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/setup.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/eventmock.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_aio.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_api_coverage.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_conn.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_domain.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_domain_checkpoint.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_domain_snapshot.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_interface.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_network.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_nodedev.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tests/test_storage.py +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/tox.ini +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/typewrappers.c +0 -0
- {libvirt_python-12.0.0 → libvirt_python-12.1.0}/typewrappers.h +0 -0
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
2026- 1- 29 Daniel P. Berrangé <berrange@redhat.com>
|
|
2
|
+
|
|
3
|
+
rpm: remove extraneous license tag
|
|
4
|
+
When converting to SPDX expressions, we failed to notice the second
|
|
5
|
+
License tag in the spec file. Since this was identical to the primary
|
|
6
|
+
tag, it was redundant and should just be removed.
|
|
7
|
+
|
|
8
|
+
Reported-by: Miroslav Suchý <msuchy@redhat.com>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
2026- 1- 19 Peter Krempa <pkrempa@redhat.com>
|
|
12
|
+
|
|
13
|
+
virDomainSaveParams: Add missing typed parameter conversion hints
|
|
14
|
+
Add the missing hints for:
|
|
15
|
+
- VIR_DOMAIN_SAVE_PARAM_IMAGE_FORMAT
|
|
16
|
+
- VIR_DOMAIN_SAVE_PARAM_PARALLEL_CHANNELS
|
|
17
|
+
|
|
18
|
+
The latter of the above is important as the default conversion of
|
|
19
|
+
numbers is to 'ulong' if a hint is missing but the parallel channel
|
|
20
|
+
counts is accepted as 'int' by libvirt.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
2026- 1- 15 Jiri Denemark <jdenemar@redhat.com>
|
|
25
|
+
|
|
26
|
+
Post-release version bump to 12.1.0
|
|
27
|
+
|
|
28
|
+
|
|
1
29
|
2025- 12- 1 Jiri Denemark <jdenemar@redhat.com>
|
|
2
30
|
|
|
3
31
|
Post-release version bump to 12.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: libvirt-python
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.1.0
|
|
4
4
|
Summary: The libvirt virtualization API python binding
|
|
5
5
|
Home-page: http://www.libvirt.org
|
|
6
6
|
Maintainer: Libvirt Maintainers
|
|
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
12
12
|
Requires-Python: >=3.6
|
|
13
13
|
Description-Content-Type: text/x-rst
|
|
14
14
|
License-File: COPYING
|
|
15
|
+
Dynamic: license-file
|
|
15
16
|
|
|
16
17
|
Libvirt Python Binding README
|
|
17
18
|
=============================
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
12.1.0
|
|
@@ -10842,6 +10842,12 @@ libvirt_virDomainSetLaunchSecurityState(PyObject *self ATTRIBUTE_UNUSED,
|
|
|
10842
10842
|
static virPyTypedParamsHint virPyDomainSaveParams[] = {
|
|
10843
10843
|
{ VIR_DOMAIN_SAVE_PARAM_FILE, VIR_TYPED_PARAM_STRING },
|
|
10844
10844
|
{ VIR_DOMAIN_SAVE_PARAM_DXML, VIR_TYPED_PARAM_STRING },
|
|
10845
|
+
#ifdef VIR_DOMAIN_SAVE_PARAM_IMAGE_FORMAT
|
|
10846
|
+
{ VIR_DOMAIN_SAVE_PARAM_IMAGE_FORMAT, VIR_TYPED_PARAM_STRING },
|
|
10847
|
+
#endif
|
|
10848
|
+
#ifdef VIR_DOMAIN_SAVE_PARAM_PARALLEL_CHANNELS
|
|
10849
|
+
{ VIR_DOMAIN_SAVE_PARAM_PARALLEL_CHANNELS, VIR_TYPED_PARAM_INT },
|
|
10850
|
+
#endif
|
|
10845
10851
|
};
|
|
10846
10852
|
|
|
10847
10853
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
Summary: The libvirt virtualization API python3 binding
|
|
18
18
|
Name: libvirt-python
|
|
19
|
-
Version: 12.
|
|
19
|
+
Version: 12.1.0
|
|
20
20
|
Release: 1%{?dist}
|
|
21
21
|
Source0: https://libvirt.org/sources/python/%{dist_name}-%{version}.tar.gz
|
|
22
22
|
Url: https://libvirt.org
|
|
@@ -41,7 +41,6 @@ of recent versions of Linux (and other OSes).
|
|
|
41
41
|
%package -n python3-libvirt
|
|
42
42
|
Summary: The libvirt virtualization API python3 binding
|
|
43
43
|
Url: http://libvirt.org
|
|
44
|
-
License: LGPLv2+
|
|
45
44
|
%{?python_provide:%python_provide python3-libvirt}
|
|
46
45
|
Provides: libvirt-python3 = %{version}-%{release}
|
|
47
46
|
Obsoletes: libvirt-python3 <= 3.6.0-1%{?dist}
|
libvirt_python-12.0.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
12.0.0
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|