17
0

Updated python bindings for libvirt 8.10.0.

- Update to 8.10.0
  - Add all new APIs and constants in libvirt 8.10.0
  - jsc#PED-1472

OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=128
This commit is contained in:
2022-12-01 21:54:38 +00:00
committed by Git OBS Bridge
parent de9812daaf
commit ef5ead1eb9
5 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">libvirt-python</param>
<param name="revision">v8.9.0</param>
<param name="revision">v8.10.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.com/libvirt/libvirt-python.git</param>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1aa273a2a967559a49ded413364aca087a30f611750118e207caeed1096052d1
size 136120

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42d7b3945e99b296b81df50c74613cc82dca43831c1eeeb3610f11ec212b93eb
size 136149

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 1 21:49:00 UTC 2022 - James Fehlig <jfehlig@suse.com>
- Update to 8.10.0
- Add all new APIs and constants in libvirt 8.10.0
- jsc#PED-1472
-------------------------------------------------------------------
Wed Nov 2 19:43:19 UTC 2022 - James Fehlig <jfehlig@suse.com>

View File

@@ -23,7 +23,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
URL: https://libvirt.org/
Version: 8.9.0
Version: 8.10.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
@@ -36,6 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module devel}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
%ifpython2
Provides: libvirt-python = %{version}
Obsoletes: libvirt-python < %{version}