17
0

Updated python bindings for libvirt 6.9.0.

- Update to 6.9.0
  - Add all new APIs and constants in libvirt 6.9.0
  - jsc#SLE-13688, jsc#SLE-16827
  - Dropped patches:
    61341150-fix-constructor-param-name.patch
- Add new file _service for tar_scm source service
- Remove signature file and python-libvirt-python.keyring

OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=86
This commit is contained in:
2020-11-02 22:48:44 +00:00
committed by Git OBS Bridge
parent 058f38d548
commit 659f9c8266
8 changed files with 32 additions and 277 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 2 22:01:34 UTC 2020 - James Fehlig <jfehlig@suse.com>
- Update to 6.9.0
- Add all new APIs and constants in libvirt 6.9.0
- jsc#SLE-13688, jsc#SLE-16827
- Dropped patches:
61341150-fix-constructor-param-name.patch
- Add new file _service for tar_scm source service
- Remove signature file and python-libvirt-python.keyring
-------------------------------------------------------------------
Fri Oct 23 19:56:04 UTC 2020 - Benjamin Greiner <code@bnavigator.de>