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.
Files changed (65) hide show
  1. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/AUTHORS +1 -0
  2. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/ChangeLog +35 -0
  3. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/Makefile +3 -2
  4. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/PKG-INFO +1 -1
  5. libvirt-python-10.8.0/VERSION +1 -0
  6. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domstart.py +1 -1
  7. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-python.spec +1 -1
  8. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tox.ini +1 -1
  9. libvirt-python-10.6.0/VERSION +0 -1
  10. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/CONTRIBUTING.rst +0 -0
  11. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/COPYING +0 -0
  12. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/HACKING +0 -0
  13. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/MANIFEST.in +0 -0
  14. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/README +0 -0
  15. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/build/libvirt_python.egg-info/SOURCES.txt +0 -0
  16. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/README +0 -0
  17. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/consolecallback.py +0 -0
  18. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/dhcpleases.py +0 -0
  19. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/dominfo.py +0 -0
  20. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domipaddrs.py +0 -0
  21. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domrestore.py +0 -0
  22. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/domsave.py +0 -0
  23. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/esxlist.py +0 -0
  24. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/event-test.py +0 -0
  25. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
  26. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
  27. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/nodestats.py +0 -0
  28. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/sparsestream.py +0 -0
  29. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/examples/topology.py +0 -0
  30. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/generator.py +0 -0
  31. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-lxc-override-api.xml +0 -0
  32. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-lxc-override.c +0 -0
  33. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-api.xml +0 -0
  34. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virConnect.py +0 -0
  35. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virDomain.py +0 -0
  36. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virDomainCheckpoint.py +0 -0
  37. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virDomainSnapshot.py +0 -0
  38. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virNetwork.py +0 -0
  39. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virStoragePool.py +0 -0
  40. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override-virStream.py +0 -0
  41. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override.c +0 -0
  42. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-override.py +0 -0
  43. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-qemu-override-api.xml +0 -0
  44. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-qemu-override.c +0 -0
  45. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-qemu-override.py +0 -0
  46. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-utils.c +0 -0
  47. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirt-utils.h +0 -0
  48. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/libvirtaio.py +0 -0
  49. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/pyproject.toml +0 -0
  50. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/requirements-test.txt +0 -0
  51. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/setup.cfg +0 -0
  52. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/setup.py +0 -0
  53. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/eventmock.py +0 -0
  54. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_aio.py +0 -0
  55. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_api_coverage.py +0 -0
  56. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_conn.py +0 -0
  57. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_domain.py +0 -0
  58. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_domain_checkpoint.py +0 -0
  59. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_domain_snapshot.py +0 -0
  60. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_interface.py +0 -0
  61. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_network.py +0 -0
  62. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_nodedev.py +0 -0
  63. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/tests/test_storage.py +0 -0
  64. {libvirt-python-10.6.0 → libvirt-python-10.8.0}/typewrappers.c +0 -0
  65. {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 ?= 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 py36
16
+ tox -e py$(VERSION)
16
17
 
17
18
  test: all
18
19
  tox
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libvirt-python
3
- Version: 10.6.0
3
+ Version: 10.8.0
4
4
  Summary: The libvirt virtualization API python binding
5
5
  Home-page: http://www.libvirt.org
6
6
  Maintainer: Libvirt Maintainers
@@ -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
- (name, xmldesc) = read_domain(args.file)
30
+ name, xmldesc = read_domain(args.file)
31
31
 
32
32
  try:
33
33
  conn = libvirt.open(None)
@@ -14,7 +14,7 @@
14
14
 
15
15
  Summary: The libvirt virtualization API python3 binding
16
16
  Name: libvirt-python
17
- Version: 10.6.0
17
+ Version: 10.8.0
18
18
  Release: 1%{?dist}
19
19
  Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
20
20
  Url: https://libvirt.org
@@ -1,5 +1,5 @@
1
1
  [tox]
2
- envlist = py36,py37,py38
2
+ envlist = py38,py39,py310,py311,py312
3
3
 
4
4
  [testenv]
5
5
  deps=
@@ -1 +0,0 @@
1
- 10.6.0
File without changes
File without changes
File without changes