From 98b169db2d060ef06005f87d441ecbfc58ad38a241f2200c4d72ba5efcf24f71 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 2 Apr 2021 03:58:17 +0000 Subject: [PATCH] Updated python bindings for libvirt 7.2.0. - Update to 7.2.0 - Add all new APIs and constants in libvirt 7.2.0 OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=96 --- _service | 2 +- libvirt-python-7.1.0.tar.gz | 3 --- libvirt-python-7.2.0.tar.gz | 3 +++ python-libvirt-python.changes | 6 ++++++ python-libvirt-python.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 libvirt-python-7.1.0.tar.gz create mode 100644 libvirt-python-7.2.0.tar.gz diff --git a/_service b/_service index 3210a90..fbb9408 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ libvirt-python - v7.1.0 + v7.2.0 git disable https://gitlab.com/libvirt/libvirt-python.git diff --git a/libvirt-python-7.1.0.tar.gz b/libvirt-python-7.1.0.tar.gz deleted file mode 100644 index a5a854c..0000000 --- a/libvirt-python-7.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bd57c3edd4d9df285af2c4855823ab83b3fd1aa94075f8ca44f48d984afb85c -size 129123 diff --git a/libvirt-python-7.2.0.tar.gz b/libvirt-python-7.2.0.tar.gz new file mode 100644 index 0000000..433eab5 --- /dev/null +++ b/libvirt-python-7.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1fcdee39c25402e960c5eb132c462a9d3cf87d7fee83531e40ec7b249e7ed4 +size 128999 diff --git a/python-libvirt-python.changes b/python-libvirt-python.changes index 665e1d5..a4a8583 100644 --- a/python-libvirt-python.changes +++ b/python-libvirt-python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 1 23:48:40 UTC 2021 - James Fehlig + +- Update to 7.2.0 + - Add all new APIs and constants in libvirt 7.2.0 + ------------------------------------------------------------------- Tue Mar 2 00:54:58 UTC 2021 - James Fehlig diff --git a/python-libvirt-python.spec b/python-libvirt-python.spec index fe5d22a..c51e29a 100644 --- a/python-libvirt-python.spec +++ b/python-libvirt-python.spec @@ -23,7 +23,7 @@ %define srcname libvirt-python Name: python-libvirt-python URL: https://libvirt.org/ -Version: 7.1.0 +Version: 7.2.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later