libvirt-python 10.4.0__tar.gz → 10.5.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-10.4.0 → libvirt-python-10.5.0}/AUTHORS +1 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/ChangeLog +15 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/PKG-INFO +1 -1
- libvirt-python-10.5.0/VERSION +1 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/nodestats.py +1 -1
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-python.spec +1 -1
- libvirt-python-10.4.0/VERSION +0 -1
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/CONTRIBUTING.rst +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/COPYING +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/HACKING +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/MANIFEST.in +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/Makefile +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/README +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/README +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/consolecallback.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/dhcpleases.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/dominfo.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/domipaddrs.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/domrestore.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/domsave.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/domstart.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/esxlist.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/event-test.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/sparsestream.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/examples/topology.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/generator.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-lxc-override-api.xml +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-lxc-override.c +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-api.xml +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-virConnect.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-virDomain.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-virDomainCheckpoint.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-virDomainSnapshot.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-virNetwork.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-virStoragePool.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override-virStream.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override.c +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-override.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-qemu-override-api.xml +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-qemu-override.c +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-qemu-override.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-utils.c +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirt-utils.h +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/libvirtaio.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/pyproject.toml +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/requirements-test.txt +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/setup.cfg +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/setup.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/eventmock.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_aio.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_api_coverage.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_conn.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_domain.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_domain_checkpoint.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_domain_snapshot.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_interface.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_network.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_nodedev.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tests/test_storage.py +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/tox.ini +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/typewrappers.c +0 -0
- {libvirt-python-10.4.0 → libvirt-python-10.5.0}/typewrappers.h +0 -0
|
@@ -51,6 +51,7 @@ The individual contributors are
|
|
|
51
51
|
Jovanka Gulicoska <jovanka.gulicoska@gmail.com>
|
|
52
52
|
Ján Tomko <jtomko@redhat.com>
|
|
53
53
|
KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
|
|
54
|
+
Konstantin Khorenko <khorenko@virtuozzo.com>
|
|
54
55
|
Konstantin Neumoin <kneumoin@virtuozzo.com>
|
|
55
56
|
Lai Jiangshan <laijs@cn.fujitsu.com>
|
|
56
57
|
Laine Stump <laine@laine.org>
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2024- 6- 11 Konstantin Khorenko <khorenko@virtuozzo.com>
|
|
2
|
+
|
|
3
|
+
examples/nodestat: Show memory pinning information again
|
|
4
|
+
Resurrect the logic after it has been occasionally broken during fixing
|
|
5
|
+
the syntax complains from python.
|
|
6
|
+
|
|
7
|
+
Fixes: c588ba9 ("examples/nodestat: Fix None comparison")
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
2024- 6- 3 Jiri Denemark <jdenemar@redhat.com>
|
|
12
|
+
|
|
13
|
+
Post-release version bump to 10.5.0
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
2024- 5- 2 Michal Privoznik <mprivozn@redhat.com>
|
|
2
17
|
|
|
3
18
|
ci: Drop CentOS 8 Stream and switch F38 to 40, Ubuntu 20.04 to 22.04
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.5.0
|
|
@@ -90,6 +90,6 @@ for dom, v in domsStrictCfg.items():
|
|
|
90
90
|
if k == "memory":
|
|
91
91
|
continue
|
|
92
92
|
toPrint = "\tNode %s:\t%d MiB" % (k, node["size"] // 1024)
|
|
93
|
-
if node["pin"] is not None and node["pin"]
|
|
93
|
+
if node["pin"] is not None and node["pin"] != "":
|
|
94
94
|
toPrint = toPrint + " nodes %s" % node["pin"]
|
|
95
95
|
print(toPrint)
|
libvirt-python-10.4.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.4.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
|