Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2017-11-12 18:02:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Sun Nov 12 18:02:10 2017 rev:6 rq:539357 version:3.9.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2017-10-11 23:01:36.264242315 +0200
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
2017-11-12 18:02:12.945104394 +0100
@@ -1,0 +2,6 @@
+Thu Nov 2 20:47:56 UTC 2017 - [email protected]
+
+- Update to 3.9.0
+ - Add all new APIs and constants in libvirt 3.9.0
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-3.8.0.tar.gz
libvirt-python-3.8.0.tar.gz.asc
New:
----
libvirt-python-3.9.0.tar.gz
libvirt-python-3.9.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.Ky1iUu/_old 2017-11-12 18:02:13.805073070 +0100
+++ /var/tmp/diff_new_pack.Ky1iUu/_new 2017-11-12 18:02:13.805073070 +0100
@@ -20,7 +20,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
Url: http://libvirt.org/
-Version: 3.8.0
+Version: 3.9.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1+
++++++ libvirt-python-3.8.0.tar.gz -> libvirt-python-3.9.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.8.0/ChangeLog
new/libvirt-python-3.9.0/ChangeLog
--- old/libvirt-python-3.8.0/ChangeLog 2017-10-04 10:26:46.000000000 +0200
+++ new/libvirt-python-3.9.0/ChangeLog 2017-11-02 18:16:47.000000000 +0100
@@ -1,3 +1,8 @@
+2017-11-02 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python-3.9.0
+
+
2017-09-29 Nir Soffer <[email protected]>
Unify whitespace around *_ALLOW_THREADS macros
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-3.8.0/PKG-INFO
new/libvirt-python-3.9.0/PKG-INFO
--- old/libvirt-python-3.8.0/PKG-INFO 2017-10-04 10:26:46.000000000 +0200
+++ new/libvirt-python-3.9.0/PKG-INFO 2017-11-02 18:16:47.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: libvirt-python
-Version: 3.8.0
+Version: 3.9.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.8.0/libvirt-python.spec
new/libvirt-python-3.9.0/libvirt-python.spec
--- old/libvirt-python-3.8.0/libvirt-python.spec 2017-10-04
10:26:46.000000000 +0200
+++ new/libvirt-python-3.9.0/libvirt-python.spec 2017-11-02
18:16:47.000000000 +0100
@@ -6,7 +6,7 @@
Summary: The libvirt virtualization API python2 binding
Name: libvirt-python
-Version: 3.8.0
+Version: 3.9.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.8.0/setup.py
new/libvirt-python-3.9.0/setup.py
--- old/libvirt-python-3.8.0/setup.py 2017-10-04 10:26:34.000000000 +0200
+++ new/libvirt-python-3.9.0/setup.py 2017-11-02 18:00:39.000000000 +0100
@@ -335,7 +335,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '3.8.0',
+ version = '3.9.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',