Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2024-07-02 18:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Tue Jul 2 18:15:03 2024 rev:81 rq:1184754 version:10.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2024-06-06 12:31:29.914024847 +0200
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.18349/python-libvirt-python.changes
2024-07-02 18:15:08.588550379 +0200
@@ -1,0 +2,6 @@
+Mon Jul 1 21:24:00 UTC 2024 - James Fehlig <[email protected]>
+
+- Update to 10.5.0
+ - Add all new APIs and constants in libvirt 10.5.0
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-10.4.0.tar.gz
New:
----
libvirt-python-10.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.VXRlW6/_old 2024-07-02 18:15:09.548585509 +0200
+++ /var/tmp/diff_new_pack.VXRlW6/_new 2024-07-02 18:15:09.552585655 +0200
@@ -24,7 +24,7 @@
%{?sle15_python_module_pythons}
Name: python-libvirt-python
URL: https://libvirt.org/
-Version: 10.4.0
+Version: 10.5.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.VXRlW6/_old 2024-07-02 18:15:09.580586680 +0200
+++ /var/tmp/diff_new_pack.VXRlW6/_new 2024-07-02 18:15:09.584586827 +0200
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="manual">
<param name="filename">libvirt-python</param>
- <param name="revision">v10.4.0</param>
+ <param name="revision">v10.5.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.com/libvirt/libvirt-python.git</param>
++++++ libvirt-python-10.4.0.tar.gz -> libvirt-python-10.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-10.4.0/VERSION
new/libvirt-python-10.5.0/VERSION
--- old/libvirt-python-10.4.0/VERSION 2024-05-02 15:38:30.000000000 +0200
+++ new/libvirt-python-10.5.0/VERSION 2024-06-11 16:00:23.000000000 +0200
@@ -1 +1 @@
-10.4.0
+10.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-10.4.0/examples/nodestats.py
new/libvirt-python-10.5.0/examples/nodestats.py
--- old/libvirt-python-10.4.0/examples/nodestats.py 2024-05-02
15:38:30.000000000 +0200
+++ new/libvirt-python-10.5.0/examples/nodestats.py 2024-06-11
16:00:23.000000000 +0200
@@ -90,6 +90,6 @@
if k == "memory":
continue
toPrint = "\tNode %s:\t%d MiB" % (k, node["size"] // 1024)
- if node["pin"] is not None and node["pin"] == "":
+ if node["pin"] is not None and node["pin"] != "":
toPrint = toPrint + " nodes %s" % node["pin"]
print(toPrint)