[Pkg-libvirt-commits] [Git][libvirt-team/libvirt-python][debian/sid] 2 commits: New upstream version 10.5.0
Pino Toscano (@pino)
gitlab at salsa.debian.org
Sun Jul 7 21:52:49 BST 2024
Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / libvirt-python
Commits:
4f4a3598 by Pino Toscano at 2024-07-07T19:47:48+02:00
New upstream version 10.5.0
- - - - -
60293d12 by Pino Toscano at 2024-07-07T19:48:00+02:00
Update upstream source from tag 'upstream/10.5.0'
Update to upstream version '10.5.0'
with Debian dir c70b130df5c7d706c13dbe41b49177f4f571b8be
- - - - -
7 changed files:
- AUTHORS
- ChangeLog
- PKG-INFO
- VERSION
- debian/changelog
- examples/nodestats.py
- libvirt-python.spec
Changes:
=====================================
AUTHORS
=====================================
@@ -51,6 +51,7 @@ The individual contributors are
Jovanka Gulicoska <jovanka.gulicoska at gmail.com>
Ján Tomko <jtomko at redhat.com>
KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com>
+ Konstantin Khorenko <khorenko at virtuozzo.com>
Konstantin Neumoin <kneumoin at virtuozzo.com>
Lai Jiangshan <laijs at cn.fujitsu.com>
Laine Stump <laine at laine.org>
=====================================
ChangeLog
=====================================
@@ -1,3 +1,18 @@
+ 2024- 6- 11 Konstantin Khorenko <khorenko at virtuozzo.com>
+
+ examples/nodestat: Show memory pinning information again
+ Resurrect the logic after it has been occasionally broken during fixing
+ the syntax complains from python.
+
+ Fixes: c588ba9 ("examples/nodestat: Fix None comparison")
+
+
+
+ 2024- 6- 3 Jiri Denemark <jdenemar at redhat.com>
+
+ Post-release version bump to 10.5.0
+
+
2024- 5- 2 Michal Privoznik <mprivozn at redhat.com>
ci: Drop CentOS 8 Stream and switch F38 to 40, Ubuntu 20.04 to 22.04
=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: libvirt-python
-Version: 10.4.0
+Version: 10.5.0
Summary: The libvirt virtualization API python binding
Home-page: http://www.libvirt.org
Maintainer: Libvirt Maintainers
=====================================
VERSION
=====================================
@@ -1 +1 @@
-10.4.0
+10.5.0
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libvirt-python (10.5.0-1~1.gbpb24915) UNRELEASED; urgency=medium
+
+ ** SNAPSHOT build @b2491574c9b7f994e2cd34d0a30db1972ca431ba **
+
+ * New upstream version 10.5.0
+
+ -- Pino Toscano <pino at debian.org> Sun, 07 Jul 2024 19:48:00 +0200
+
libvirt-python (10.4.0-1) unstable; urgency=medium
* New upstream version 10.4.0
=====================================
examples/nodestats.py
=====================================
@@ -90,6 +90,6 @@ for dom, v in domsStrictCfg.items():
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)
=====================================
libvirt-python.spec
=====================================
@@ -14,7 +14,7 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
-Version: 10.4.0
+Version: 10.5.0
Release: 1%{?dist}
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: https://libvirt.org
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt-python/-/compare/8af7d9625c00e01b9981cfdde44306f9b957d454...60293d12f01bed35bd29399585e85e71622cbc95
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt-python/-/compare/8af7d9625c00e01b9981cfdde44306f9b957d454...60293d12f01bed35bd29399585e85e71622cbc95
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20240707/6ae3fe60/attachment-0001.htm>
More information about the Pkg-libvirt-commits
mailing list