From bf35fc094d6182cc75eb6cf98719b0d99472dab0589342b703111bf010fdfcc6 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Mon, 3 Apr 2023 21:26:48 +0000 Subject: [PATCH] - Update to 9.2.0 - Add all new APIs and constants in libvirt 9.2.0 OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=134 --- _service | 2 +- libvirt-python-9.1.0.tar.gz | 3 --- libvirt-python-9.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-9.1.0.tar.gz create mode 100644 libvirt-python-9.2.0.tar.gz diff --git a/_service b/_service index 7bd3c39..23f459f 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ libvirt-python - v9.1.0 + v9.2.0 git disable https://gitlab.com/libvirt/libvirt-python.git diff --git a/libvirt-python-9.1.0.tar.gz b/libvirt-python-9.1.0.tar.gz deleted file mode 100644 index bc25016..0000000 --- a/libvirt-python-9.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adecf26928a5173c05a6714918e4710b9008edddc7091ceeca24b03858a5a944 -size 137016 diff --git a/libvirt-python-9.2.0.tar.gz b/libvirt-python-9.2.0.tar.gz new file mode 100644 index 0000000..8e24a95 --- /dev/null +++ b/libvirt-python-9.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33130a4ede15558f9b80c791c16d7570db5d01988a32fd3c731a717850b4506f +size 136395 diff --git a/python-libvirt-python.changes b/python-libvirt-python.changes index cded142..edf7d53 100644 --- a/python-libvirt-python.changes +++ b/python-libvirt-python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 3 21:17:39 UTC 2023 - James Fehlig + +- Update to 9.2.0 + - Add all new APIs and constants in libvirt 9.2.0 + ------------------------------------------------------------------- Wed Mar 1 21:03:43 UTC 2023 - James Fehlig diff --git a/python-libvirt-python.spec b/python-libvirt-python.spec index dd9d151..c8bb515 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: 9.1.0 +Version: 9.2.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later