Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2018-10-02 19:46:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Tue Oct 2 19:46:06 2018 rev:15 rq:638864 version:4.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2018-08-24 17:11:47.962620328 +0200
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
2018-10-02 19:47:47.781807631 +0200
@@ -1,0 +2,6 @@
+Thu Sep 20 20:50:13 UTC 2018 - James Fehlig <[email protected]>
+
+- Update to 4.7.0
+ - Add all new APIs and constants in libvirt 4.7.0
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-4.6.0.tar.gz
libvirt-python-4.6.0.tar.gz.asc
New:
----
libvirt-python-4.7.0.tar.gz
libvirt-python-4.7.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.RXcIjI/_old 2018-10-02 19:47:48.277807118 +0200
+++ /var/tmp/diff_new_pack.RXcIjI/_new 2018-10-02 19:47:48.281807113 +0200
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,7 +20,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
Url: https://libvirt.org/
-Version: 4.6.0
+Version: 4.7.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
++++++ libvirt-python-4.6.0.tar.gz -> libvirt-python-4.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-4.6.0/ChangeLog
new/libvirt-python-4.7.0/ChangeLog
--- old/libvirt-python-4.6.0/ChangeLog 2018-08-06 11:41:42.000000000 +0200
+++ new/libvirt-python-4.7.0/ChangeLog 2018-09-03 19:24:37.000000000 +0200
@@ -1,3 +1,17 @@
+2018-09-03 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python=4.7.0
+ * setup.py: updated for release
+
+
+
+2018-08-06 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python-4.6.0
+ * setup.py: updated for release
+
+
+
2018-07-23 Daniel P. Berrangé <[email protected]>
rpm: update min required rhel/fedora
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-4.6.0/PKG-INFO
new/libvirt-python-4.7.0/PKG-INFO
--- old/libvirt-python-4.6.0/PKG-INFO 2018-08-06 11:41:42.000000000 +0200
+++ new/libvirt-python-4.7.0/PKG-INFO 2018-09-03 19:24:37.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: libvirt-python
-Version: 4.6.0
+Version: 4.7.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.6.0/libvirt-python.spec
new/libvirt-python-4.7.0/libvirt-python.spec
--- old/libvirt-python-4.6.0/libvirt-python.spec 2018-08-06
11:41:42.000000000 +0200
+++ new/libvirt-python-4.7.0/libvirt-python.spec 2018-09-03
19:24:37.000000000 +0200
@@ -33,7 +33,7 @@
Summary: The libvirt virtualization API python2 binding
Name: libvirt-python
-Version: 4.6.0
+Version: 4.7.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.6.0/setup.py
new/libvirt-python-4.7.0/setup.py
--- old/libvirt-python-4.6.0/setup.py 2018-08-06 11:41:36.000000000 +0200
+++ new/libvirt-python-4.7.0/setup.py 2018-09-03 19:23:12.000000000 +0200
@@ -334,7 +334,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '4.6.0',
+ version = '4.7.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',