libvirt-python 10.9.0__tar.gz → 10.10.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.9.0 → libvirt-python-10.10.0}/ChangeLog +15 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/PKG-INFO +1 -1
- libvirt-python-10.10.0/VERSION +1 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-python.spec +1 -1
- libvirt-python-10.9.0/VERSION +0 -1
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/AUTHORS +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/CONTRIBUTING.rst +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/COPYING +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/HACKING +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/MANIFEST.in +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/Makefile +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/README +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/README +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/consolecallback.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/dhcpleases.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/dominfo.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/domipaddrs.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/domrestore.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/domsave.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/domstart.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/esxlist.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/event-test.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/nodestats.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/sparsestream.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/examples/topology.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/generator.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-lxc-override-api.xml +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-lxc-override.c +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-api.xml +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-virConnect.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-virDomain.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-virDomainCheckpoint.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-virDomainSnapshot.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-virNetwork.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-virStoragePool.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override-virStream.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override.c +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-override.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-qemu-override-api.xml +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-qemu-override.c +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-qemu-override.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-utils.c +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirt-utils.h +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/libvirtaio.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/pyproject.toml +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/requirements-test.txt +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/setup.cfg +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/setup.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/eventmock.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_aio.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_api_coverage.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_conn.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_domain.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_domain_checkpoint.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_domain_snapshot.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_interface.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_network.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_nodedev.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tests/test_storage.py +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/tox.ini +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/typewrappers.c +0 -0
- {libvirt-python-10.9.0 → libvirt-python-10.10.0}/typewrappers.h +0 -0
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2024- 11- 18 Daniel P. Berrangé <berrange@redhat.com>
|
|
2
|
+
|
|
3
|
+
ci: refresh with 'lcitool manifest'
|
|
4
|
+
Notable changes
|
|
5
|
+
|
|
6
|
+
* openSUSE Leap updated to 15.6
|
|
7
|
+
* Switch to URLs for referencing projects in manifest
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
2024- 11- 1 Jiri Denemark <jdenemar@redhat.com>
|
|
12
|
+
|
|
13
|
+
Post-release version bump to 10.10.0
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
2024- 10- 22 Ariel Otilibili <otilibil@eurecom.fr>
|
|
2
17
|
|
|
3
18
|
tox.ini: bumped Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.10.0
|
libvirt-python-10.9.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.9.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
|
|
File without changes
|