Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2020-03-12 22:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Thu Mar 12 22:58:49 2020 rev:31 rq:783429 version:6.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2020-01-23 16:07:57.307530634 +0100
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3160/python-libvirt-python.changes
2020-03-12 22:59:04.051008939 +0100
@@ -1,0 +2,12 @@
+Tue Mar 10 01:53:51 UTC 2020 - James Fehlig <[email protected]>
+
+- Update to 6.1.0
+ - Add all new APIs and constants in libvirt 6.1.0
+
+-------------------------------------------------------------------
+Thu Feb 6 23:16:01 UTC 2020 - James Fehlig <[email protected]>
+
+- Stop building for python2
+ Dropped patches: revert-b22e4f24.patch
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-6.0.0.tar.gz
libvirt-python-6.0.0.tar.gz.asc
revert-b22e4f24.patch
New:
----
libvirt-python-6.1.0.tar.gz
libvirt-python-6.1.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.hzcl1e/_old 2020-03-12 22:59:04.767009224 +0100
+++ /var/tmp/diff_new_pack.hzcl1e/_new 2020-03-12 22:59:04.771009225 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-libvirt-python
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,14 @@
#
+# No longer build for python2. Support was dropped upstream in the 6.0.0
release
+%define skip_python2 1
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define srcname libvirt-python
Name: python-libvirt-python
URL: https://libvirt.org/
-Version: 6.0.0
+Version: 6.1.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
@@ -28,7 +31,6 @@
Source0: %{srcname}-%{version}.tar.gz
Source1: %{srcname}-%{version}.tar.gz.asc
Source2: python-libvirt-python.keyring
-Patch0: revert-b22e4f24.patch
BuildRequires: fdupes
BuildRequires: libvirt-devel = %{version}
BuildRequires: python-rpm-macros
@@ -50,7 +52,6 @@
%prep
%setup -q -n %{srcname}-%{version}
-%patch0 -p1
# Unset execute bit for example scripts; it can introduce spurious
# RPM dependencies, like /usr/bin/python which can pull in python2
++++++ libvirt-python-6.0.0.tar.gz -> libvirt-python-6.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.0.0/ChangeLog
new/libvirt-python-6.1.0/ChangeLog
--- old/libvirt-python-6.0.0/ChangeLog 2020-01-15 16:22:50.000000000 +0100
+++ new/libvirt-python-6.1.0/ChangeLog 2020-03-03 14:47:24.000000000 +0100
@@ -1,3 +1,16 @@
+2020-01-16 Daniel P. Berrangé <[email protected]>
+
+ gitpublish: add 'libvirt-' to subject prefix
+ Reviewed-by: Ján Tomko <[email protected]>
+
+
+2020-01-15 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python-6.0.0
+ * setup.py: updated for the release
+
+
+
2020-01-03 Daniel P. Berrangé <[email protected]>
Add overrides for network port UUID getter/lookup methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.0.0/PKG-INFO
new/libvirt-python-6.1.0/PKG-INFO
--- old/libvirt-python-6.0.0/PKG-INFO 2020-01-15 16:22:50.000000000 +0100
+++ new/libvirt-python-6.1.0/PKG-INFO 2020-03-03 14:47:24.000000000 +0100
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.0.0/libvirt-python.spec
new/libvirt-python-6.1.0/libvirt-python.spec
--- old/libvirt-python-6.0.0/libvirt-python.spec 2020-01-15
16:22:50.000000000 +0100
+++ new/libvirt-python-6.1.0/libvirt-python.spec 2020-03-03
14:47:23.000000000 +0100
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.0.0/setup.py
new/libvirt-python-6.1.0/setup.py
--- old/libvirt-python-6.0.0/setup.py 2020-01-15 16:21:06.000000000 +0100
+++ new/libvirt-python-6.1.0/setup.py 2020-03-03 14:47:20.000000000 +0100
@@ -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 = '[email protected]',