diff -Nru libvirt-python-6.0.0/ChangeLog libvirt-python-6.1.0/ChangeLog --- libvirt-python-6.0.0/ChangeLog 2020-01-15 15:22:50.000000000 +0000 +++ libvirt-python-6.1.0/ChangeLog 2020-03-03 13:47:24.000000000 +0000 @@ -1,3 +1,16 @@ +2020-01-16 Daniel P. Berrangé + + gitpublish: add 'libvirt-' to subject prefix + Reviewed-by: Ján Tomko + + +2020-01-15 Daniel Veillard + + Release of libvirt-python-6.0.0 + * setup.py: updated for the release + + + 2020-01-03 Daniel P. Berrangé Add overrides for network port UUID getter/lookup methods diff -Nru libvirt-python-6.0.0/debian/changelog libvirt-python-6.1.0/debian/changelog --- libvirt-python-6.0.0/debian/changelog 2020-02-18 08:16:41.000000000 +0000 +++ libvirt-python-6.1.0/debian/changelog 2020-03-23 11:24:30.000000000 +0000 @@ -1,23 +1,11 @@ -libvirt-python (6.0.0-0ubuntu3) focal; urgency=medium +libvirt-python (6.1.0-1) unstable; urgency=medium - * No-change rebuild to drop python3.7. + * [318c6a9] New upstream version 6.1.0 + (Closes: #954703) + * [b2883ff] Drop python2 support + (Closes: #936934) - -- Matthias Klose Tue, 18 Feb 2020 09:16:41 +0100 - -libvirt-python (6.0.0-0ubuntu2) focal; urgency=medium - - * Drop the Python 2 autopkgtest as the Python 2 package was removed. - - -- Dmitry Shachnev Sun, 09 Feb 2020 12:37:06 +0300 - -libvirt-python (6.0.0-0ubuntu1) focal; urgency=medium - - * New upstream release 6.0.0 - - d/control, d/rules, d/python-libvirt.install: drop python2 build as - upstream is now py3 only - - d/python-libvirt[3].install: no more needed - - -- Christian Ehrhardt Tue, 04 Feb 2020 11:14:02 +0100 + -- Guido Günther Mon, 23 Mar 2020 12:24:30 +0100 libvirt-python (5.6.0-1) unstable; urgency=medium diff -Nru libvirt-python-6.0.0/debian/control libvirt-python-6.1.0/debian/control --- libvirt-python-6.0.0/debian/control 2020-02-04 10:14:02.000000000 +0000 +++ libvirt-python-6.1.0/debian/control 2020-03-23 11:24:13.000000000 +0000 @@ -1,8 +1,7 @@ Source: libvirt-python Section: python Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Guido Günther +Maintainer: Guido Günther Build-Depends: debhelper (>= 9.0.0), dh-python, pkg-config, diff -Nru libvirt-python-6.0.0/debian/tests/smoke3 libvirt-python-6.1.0/debian/tests/smoke3 --- libvirt-python-6.0.0/debian/tests/smoke3 2018-08-09 04:40:10.000000000 +0000 +++ libvirt-python-6.1.0/debian/tests/smoke3 2020-03-23 11:24:30.000000000 +0000 @@ -3,7 +3,7 @@ set -e set -x -nosetests3 +nosetests3 -v echo 'Smoke test of python3 version succesful' exit 0 diff -Nru libvirt-python-6.0.0/libvirt-python.spec libvirt-python-6.1.0/libvirt-python.spec --- libvirt-python-6.0.0/libvirt-python.spec 2020-01-15 15:22:50.000000000 +0000 +++ libvirt-python-6.1.0/libvirt-python.spec 2020-03-03 13:47:23.000000000 +0000 @@ -14,7 +14,7 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python -Version: 6.0.0 +Version: 6.1.0 Release: 1%{?dist} Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org diff -Nru libvirt-python-6.0.0/PKG-INFO libvirt-python-6.1.0/PKG-INFO --- libvirt-python-6.0.0/PKG-INFO 2020-01-15 15:22:50.000000000 +0000 +++ libvirt-python-6.1.0/PKG-INFO 2020-03-03 13:47:24.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: libvirt-python -Version: 6.0.0 +Version: 6.1.0 Summary: The libvirt virtualization API python binding Home-page: http://www.libvirt.org Author: Libvirt Maintainers diff -Nru libvirt-python-6.0.0/setup.py libvirt-python-6.1.0/setup.py --- libvirt-python-6.0.0/setup.py 2020-01-15 15:21:06.000000000 +0000 +++ libvirt-python-6.1.0/setup.py 2020-03-03 13:47:20.000000000 +0000 @@ -339,7 +339,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '6.0.0', + version = '6.1.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com',