libvirt-python 11.8.0__tar.gz → 11.9.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-11.8.0 → libvirt_python-11.9.0}/AUTHORS +1 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/ChangeLog +25 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/PKG-INFO +1 -1
- libvirt_python-11.9.0/VERSION +1 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/consolecallback.py +1 -1
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-python.spec +1 -1
- libvirt_python-11.8.0/VERSION +0 -1
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/CONTRIBUTING.rst +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/COPYING +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/HACKING +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/MANIFEST.in +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/Makefile +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/README +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/README +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/dhcpleases.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/dominfo.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/domipaddrs.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/domrestore.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/domsave.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/domstart.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/esxlist.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/event-test.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/nodestats.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/sparsestream.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/examples/topology.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/generator.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-lxc-override-api.xml +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-lxc-override.c +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-api.xml +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-virConnect.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-virDomain.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-virDomainCheckpoint.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-virDomainSnapshot.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-virNetwork.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-virStoragePool.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override-virStream.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override.c +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-override.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-qemu-override-api.xml +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-qemu-override.c +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-qemu-override.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-utils.c +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirt-utils.h +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/libvirtaio.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/pyproject.toml +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/requirements-test.txt +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/setup.cfg +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/setup.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/eventmock.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_aio.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_api_coverage.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_conn.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_domain.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_domain_checkpoint.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_domain_snapshot.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_interface.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_network.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_nodedev.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tests/test_storage.py +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/tox.ini +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/typewrappers.c +0 -0
- {libvirt_python-11.8.0 → libvirt_python-11.9.0}/typewrappers.h +0 -0
|
@@ -59,6 +59,7 @@ The individual contributors are
|
|
|
59
59
|
Lei Li <lilei@linux.vnet.ibm.com>
|
|
60
60
|
Lukas Billy <lbilly@redhat.com>
|
|
61
61
|
Luyao Huang <lhuang@redhat.com>
|
|
62
|
+
Marc Hartmayer <mhartmay@linux.ibm.com>
|
|
62
63
|
Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
|
|
63
64
|
Marcelo Cerri <mhcerri@linux.vnet.ibm.com>
|
|
64
65
|
Marian Neagul <marian@info.uvt.ro>
|
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
2025- 10- 6 Michal Privoznik <mprivozn@redhat.com>
|
|
2
|
+
|
|
3
|
+
ci: refresh with 'lcitool manifest'
|
|
4
|
+
This drops Fedora 40 and introduces Fedora 42 and drops
|
|
5
|
+
deprecated setting of env vars in dockerfiles.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
2025- 10- 2 Marc Hartmayer <mhartmay@linux.ibm.com>
|
|
10
|
+
|
|
11
|
+
examples/consolecallback.py: Use hex-encoding for `^]`
|
|
12
|
+
Use hex encoding for ^] to prevent potential rendering issues in web browsers
|
|
13
|
+
when viewing the file on GitLab.
|
|
14
|
+
|
|
15
|
+
While at it, make the file an executable as a Shebang line is present.
|
|
16
|
+
|
|
17
|
+
Suggested-by: Dawson Rosell <dawson.rosell@ibm.com>
|
|
18
|
+
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
2025- 10- 1 Jiri Denemark <jdenemar@redhat.com>
|
|
22
|
+
|
|
23
|
+
Post-release version bump to 11.9.0
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
2025- 9- 11 Jiri Denemark <jdenemar@redhat.com>
|
|
2
27
|
|
|
3
28
|
spec: Set dist_name when creating a distribution tarball
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
11.9.0
|
|
@@ -53,7 +53,7 @@ def check_console(console: Console) -> bool:
|
|
|
53
53
|
|
|
54
54
|
def stdin_callback(watch: int, fd: int, events: int, console: Console) -> None:
|
|
55
55
|
readbuf = os.read(fd, 1024)
|
|
56
|
-
if readbuf.startswith(b"
|
|
56
|
+
if readbuf.startswith(b"\x1d"):
|
|
57
57
|
console.run_console = False
|
|
58
58
|
return
|
|
59
59
|
if console.stream:
|
libvirt_python-11.8.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
11.8.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
|