Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2019-02-05 11:18:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Feb 5 11:18:28 2019 rev:19 rq:667893 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2018-12-11 15:47:10.098250311 +0100
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.28833/python-libvirt-python.changes
2019-02-05 11:18:29.120904916 +0100
@@ -1,0 +2,7 @@
+Tue Jan 22 22:34:20 UTC 2019 - James Fehlig <[email protected]>
+
+- Update to 5.0.0
+ - Add all new APIs and constants in libvirt 5.0.0
+ - FATE#320928, FATE#325817, FATE#326380, FATE#326698
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-4.10.0.tar.gz
libvirt-python-4.10.0.tar.gz.asc
New:
----
libvirt-python-5.0.0.tar.gz
libvirt-python-5.0.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.KlBG0h/_old 2019-02-05 11:18:29.616904643 +0100
+++ /var/tmp/diff_new_pack.KlBG0h/_new 2019-02-05 11:18:29.620904640 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-libvirt-python
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
Url: https://libvirt.org/
-Version: 4.10.0
+Version: 5.0.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
++++++ libvirt-python-4.10.0.tar.gz -> libvirt-python-5.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-4.10.0/ChangeLog
new/libvirt-python-5.0.0/ChangeLog
--- old/libvirt-python-4.10.0/ChangeLog 2018-12-03 13:19:30.000000000 +0100
+++ new/libvirt-python-5.0.0/ChangeLog 2019-01-15 20:32:33.000000000 +0100
@@ -1,3 +1,10 @@
+2018-12-03 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python-4.10.0
+ * setup.py: update to bump release number
+
+
+
2018-11-26 Philipp Hahn <[email protected]>
Add daemon to list of shutdown reasons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-4.10.0/PKG-INFO
new/libvirt-python-5.0.0/PKG-INFO
--- old/libvirt-python-4.10.0/PKG-INFO 2018-12-03 13:19:30.000000000 +0100
+++ new/libvirt-python-5.0.0/PKG-INFO 2019-01-15 20:32:33.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: libvirt-python
-Version: 4.10.0
+Version: 5.0.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-4.10.0/libvirt-python.spec
new/libvirt-python-5.0.0/libvirt-python.spec
--- old/libvirt-python-4.10.0/libvirt-python.spec 2018-12-03
13:19:30.000000000 +0100
+++ new/libvirt-python-5.0.0/libvirt-python.spec 2019-01-15
20:32:33.000000000 +0100
@@ -33,7 +33,7 @@
Summary: The libvirt virtualization API python2 binding
Name: libvirt-python
-Version: 4.10.0
+Version: 5.0.0
Release: 1%{?dist}%{?extra_release}
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-4.10.0/setup.py
new/libvirt-python-5.0.0/setup.py
--- old/libvirt-python-4.10.0/setup.py 2018-12-03 13:19:22.000000000 +0100
+++ new/libvirt-python-5.0.0/setup.py 2019-01-15 20:32:00.000000000 +0100
@@ -334,7 +334,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '4.10.0',
+ version = '5.0.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',