17
0

Accepting request 1155382 from Virtualization

Updated python bindings for libvirt 10.1.0

- Update to 10.1.0
  - Add all new APIs and constants in libvirt 10.1.0

OBS-URL: https://build.opensuse.org/request/show/1155382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libvirt-python?expand=0&rev=77
This commit is contained in:
2024-03-08 17:07:23 +00:00
committed by Git OBS Bridge
5 changed files with 14 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="filename">libvirt-python</param>
<param name="revision">v10.0.0</param>
<param name="revision">v10.1.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.com/libvirt/libvirt-python.git</param>
@@ -9,9 +9,9 @@
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

Binary file not shown.

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 5 21:40:31 UTC 2024 - James Fehlig <jfehlig@suse.com>
- Update to 10.1.0
- Add all new APIs and constants in libvirt 10.1.0
-------------------------------------------------------------------
Tue Jan 16 19:36:20 UTC 2024 - James Fehlig <jfehlig@suse.com>

View File

@@ -24,7 +24,7 @@
%{?sle15_python_module_pythons}
Name: python-libvirt-python
URL: https://libvirt.org/
Version: 10.0.0
Version: 10.1.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later