From b3bcfc9bbcbc05899280dfc5f635f306de0377ea0b6e285770488191b4192764 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 19 Jan 2021 23:10:28 +0000 Subject: [PATCH] - Update to 7.0.0 - Add all new APIs and constants in libvirt 7.0.0 - jsc#SLE-15860 OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=92 --- _service | 2 +- libvirt-python-6.10.0.tar.gz | 3 --- libvirt-python-7.0.0.tar.gz | 3 +++ python-libvirt-python.changes | 7 +++++++ python-libvirt-python.spec | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 libvirt-python-6.10.0.tar.gz create mode 100644 libvirt-python-7.0.0.tar.gz diff --git a/_service b/_service index 53f9177..1fc7d56 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ libvirt-python - v6.10.0 + v7.0.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 deleted file mode 100644 index eb704a0..0000000 --- a/libvirt-python-6.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6553b0a5f25b5eedaf663f57e155cf8a5d02f206e7a0685e9f10f227589aaa9f -size 129675 diff --git a/libvirt-python-7.0.0.tar.gz b/libvirt-python-7.0.0.tar.gz new file mode 100644 index 0000000..40ce417 --- /dev/null +++ b/libvirt-python-7.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b5c6a16554963e9ca1dfd4f3b77b905f6191f3bab7cb9e6edda340150042f6 +size 129006 diff --git a/python-libvirt-python.changes b/python-libvirt-python.changes index 466d277..2dcfaa4 100644 --- a/python-libvirt-python.changes +++ b/python-libvirt-python.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 19 03:21:42 UTC 2021 - James Fehlig + +- Update to 7.0.0 + - Add all new APIs and constants in libvirt 7.0.0 + - jsc#SLE-15860 + ------------------------------------------------------------------- Wed Dec 2 00:16:15 UTC 2020 - James Fehlig diff --git a/python-libvirt-python.spec b/python-libvirt-python.spec index 788b819..dd9e4d3 100644 --- a/python-libvirt-python.spec +++ b/python-libvirt-python.spec @@ -1,7 +1,7 @@ # # spec file for package python-libvirt-python # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %define srcname libvirt-python Name: python-libvirt-python URL: https://libvirt.org/ -Version: 6.10.0 +Version: 7.0.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later