libvirt-python 11.10.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.
Files changed (65) hide show
  1. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/ChangeLog +33 -0
  2. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/PKG-INFO +3 -2
  3. libvirt_python-12.1.0/VERSION +1 -0
  4. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override.c +6 -0
  5. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-python.spec +1 -2
  6. libvirt_python-11.10.0/VERSION +0 -1
  7. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/AUTHORS +0 -0
  8. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/CONTRIBUTING.rst +0 -0
  9. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/COPYING +0 -0
  10. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/HACKING +0 -0
  11. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/MANIFEST.in +0 -0
  12. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/Makefile +0 -0
  13. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/README +0 -0
  14. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -0
  15. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/README +0 -0
  16. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/consolecallback.py +0 -0
  17. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/dhcpleases.py +0 -0
  18. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/dominfo.py +0 -0
  19. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/domipaddrs.py +0 -0
  20. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/domrestore.py +0 -0
  21. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/domsave.py +0 -0
  22. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/domstart.py +0 -0
  23. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/esxlist.py +0 -0
  24. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/event-test.py +0 -0
  25. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
  26. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
  27. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/nodestats.py +0 -0
  28. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/sparsestream.py +0 -0
  29. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/examples/topology.py +0 -0
  30. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/generator.py +0 -0
  31. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-lxc-override-api.xml +0 -0
  32. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-lxc-override.c +0 -0
  33. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-api.xml +0 -0
  34. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-virConnect.py +0 -0
  35. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-virDomain.py +0 -0
  36. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-virDomainCheckpoint.py +0 -0
  37. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-virDomainSnapshot.py +0 -0
  38. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-virNetwork.py +0 -0
  39. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-virStoragePool.py +0 -0
  40. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override-virStream.py +0 -0
  41. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-override.py +0 -0
  42. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-qemu-override-api.xml +0 -0
  43. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-qemu-override.c +0 -0
  44. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-qemu-override.py +0 -0
  45. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-utils.c +0 -0
  46. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirt-utils.h +0 -0
  47. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/libvirtaio.py +0 -0
  48. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/pyproject.toml +0 -0
  49. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/requirements-test.txt +0 -0
  50. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/setup.cfg +0 -0
  51. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/setup.py +0 -0
  52. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/eventmock.py +0 -0
  53. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_aio.py +0 -0
  54. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_api_coverage.py +0 -0
  55. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_conn.py +0 -0
  56. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_domain.py +0 -0
  57. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_domain_checkpoint.py +0 -0
  58. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_domain_snapshot.py +0 -0
  59. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_interface.py +0 -0
  60. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_network.py +0 -0
  61. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_nodedev.py +0 -0
  62. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tests/test_storage.py +0 -0
  63. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/tox.ini +0 -0
  64. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/typewrappers.c +0 -0
  65. {libvirt_python-11.10.0 → libvirt_python-12.1.0}/typewrappers.h +0 -0
@@ -1,3 +1,36 @@
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
+
29
+ 2025- 12- 1 Jiri Denemark <jdenemar@redhat.com>
30
+
31
+ Post-release version bump to 12.0.0
32
+
33
+
1
34
  2025- 11- 21 Michal Privoznik <mprivozn@redhat.com>
2
35
 
3
36
  ci: refresh with 'lcitool manifest'
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: libvirt-python
3
- Version: 11.10.0
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: 11.10.0
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}
@@ -1 +0,0 @@
1
- 11.10.0
File without changes