libvirt-python 10.6.0__tar.gz → 10.8.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.6.0 → libvirt-python-10.8.0}/AUTHORS +1 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/ChangeLog +35 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/Makefile +3 -2
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/PKG-INFO +1 -1
- libvirt-python-10.8.0/VERSION +1 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domstart.py +1 -1
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-python.spec +1 -1
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tox.ini +1 -1
- libvirt-python-10.6.0/VERSION +0 -1
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/CONTRIBUTING.rst +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/COPYING +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/HACKING +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/MANIFEST.in +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/README +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/README +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/consolecallback.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/dhcpleases.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/dominfo.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domipaddrs.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domrestore.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domsave.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/esxlist.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/event-test.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/nodestats.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/sparsestream.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/topology.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/generator.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-lxc-override-api.xml +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-lxc-override.c +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-api.xml +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virConnect.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virDomain.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virDomainCheckpoint.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virDomainSnapshot.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virNetwork.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virStoragePool.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virStream.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override.c +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-qemu-override-api.xml +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-qemu-override.c +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-qemu-override.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-utils.c +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-utils.h +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirtaio.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/pyproject.toml +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/requirements-test.txt +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/setup.cfg +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/setup.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/eventmock.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_aio.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_api_coverage.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_conn.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_domain.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_domain_checkpoint.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_domain_snapshot.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_interface.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_network.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_nodedev.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_storage.py +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/typewrappers.c +0 -0
- {libvirt-python-10.6.0 → libvirt-python-10.8.0}/typewrappers.h +0 -0
|
@@ -12,6 +12,7 @@ The individual contributors are
|
|
|
12
12
|
Adam Litke <agl@us.ibm.com>
|
|
13
13
|
Alex Jia <ajia@redhat.com>
|
|
14
14
|
Andrea Bolognani <abologna@redhat.com>
|
|
15
|
+
Ariel Otilibili <otilibil@eurecom.fr>
|
|
15
16
|
Bastian Germann <bage@linutronix.de>
|
|
16
17
|
Beraldo Leal <bleal@redhat.com>
|
|
17
18
|
Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
|
|
@@ -1,3 +1,38 @@
|
|
|
1
|
+
2024- 9- 2 Jiri Denemark <jdenemar@redhat.com>
|
|
2
|
+
|
|
3
|
+
Post-release version bump to 10.8.0
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
2024- 8- 8 Ariel Otilibili <otilibil@eurecom.fr>
|
|
7
|
+
|
|
8
|
+
example/domstart.py: Removed useless brackets for tuple unpacking
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
2024- 8- 8 Ariel Otilibili <otilibil@eurecom.fr>
|
|
12
|
+
|
|
13
|
+
tox.ini: Bumped environment list for Python
|
|
14
|
+
* aligned list with supported Python versions [1]
|
|
15
|
+
* as of today, supported versions are 3.8 to 3.12
|
|
16
|
+
|
|
17
|
+
https://devguide.python.org/versions/
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
2024- 8- 8 Ariel Otilibili <otilibil@eurecom.fr>
|
|
22
|
+
|
|
23
|
+
Makefile: `make check` now computes env variable on the fly
|
|
24
|
+
* env variable used to be Python3.6
|
|
25
|
+
* Python3.6 is end of life since December 2021 [1].
|
|
26
|
+
|
|
27
|
+
[1] https://devguide.python.org/versions/
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
2024- 8- 5 Jiri Denemark <jdenemar@redhat.com>
|
|
32
|
+
|
|
33
|
+
Post-release version bump to 10.7.0
|
|
34
|
+
|
|
35
|
+
|
|
1
36
|
2024- 7- 1 Jiri Denemark <jdenemar@redhat.com>
|
|
2
37
|
|
|
3
38
|
Post-release version bump to 10.6.0
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Shim wrapper around setup.py to allow for familiar build targets
|
|
2
2
|
|
|
3
|
-
PYTHON
|
|
3
|
+
PYTHON ?= python
|
|
4
|
+
VERSION := $(shell $(PYTHON) -c 'import sys; print("{}{}".format(sys.version_info.major, sys.version_info.minor))')
|
|
4
5
|
|
|
5
6
|
all:
|
|
6
7
|
$(PYTHON) -m build
|
|
@@ -12,7 +13,7 @@ clean:
|
|
|
12
13
|
rm -rf build/ dist/
|
|
13
14
|
|
|
14
15
|
check: all
|
|
15
|
-
tox -e
|
|
16
|
+
tox -e py$(VERSION)
|
|
16
17
|
|
|
17
18
|
test: all
|
|
18
19
|
tox
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.8.0
|
|
@@ -27,7 +27,7 @@ parser = ArgumentParser(description=__doc__)
|
|
|
27
27
|
parser.add_argument("file", metavar="DOMAIN.XML", help="XML configuration of the domain in libvirt's XML format")
|
|
28
28
|
args = parser.parse_args()
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
name, xmldesc = read_domain(args.file)
|
|
31
31
|
|
|
32
32
|
try:
|
|
33
33
|
conn = libvirt.open(None)
|
libvirt-python-10.6.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.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
|