Hello community, here is the log from the commit of package libvirt-python for openSUSE:Factory checked in at 2017-07-17 09:11:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt-python (Old) and /work/SRC/openSUSE:Factory/.libvirt-python.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt-python" Mon Jul 17 09:11:15 2017 rev:43 rq:510159 version:3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes 2017-06-10 17:51:50.504704583 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes 2017-07-17 09:11:15.867039380 +0200 @@ -1,0 +2,6 @@ +Thu Jul 6 21:20:32 UTC 2017 - [email protected] + +- Update to 3.5.0 + - Add all new APIs and constants in libvirt 3.5.0 + +------------------------------------------------------------------- Old: ---- libvirt-python-3.4.0.tar.gz libvirt-python-3.4.0.tar.gz.asc New: ---- libvirt-python-3.5.0.tar.gz libvirt-python-3.5.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.NsKtTN/_old 2017-07-17 09:11:16.374967838 +0200 +++ /var/tmp/diff_new_pack.NsKtTN/_new 2017-07-17 09:11:16.374967838 +0200 @@ -18,7 +18,7 @@ Name: libvirt-python Url: http://libvirt.org/ -Version: 3.4.0 +Version: 3.5.0 Release: 0 Summary: Library providing a simple virtualization API License: LGPL-2.1+ ++++++ libvirt-python-3.4.0.tar.gz -> libvirt-python-3.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-3.4.0/ChangeLog new/libvirt-python-3.5.0/ChangeLog --- old/libvirt-python-3.4.0/ChangeLog 2017-06-02 09:04:21.000000000 +0200 +++ new/libvirt-python-3.5.0/ChangeLog 2017-07-04 22:38:20.000000000 +0200 @@ -1,3 +1,19 @@ +2017-06-20 Martin Kletzander <[email protected]> + + Add details for shutdown event + In commit a8eba5036cb4b0e2ec827e9e6e019ce70e451377, libvirt added + support for two more details. In python bindings it all worked fine + automagically except an example that was not updated. + + Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1463188 + + + +2017-06-02 Daniel Veillard <[email protected]> + + Release of libvirt-python-3.4.0 + + 2017-05-24 Daniel P. Berrange <[email protected]> Fix error check for virDomainGetTime method diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-3.4.0/PKG-INFO new/libvirt-python-3.5.0/PKG-INFO --- old/libvirt-python-3.4.0/PKG-INFO 2017-06-02 09:04:21.000000000 +0200 +++ new/libvirt-python-3.5.0/PKG-INFO 2017-07-04 22:38:20.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: libvirt-python -Version: 3.4.0 +Version: 3.5.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-3.4.0/examples/event-test.py new/libvirt-python-3.5.0/examples/event-test.py --- old/libvirt-python-3.4.0/examples/event-test.py 2017-05-05 21:39:32.000000000 +0200 +++ new/libvirt-python-3.5.0/examples/event-test.py 2017-07-04 22:36:10.000000000 +0200 @@ -477,7 +477,7 @@ ( "Paused", "Migrated", "IOError", "Watchdog", "Restored", "Snapshot", "API error" ), ( "Unpaused", "Migrated", "Snapshot" ), ( "Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", "Snapshot"), - ( "Finished", ), + ( "Finished", "On guest request", "On host request"), ( "Memory", "Disk" ), ( "Panicked", ), ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-3.4.0/libvirt-python.spec new/libvirt-python-3.5.0/libvirt-python.spec --- old/libvirt-python-3.4.0/libvirt-python.spec 2017-06-02 09:04:20.000000000 +0200 +++ new/libvirt-python-3.5.0/libvirt-python.spec 2017-07-04 22:38:19.000000000 +0200 @@ -6,7 +6,7 @@ Summary: The libvirt virtualization API python2 binding Name: libvirt-python -Version: 3.4.0 +Version: 3.5.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-3.4.0/setup.py new/libvirt-python-3.5.0/setup.py --- old/libvirt-python-3.4.0/setup.py 2017-06-02 09:04:16.000000000 +0200 +++ new/libvirt-python-3.5.0/setup.py 2017-07-04 22:38:11.000000000 +0200 @@ -334,7 +334,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '3.4.0', + version = '3.5.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = '[email protected]',
