Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2020-04-10 23:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Fri Apr 10 23:52:46 2020 rev:32 rq:792828 version:6.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2020-03-12 22:59:04.051008939 +0100
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3248/python-libvirt-python.changes
2020-04-10 23:53:21.492703432 +0200
@@ -1,0 +2,6 @@
+Mon Apr 6 20:35:51 UTC 2020 - James Fehlig <[email protected]>
+
+- Update to 6.2.0
+ - Add all new APIs and constants in libvirt 6.2.0
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-6.1.0.tar.gz
libvirt-python-6.1.0.tar.gz.asc
New:
----
libvirt-python-6.2.0.tar.gz
libvirt-python-6.2.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.SzWZbY/_old 2020-04-10 23:53:22.312704033 +0200
+++ /var/tmp/diff_new_pack.SzWZbY/_new 2020-04-10 23:53:22.316704036 +0200
@@ -23,7 +23,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
URL: https://libvirt.org/
-Version: 6.1.0
+Version: 6.2.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
++++++ libvirt-python-6.1.0.tar.gz -> libvirt-python-6.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.1.0/AUTHORS
new/libvirt-python-6.2.0/AUTHORS
--- old/libvirt-python-6.1.0/AUTHORS 2020-03-03 14:47:24.000000000 +0100
+++ new/libvirt-python-6.2.0/AUTHORS 2020-04-02 21:24:43.000000000 +0200
@@ -74,6 +74,7 @@
Prabodh Agarwal <[email protected]>
Pradipta Kr. Banerjee <[email protected]>
Qiaowei Ren <[email protected]>
+ Radostin Stoyanov <[email protected]>
Richard W.M. Jones <[email protected]>
Robie Basak <[email protected]>
Serge E. Hallyn <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.1.0/ChangeLog
new/libvirt-python-6.2.0/ChangeLog
--- old/libvirt-python-6.1.0/ChangeLog 2020-03-03 14:47:24.000000000 +0100
+++ new/libvirt-python-6.2.0/ChangeLog 2020-04-02 21:24:43.000000000 +0200
@@ -1,3 +1,18 @@
+2020-03-30 Radostin Stoyanov <[email protected]>
+
+ tox: Test with Python 3.6, 3.7 and 3.8
+ Support for Python 2.X has been dropped with commit b22e4f2.
+
+ Reviewed-by: Michal Privoznik <[email protected]>
+
+
+2020-03-03 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python 6.1.0
+ * setup.py : updated for release
+
+
+
2020-01-16 Daniel P. Berrangé <[email protected]>
gitpublish: add 'libvirt-' to subject prefix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.1.0/PKG-INFO
new/libvirt-python-6.2.0/PKG-INFO
--- old/libvirt-python-6.1.0/PKG-INFO 2020-03-03 14:47:24.000000000 +0100
+++ new/libvirt-python-6.2.0/PKG-INFO 2020-04-02 21:24:43.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: libvirt-python
-Version: 6.1.0
+Version: 6.2.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-6.1.0/libvirt-python.spec
new/libvirt-python-6.2.0/libvirt-python.spec
--- old/libvirt-python-6.1.0/libvirt-python.spec 2020-03-03
14:47:23.000000000 +0100
+++ new/libvirt-python-6.2.0/libvirt-python.spec 2020-04-02
21:24:43.000000000 +0200
@@ -14,7 +14,7 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
-Version: 6.1.0
+Version: 6.2.0
Release: 1%{?dist}
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-6.1.0/setup.py
new/libvirt-python-6.2.0/setup.py
--- old/libvirt-python-6.1.0/setup.py 2020-03-03 14:47:20.000000000 +0100
+++ new/libvirt-python-6.2.0/setup.py 2020-04-02 21:24:18.000000000 +0200
@@ -339,7 +339,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '6.1.0',
+ version = '6.2.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.1.0/tox.ini
new/libvirt-python-6.2.0/tox.ini
--- old/libvirt-python-6.1.0/tox.ini 2018-09-03 19:31:03.000000000 +0200
+++ new/libvirt-python-6.2.0/tox.ini 2020-04-02 21:23:43.000000000 +0200
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py34
+envlist = py36,py37,py38
[testenv]
deps=