From 4d77a152e12aefa8b836c9b5386980e755405e4e19c7518f8f3b35f45bf8194c Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 2 Dec 2020 04:13:03 +0000 Subject: [PATCH] - Update to 6.10.0 - Add all new APIs and constants in libvirt 6.10.0 - jsc#SLE-13688 OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=90 --- _service | 2 +- libvirt-python-6.10.0.tar.gz | 3 +++ libvirt-python-6.9.0.tar.gz | 3 --- python-libvirt-python.changes | 7 +++++++ python-libvirt-python.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 libvirt-python-6.10.0.tar.gz delete mode 100644 libvirt-python-6.9.0.tar.gz diff --git a/_service b/_service index 89213a6..53f9177 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ libvirt-python - v6.9.0 + v6.10.0 git disable https://gitlab.com/libvirt/libvirt-python.git diff --git a/libvirt-python-6.10.0.tar.gz b/libvirt-python-6.10.0.tar.gz new file mode 100644 index 0000000..eb704a0 --- /dev/null +++ b/libvirt-python-6.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6553b0a5f25b5eedaf663f57e155cf8a5d02f206e7a0685e9f10f227589aaa9f +size 129675 diff --git a/libvirt-python-6.9.0.tar.gz b/libvirt-python-6.9.0.tar.gz deleted file mode 100644 index 393995b..0000000 --- a/libvirt-python-6.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a8b4900ff4c3ce7d305ccf5264c3d901249fdfad40973c232d7a55dec3dd831 -size 128271 diff --git a/python-libvirt-python.changes b/python-libvirt-python.changes index 3a14aae..466d277 100644 --- a/python-libvirt-python.changes +++ b/python-libvirt-python.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 2 00:16:15 UTC 2020 - James Fehlig + +- Update to 6.10.0 + - Add all new APIs and constants in libvirt 6.10.0 + - jsc#SLE-13688 + ------------------------------------------------------------------- Mon Nov 2 22:01:34 UTC 2020 - James Fehlig diff --git a/python-libvirt-python.spec b/python-libvirt-python.spec index 7cc6573..788b819 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: 6.9.0 +Version: 6.10.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later