Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2019-03-12 09:46:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Tue Mar 12 09:46:56 2019 rev:20 rq:681984 version:5.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2019-02-05 11:18:29.120904916 +0100
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.28833/python-libvirt-python.changes
2019-03-12 09:46:59.179614947 +0100
@@ -1,0 +2,7 @@
+Wed Mar 6 02:06:14 UTC 2019 - James Fehlig <[email protected]>
+
+- Update to 5.1.0
+ - Add all new APIs and constants in libvirt 5.1.0
+ - jsc#SLE-3887, jsc#SLE-4480, jsc#SLE-4577
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-5.0.0.tar.gz
libvirt-python-5.0.0.tar.gz.asc
New:
----
libvirt-python-5.1.0.tar.gz
libvirt-python-5.1.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.wIq5WQ/_old 2019-03-12 09:46:59.711614841 +0100
+++ /var/tmp/diff_new_pack.wIq5WQ/_new 2019-03-12 09:46:59.715614840 +0100
@@ -20,7 +20,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
Url: https://libvirt.org/
-Version: 5.0.0
+Version: 5.1.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
++++++ libvirt-python-5.0.0.tar.gz -> libvirt-python-5.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-5.0.0/ChangeLog
new/libvirt-python-5.1.0/ChangeLog
--- old/libvirt-python-5.0.0/ChangeLog 2019-01-15 20:32:33.000000000 +0100
+++ new/libvirt-python-5.1.0/ChangeLog 2019-03-04 11:22:09.000000000 +0100
@@ -1,3 +1,59 @@
+2019-02-25 Pavel Hrdina <[email protected]>
+
+ Fix virDomainPinIOThread typed params check
+ The VIR_DOMAIN_IOTHREAD_POLL_SHRINK is unsigned int.
+
+ Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1680546
+
+
+
+2019-02-07 Eric Blake <[email protected]>
+
+ generator.py: typo fix
+
+
+2019-01-24 Daniel P. Berrangé <[email protected]>
+
+ travis: add testing of 5.0.0 release
+ Update to test against very latest release. Since we dropped two
+ python versions, we can afford to add new libvirt version without
+ dropping a previous one.
+
+ Reviewed-by: Cole Robinson <[email protected]>
+
+
+2019-01-24 Daniel P. Berrangé <[email protected]>
+
+ travis: switch from trusty to xenial dist
+ The trusty gnutls version is too old to support modern libvirt
+
+ Reviewed-by: Cole Robinson <[email protected]>
+
+
+2019-01-24 Daniel P. Berrangé <[email protected]>
+
+ travis: remove python 2.6 and 3.6 from build matrix
+ The lxml package that we download with pip no longer supports either
+ of these versions of python.
+
+ Reviewed-by: Cole Robinson <[email protected]>
+
+
+2019-01-22 Daniel P. Berrangé <[email protected]>
+
+ rpm spec: remove %{extra_release} from spec
+ The %{extra_release} field was previously populated by data from the old
+ autobuild.sh file but is no longer used.
+
+
+
+2019-01-15 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python 5.0.0
+ * setup.py: updated for release
+
+
+
2018-12-03 Daniel Veillard <[email protected]>
Release of libvirt-python-4.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-5.0.0/PKG-INFO
new/libvirt-python-5.1.0/PKG-INFO
--- old/libvirt-python-5.0.0/PKG-INFO 2019-01-15 20:32:33.000000000 +0100
+++ new/libvirt-python-5.1.0/PKG-INFO 2019-03-04 11:22:09.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: libvirt-python
-Version: 5.0.0
+Version: 5.1.0
Summary: The libvirt virtualization API python binding
Home-page: http://www.libvirt.org
Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-5.0.0/generator.py
new/libvirt-python-5.1.0/generator.py
--- old/libvirt-python-5.0.0/generator.py 2018-12-03 13:18:19.000000000
+0100
+++ new/libvirt-python-5.1.0/generator.py 2019-03-04 11:18:33.000000000
+0100
@@ -1095,7 +1095,7 @@
return name[-1:] == "*"
def nameFixup(name, classe, type, file):
- # avoid a desastrous clash
+ # avoid a disastrous clash
listname = classe + "List"
ll = len(listname)
l = len(classe)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-5.0.0/libvirt-override.c
new/libvirt-python-5.1.0/libvirt-override.c
--- old/libvirt-python-5.0.0/libvirt-override.c 2018-12-03 13:18:19.000000000
+0100
+++ new/libvirt-python-5.1.0/libvirt-override.c 2019-03-04 11:18:33.000000000
+0100
@@ -1684,7 +1684,7 @@
static virPyTypedParamsHint virPyDomainSetIOThreadParams[] = {
{ VIR_DOMAIN_IOTHREAD_POLL_MAX_NS, VIR_TYPED_PARAM_ULLONG },
{ VIR_DOMAIN_IOTHREAD_POLL_GROW, VIR_TYPED_PARAM_UINT },
- { VIR_DOMAIN_IOTHREAD_POLL_SHRINK, VIR_TYPED_PARAM_ULLONG },
+ { VIR_DOMAIN_IOTHREAD_POLL_SHRINK, VIR_TYPED_PARAM_UINT },
};
static PyObject *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-5.0.0/libvirt-python.spec
new/libvirt-python-5.1.0/libvirt-python.spec
--- old/libvirt-python-5.0.0/libvirt-python.spec 2019-01-15
20:32:33.000000000 +0100
+++ new/libvirt-python-5.1.0/libvirt-python.spec 2019-03-04
11:22:08.000000000 +0100
@@ -33,8 +33,8 @@
Summary: The libvirt virtualization API python2 binding
Name: libvirt-python
-Version: 5.0.0
-Release: 1%{?dist}%{?extra_release}
+Version: 5.1.0
+Release: 1%{?dist}
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org
License: LGPLv2+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-5.0.0/setup.py
new/libvirt-python-5.1.0/setup.py
--- old/libvirt-python-5.0.0/setup.py 2019-01-15 20:32:00.000000000 +0100
+++ new/libvirt-python-5.1.0/setup.py 2019-03-04 11:21:57.000000000 +0100
@@ -334,7 +334,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '5.0.0',
+ version = '5.1.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',