Hello community,
here is the log from the commit of package python-libvirt-python for
openSUSE:Factory checked in at 2020-06-05 20:02:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
and /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libvirt-python"
Fri Jun 5 20:02:50 2020 rev:34 rq:810964 version:6.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes
2020-05-09 19:50:45.540632393 +0200
+++
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3606/python-libvirt-python.changes
2020-06-05 20:03:39.304617806 +0200
@@ -1,0 +2,6 @@
+Tue Jun 2 20:26:57 UTC 2020 - James Fehlig <[email protected]>
+
+- Update to 6.4.0
+ - Add all new APIs and constants in libvirt 6.4.0
+
+-------------------------------------------------------------------
Old:
----
libvirt-python-6.3.0.tar.gz
libvirt-python-6.3.0.tar.gz.asc
New:
----
libvirt-python-6.4.0.tar.gz
libvirt-python-6.4.0.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.G8vmq2/_old 2020-06-05 20:03:41.344624497 +0200
+++ /var/tmp/diff_new_pack.G8vmq2/_new 2020-06-05 20:03:41.348624510 +0200
@@ -23,7 +23,7 @@
%define srcname libvirt-python
Name: python-libvirt-python
URL: https://libvirt.org/
-Version: 6.3.0
+Version: 6.4.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
@@ -67,7 +67,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%files %{python_files}
-%doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/
+%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
%{python_sitearch}/*
%pycache_only %{python3_sitearch}/__pycache__/*
++++++ libvirt-python-6.3.0.tar.gz -> libvirt-python-6.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.3.0/ChangeLog
new/libvirt-python-6.4.0/ChangeLog
--- old/libvirt-python-6.3.0/ChangeLog 2020-05-05 08:51:26.000000000 +0200
+++ new/libvirt-python-6.4.0/ChangeLog 2020-06-02 10:33:47.000000000 +0200
@@ -1,3 +1,62 @@
+2020-05-22 Andrea Bolognani <[email protected]>
+
+ ci: Test installation
+
+
+2020-05-22 Andrea Bolognani <[email protected]>
+
+ ci: Make job skips more flexible
+ Instead of hardcoding the names of the targets for which certain
+ steps should be skipped, use a separate variable to store that
+ information.
+
+
+
+2020-05-14 Daniel P. Berrangé <[email protected]>
+
+ examples: remove docs about non-existent XML files
+ The docs refers to XML files that don't exist in the python binding
+ since it was split off from the main libvirt.git repo.
+
+ Fixes #3
+
+
+2020-05-14 Daniel P. Berrangé <[email protected]>
+
+ Drop largely empty and unused NEWS file
+ We bundle a git generated ChangeLog file in the dist, and never add
+ any entries to the NEWS file.
+
+ Fixes #2
+
+
+2020-05-14 Daniel P. Berrangé <[email protected]>
+
+ gitlab: add testing of the rpmbuild process
+
+
+2020-05-05 Daniel P. Berrangé <[email protected]>
+
+ gitlab: add CONTRIBUTING.rst file to indicate use of merge requests
+ With the introduction of automated CI pipelines, we are now ready to switch
+ to using merge requests for the project. With this switch we longer wish
+ to have patches sent to the mailing list, and thus the git-publish
+ config is removed.
+
+
+
+2020-05-05 Daniel P. Berrangé <[email protected]>
+
+ setup: post-release version bump to 6.4.0
+
+
+2020-05-05 Daniel Veillard <[email protected]>
+
+ Release of libvirt-python 6.3.0
+ * setup.py: updated for the release
+
+
+
2020-05-01 Daniel P. Berrangé <[email protected]>
gitlab: fix typo s/perl/python/ in docker cached image name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.3.0/NEWS
new/libvirt-python-6.4.0/NEWS
--- old/libvirt-python-6.3.0/NEWS 2018-09-03 19:31:03.000000000 +0200
+++ new/libvirt-python-6.4.0/NEWS 1970-01-01 01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
- Libvirt Python News
- ===================
-
-
-Release 1.2.0
-=============
-
- - Split off from main libvirt package
- - Allow to compile against multiple versions of libvirt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.3.0/PKG-INFO
new/libvirt-python-6.4.0/PKG-INFO
--- old/libvirt-python-6.3.0/PKG-INFO 2020-05-05 08:51:26.000000000 +0200
+++ new/libvirt-python-6.4.0/PKG-INFO 2020-06-02 10:33:48.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: libvirt-python
-Version: 6.3.0
+Version: 6.4.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.3.0/libvirt-python.spec
new/libvirt-python-6.4.0/libvirt-python.spec
--- old/libvirt-python-6.3.0/libvirt-python.spec 2020-05-05
08:51:26.000000000 +0200
+++ new/libvirt-python-6.4.0/libvirt-python.spec 2020-06-02
10:33:47.000000000 +0200
@@ -14,7 +14,7 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
-Version: 6.3.0
+Version: 6.4.0
Release: 1%{?dist}
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org
@@ -85,7 +85,7 @@
%{__python3} setup.py test
%files -n python3-libvirt
-%doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/
+%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
%{python3_sitearch}/libvirt.py*
%{python3_sitearch}/libvirtaio.py*
%{python3_sitearch}/libvirt_qemu.py*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libvirt-python-6.3.0/setup.py
new/libvirt-python-6.4.0/setup.py
--- old/libvirt-python-6.3.0/setup.py 2020-05-05 08:51:20.000000000 +0200
+++ new/libvirt-python-6.4.0/setup.py 2020-05-27 22:15:15.000000000 +0200
@@ -339,7 +339,7 @@
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '6.3.0',
+ version = '6.4.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = '[email protected]',