commit python-libvirt-python for openSUSE:Factory

2020-11-05 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-11-05 21:53:04

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.11331 (New)


Package is "python-libvirt-python"

Thu Nov  5 21:53:04 2020 rev:41 rq:845550 version:6.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-10-30 11:45:46.113606420 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.11331/python-libvirt-python.changes
   2020-11-05 21:53:06.180429280 +0100
@@ -1,0 +2,11 @@
+Mon Nov  2 22:01:34 UTC 2020 - James Fehlig 
+
+- Update to 6.9.0
+  - Add all new APIs and constants in libvirt 6.9.0
+  - jsc#SLE-13688, jsc#SLE-16754
+  - Dropped patches:
+61341150-fix-constructor-param-name.patch
+- Add new file _service for tar_scm source service
+- Remove signature file and python-libvirt-python.keyring
+
+---

Old:

  61341150-fix-constructor-param-name.patch
  libvirt-python-6.8.0.tar.gz
  libvirt-python-6.8.0.tar.gz.asc
  python-libvirt-python.keyring

New:

  _service
  libvirt-python-6.9.0.tar.gz



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.S1ImDx/_old  2020-11-05 21:53:06.828427823 +0100
+++ /var/tmp/diff_new_pack.S1ImDx/_new  2020-11-05 21:53:06.832427814 +0100
@@ -23,15 +23,12 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:6.8.0
+Version:6.9.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later
 Group:  Development/Languages/Python
 Source0:%{srcname}-%{version}.tar.gz
-Source1:%{srcname}-%{version}.tar.gz.asc
-Source2:python-libvirt-python.keyring
-Patch0: 61341150-fix-constructor-param-name.patch
 BuildRequires:  fdupes
 BuildRequires:  libvirt-devel = %{version}
 BuildRequires:  python-rpm-macros
@@ -54,7 +51,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
@@ -73,7 +69,7 @@
 %pytest_arch
 
 %files %{python_files}
-%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
+%doc README COPYING COPYING.LESSER examples/
 %{python_sitearch}/libvirt*
 %{python_sitearch}/libvirt_python-%{version}*info
 %pycache_only %{python_sitearch}/__pycache__/libvirt*

++ _service ++

  
libvirt-python
v6.9.0
git
disable
https://gitlab.com/libvirt/libvirt-python.git
@PARENT_TAG@
[v]?([^\+]+)(.*)
\1
  
  
*.tar
gz
  
  

++ libvirt-python-6.8.0.tar.gz -> libvirt-python-6.9.0.tar.gz ++
 12215 lines of diff (skipped)




commit python-libvirt-python for openSUSE:Factory

2020-10-30 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-10-30 11:45:42

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3463 (New)


Package is "python-libvirt-python"

Fri Oct 30 11:45:42 2020 rev:40 rq:844156 version:6.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-10-15 13:44:29.341155065 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3463/python-libvirt-python.changes
2020-10-30 11:45:46.113606420 +0100
@@ -1,0 +2,9 @@
+Fri Oct 23 19:56:04 UTC 2020 - Benjamin Greiner 
+
+- Use %pycache_only %python_sitelib instead of %python3_sitelib in
+  order to support multiple python3 flavors
+  gh#openSUSE/python-rpm-macros#66
+- Enable test suite. It is mandatory for python packages and
+  upstream's next major version update will have more tests.
+
+---



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.YoLm3C/_old  2020-10-30 11:45:47.321607490 +0100
+++ /var/tmp/diff_new_pack.YoLm3C/_new  2020-10-30 11:45:47.325607493 +0100
@@ -19,7 +19,7 @@
 # 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-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
@@ -37,6 +37,7 @@
 BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module xml}
 %ifpython2
 Provides:   libvirt-python = %{version}
@@ -68,9 +69,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%check
+%pytest_arch
+
 %files %{python_files}
 %doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
-%{python_sitearch}/*
-%pycache_only %{python3_sitearch}/__pycache__/*
+%{python_sitearch}/libvirt*
+%{python_sitearch}/libvirt_python-%{version}*info
+%pycache_only %{python_sitearch}/__pycache__/libvirt*
 
 %changelog





commit python-libvirt-python for openSUSE:Factory

2020-10-15 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-10-15 13:44:21

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3486 (New)


Package is "python-libvirt-python"

Thu Oct 15 13:44:21 2020 rev:39 rq:841348 version:6.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-10-08 13:07:37.270924562 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3486/python-libvirt-python.changes
2020-10-15 13:44:29.341155065 +0200
@@ -1,0 +2,7 @@
+Mon Oct 12 19:34:25 UTC 2020 - James Fehlig 
+
+- fix constructor param name for virDomain{Checkpoint,Snapshot}
+  61341150-fix-constructor-param-name.patch
+  boo#1177559
+
+---

New:

  61341150-fix-constructor-param-name.patch



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.g2y80v/_old  2020-10-15 13:44:31.053155734 +0200
+++ /var/tmp/diff_new_pack.g2y80v/_new  2020-10-15 13:44:31.057155735 +0200
@@ -31,6 +31,7 @@
 Source0:%{srcname}-%{version}.tar.gz
 Source1:%{srcname}-%{version}.tar.gz.asc
 Source2:python-libvirt-python.keyring
+Patch0: 61341150-fix-constructor-param-name.patch
 BuildRequires:  fdupes
 BuildRequires:  libvirt-devel = %{version}
 BuildRequires:  python-rpm-macros
@@ -52,6 +53,7 @@
 
 %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

++ 61341150-fix-constructor-param-name.patch ++
commit 613411502d2cdf3541837710239409044a376b0a
Author: Daniel P. Berrangé 
Date:   Tue Oct 6 10:30:59 2020 +0100

fix constructor param name for virDomainSnapshot / virDomainCheckpoint

Fixes 7f021c21d6a091ca33615852d6061e75b2500f3f
Resolves https://gitlab.com/libvirt/libvirt-python/-/issues/4

Signed-off-by: Daniel P. Berrangé 

Index: libvirt-python-6.8.0/generator.py
===
--- libvirt-python-6.8.0.orig/generator.py
+++ libvirt-python-6.8.0/generator.py
@@ -1482,7 +1482,7 @@ def buildWrappers(module: str) -> None:
 classes.write("def __init__(self, conn, _obj=None):\n")
 classes.write("self._conn = conn\n")
 elif classname in ["virDomainCheckpoint", "virDomainSnapshot"]:
-classes.write("def __init__(self, net, _obj=None):\n")
+classes.write("def __init__(self, dom, _obj=None):\n")
 classes.write("self._dom = dom\n")
 classes.write("self._conn = dom.connect()\n")
 elif classname in ["virNetworkPort"]:




commit python-libvirt-python for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-10-08 13:06:14

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.4249 (New)


Package is "python-libvirt-python"

Thu Oct  8 13:06:14 2020 rev:38 rq:839022 version:6.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-09-06 21:35:12.437623761 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.4249/python-libvirt-python.changes
2020-10-08 13:07:37.270924562 +0200
@@ -1,0 +2,7 @@
+Thu Oct  1 16:49:58 UTC 2020 - James Fehlig 
+
+- Update to 6.8.0
+  - Add all new APIs and constants in libvirt 6.8.0
+  - jsc#SLE-12684, jsc#SLE-15861
+
+---

Old:

  libvirt-python-6.7.0.tar.gz
  libvirt-python-6.7.0.tar.gz.asc

New:

  libvirt-python-6.8.0.tar.gz
  libvirt-python-6.8.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.e49dDv/_old  2020-10-08 13:07:37.898925130 +0200
+++ /var/tmp/diff_new_pack.e49dDv/_new  2020-10-08 13:07:37.902925134 +0200
@@ -23,7 +23,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:6.7.0
+Version:6.8.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-6.7.0.tar.gz -> libvirt-python-6.8.0.tar.gz ++
 2160 lines of diff (skipped)




commit python-libvirt-python for openSUSE:Factory

2020-09-06 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-09-06 21:35:07

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3399 (New)


Package is "python-libvirt-python"

Sun Sep  6 21:35:07 2020 rev:37 rq:831546 version:6.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-08-13 10:14:48.746665752 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3399/python-libvirt-python.changes
2020-09-06 21:35:12.437623761 +0200
@@ -1,0 +2,7 @@
+Tue Sep  1 20:16:24 UTC 2020 - James Fehlig 
+
+- Update to 6.7.0
+  - Add all new APIs and constants in libvirt 6.7.0
+  - jsc#SLE-14253, jsc#SLE-15159
+
+---

Old:

  libvirt-python-6.6.0.tar.gz
  libvirt-python-6.6.0.tar.gz.asc

New:

  libvirt-python-6.7.0.tar.gz
  libvirt-python-6.7.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.1j3K76/_old  2020-09-06 21:35:14.233624647 +0200
+++ /var/tmp/diff_new_pack.1j3K76/_new  2020-09-06 21:35:14.237624649 +0200
@@ -23,7 +23,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:6.6.0
+Version:6.7.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-6.6.0.tar.gz -> libvirt-python-6.7.0.tar.gz ++
 5495 lines of diff (skipped)




commit python-libvirt-python for openSUSE:Factory

2020-08-13 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-08-13 10:13:45

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3399 (New)


Package is "python-libvirt-python"

Thu Aug 13 10:13:45 2020 rev:36 rq:824563 version:6.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-07-13 09:04:37.175956911 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3399/python-libvirt-python.changes
2020-08-13 10:14:48.746665752 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 23:50:08 UTC 2020 - James Fehlig 
+
+- Update to 6.6.0
+  - Add all new APIs and constants in libvirt 6.6.0
+
+---

Old:

  libvirt-python-6.5.0.tar.gz
  libvirt-python-6.5.0.tar.gz.asc

New:

  libvirt-python-6.6.0.tar.gz
  libvirt-python-6.6.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.DsdmMN/_old  2020-08-13 10:14:51.27328 +0200
+++ /var/tmp/diff_new_pack.DsdmMN/_new  2020-08-13 10:14:51.270667331 +0200
@@ -23,7 +23,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:6.5.0
+Version:6.6.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-6.5.0.tar.gz -> libvirt-python-6.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-6.5.0/ChangeLog 
new/libvirt-python-6.6.0/ChangeLog
--- old/libvirt-python-6.5.0/ChangeLog  2020-07-03 08:53:09.0 +0200
+++ new/libvirt-python-6.6.0/ChangeLog  2020-08-03 00:22:35.0 +0200
@@ -1,3 +1,241 @@
+2020-07-27 Philipp Hahn  
+
+generator: Fix parent type
+The constructors for virDomain, virStoragePool, virDomainCheckpoint,
+virDomainSnapshot expect virConnect as their first argument. The current
+code always uses `self`, which is okay when such an instance is created
+from a method of virConnect itself, but there are several cases where
+this is not the case:
+
+virDomain.migrate() -> virDomain
+virDomain.migrate2() -> virDomain
+virDomain.migrate3() -> virDomain
+virDomainCheckpoint.getParent() -> virDomainCheckpoint
+virDomainSnapshot.getParent() -> virDomainSnapshot
+virStorageVol.storagePoolLookupByVolume() -> virStoragePool
+
+> libvirt.py:1850: error: Argument 1 to "virDomain" has incompatible type 
"virDomain"; expected "virConnect"
+> libvirt.py:1871: error: Argument 1 to "virDomain" has incompatible type 
"virDomain"; expected "virConnect"
+> libvirt.py:1888: error: Argument 1 to "virDomain" has incompatible type 
"virDomain"; expected "virConnect"
+> libvirt.py:3422: error: Argument 1 to "virStorageVol" has incompatible 
type "virStoragePool"; expected "virConnect"
+> libvirt.py:6835: error: Argument 1 to "virDomainCheckpoint" has 
incompatible type "virDomainCheckpoint"; expected "virDomain"
+> libvirt.py:6943: error: Argument 1 to "virDomainSnapshot" has 
incompatible type "virDomainSnapshot"; expected "virDomain"
+
+>>> import libvirt
+>>> con = libvirt.open('test:///default')
+>>> dom = con.lookupByName("test")
+>>> first = 
dom.checkpointCreateXML("""First""")
+>>> first.domain()
+
+^^
+>>> second = 
dom.checkpointCreateXML("""Second""")
+>>> parent = second.getParent()
+>>> parent.domain()
+
+
+
+
+
+2020-07-27 Philipp Hahn  
+
+debug: Fix bit-rot in debug output
+Let the compiler optimize out the printf() call instead of doing it with 
the
+pre-processor as the later does not catch format string errors or the 
following
+case, where NULLSTR() is used but not defined:
+
+> libvirt-qemu-override.c: In function 
‘libvirt_qemu_virConnectDomainQemuMonitorEventRegister’:
+> libvirt-qemu-override.c:271:34: warning: implicit declaration of 
function ‘NULLSTR’; did you mean ‘NULL’? [-Wimplicit-function-declaration]
+>   271 |   pyobj_conn, pyobj_dom, NULLSTR(event), pyobj_cbData, 
flags);
+>   |  ^~~
+> libvirt-qemu-override.c:39:28: note: in definition of macro ‘DEBUG’
+>39 | while (0) {printf(fmt, __VA_ARGS__);}
+>   |^~~
+> libvirt-qemu-override.c:270:11: warning: format ‘%s’ expects argument of 
type ‘char *’, but argument 4 has type ‘int’ [-Wformat=]
+>   270 |   

commit python-libvirt-python for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-07-13 09:04:02

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.3060 (New)


Package is "python-libvirt-python"

Mon Jul 13 09:04:02 2020 rev:35 rq:819048 version:6.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-06-05 20:03:39.304617806 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.3060/python-libvirt-python.changes
2020-07-13 09:04:37.175956911 +0200
@@ -1,0 +2,6 @@
+Mon Jul  6 15:08:25 UTC 2020 - James Fehlig 
+
+- Update to 6.5.0
+  - Add all new APIs and constants in libvirt 6.5.0
+
+---

Old:

  libvirt-python-6.4.0.tar.gz
  libvirt-python-6.4.0.tar.gz.asc

New:

  libvirt-python-6.5.0.tar.gz
  libvirt-python-6.5.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.7mLTLk/_old  2020-07-13 09:04:38.063959041 +0200
+++ /var/tmp/diff_new_pack.7mLTLk/_new  2020-07-13 09:04:38.067959051 +0200
@@ -23,7 +23,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:6.4.0
+Version:6.5.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-6.4.0.tar.gz -> libvirt-python-6.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-6.4.0/ChangeLog 
new/libvirt-python-6.5.0/ChangeLog
--- old/libvirt-python-6.4.0/ChangeLog  2020-06-02 10:33:47.0 +0200
+++ new/libvirt-python-6.5.0/ChangeLog  2020-07-03 08:53:09.0 +0200
@@ -1,3 +1,8 @@
+2020-06-08 Daniel P. Berrangé  
+
+setup: post-release version bump to 6.5.0
+
+
 2020-05-22 Andrea Bolognani  
 
 ci: Test installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-6.4.0/PKG-INFO 
new/libvirt-python-6.5.0/PKG-INFO
--- old/libvirt-python-6.4.0/PKG-INFO   2020-06-02 10:33:48.0 +0200
+++ new/libvirt-python-6.5.0/PKG-INFO   2020-07-03 08:53:09.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 6.4.0
+Version: 6.5.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.4.0/libvirt-python.spec 
new/libvirt-python-6.5.0/libvirt-python.spec
--- old/libvirt-python-6.4.0/libvirt-python.spec2020-06-02 
10:33:47.0 +0200
+++ new/libvirt-python-6.5.0/libvirt-python.spec2020-07-03 
08:53:08.0 +0200
@@ -14,7 +14,7 @@
 
 Summary: The libvirt virtualization API python3 binding
 Name: libvirt-python
-Version: 6.4.0
+Version: 6.5.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.4.0/setup.py 
new/libvirt-python-6.5.0/setup.py
--- old/libvirt-python-6.4.0/setup.py   2020-05-27 22:15:15.0 +0200
+++ new/libvirt-python-6.5.0/setup.py   2020-07-03 08:52:42.0 +0200
@@ -339,7 +339,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '6.4.0',
+  version = '6.5.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = '[email protected]',




commit python-libvirt-python for openSUSE:Factory

2020-06-05 Thread root
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 
+
+- 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.0 +0200
+++ new/libvirt-python-6.4.0/ChangeLog  2020-06-02 10:33:47.0 +0200
@@ -1,3 +1,62 @@
+2020-05-22 Andrea Bolognani  
+
+ci: Test installation
+
+
+2020-05-22 Andrea Bolognani  
+
+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é  
+
+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é  
+
+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é  
+
+gitlab: add testing of the rpmbuild process
+
+
+2020-05-05 Daniel P. Berrangé  
+
+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é  
+
+setup: post-release version bump to 6.4.0
+
+
+2020-05-05 Daniel Veillard  
+
+Release of libvirt-python 6.3.0
+* setup.py: updated for the release
+
+
+
 2020-05-01 Daniel P. Berrangé  
 
 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.0 +0200
+++ new/libvirt-python-6.4.0/NEWS   1970-01-01 01:00:00.0 +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.0 +0200
+++ new/libvirt-python-6.4.0/PKG-INFO   2020-06-02 10:33:48.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 6.3.0
+Version: 6.4.0
 Summary: The lib

commit python-libvirt-python for openSUSE:Factory

2020-05-09 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-05-09 19:50:33

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.2738 (New)


Package is "python-libvirt-python"

Sat May  9 19:50:33 2020 rev:33 rq:801287 version:6.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2020-04-10 23:53:21.492703432 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.2738/python-libvirt-python.changes
2020-05-09 19:50:45.540632393 +0200
@@ -1,0 +2,6 @@
+Wed May  6 21:01:38 UTC 2020 - James Fehlig 
+
+- Update to 6.3.0
+  - Add all new APIs and constants in libvirt 6.3.0
+
+---

Old:

  libvirt-python-6.2.0.tar.gz
  libvirt-python-6.2.0.tar.gz.asc

New:

  libvirt-python-6.3.0.tar.gz
  libvirt-python-6.3.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.67XKDP/_old  2020-05-09 19:50:46.544634549 +0200
+++ /var/tmp/diff_new_pack.67XKDP/_new  2020-05-09 19:50:46.548634557 +0200
@@ -23,7 +23,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:6.2.0
+Version:6.3.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-6.2.0.tar.gz -> libvirt-python-6.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-6.2.0/ChangeLog 
new/libvirt-python-6.3.0/ChangeLog
--- old/libvirt-python-6.2.0/ChangeLog  2020-04-02 21:24:43.0 +0200
+++ new/libvirt-python-6.3.0/ChangeLog  2020-05-05 08:51:26.0 +0200
@@ -1,3 +1,128 @@
+2020-05-01 Daniel P. Berrangé  
+
+gitlab: fix typo s/perl/python/ in docker cached image name
+Reported-by: Pavel Hrdina 
+
+
+2020-05-01 Daniel P. Berrangé  
+
+travis: delete redundant configuration
+Now that we're standardizing on GitLab CI for both official gating CI
+and developer CI, there's no compelling reason to continue to support
+Travis CI.
+
+Reviewed-by: Andrea Bolognani 
+
+
+2020-05-01 Daniel P. Berrangé  
+
+gitlab: introduce CI jobs testing git master & distro libvirt
+The python build needs to validate two axis
+
+- A variety of libvirt versions
+- A variety of python versions
+
+We get coverage for both these axis by running a build against the
+distro provided libvirt packages. All that is then missing is a build
+against the latest libvirt git master, which only needs to be run on
+a single distro, for which CentOS 8 is picked as a stable long life
+base.
+
+Reviewed-by: Andrea Bolognani 
+
+
+2020-05-01 Daniel P. Berrangé  
+
+test: workaround missing VIR_TYPED_PARAM enums in API definition
+On Ubuntu 18.04 with libvirt 4.0.0 libvirt-python build fails
+
+running test
+/usr/bin/python3 sanitytest.py build/lib.linux-x86_64-3.6 
/usr/share/libvirt/api/libvirt-api.xml
+Cannot get a value of enum VIR_TYPED_PARAM_BOOLEAN (originally 
VIR_DOMAIN_BLKIO_PARAM_BOOLEAN)
+Cannot get a value of enum VIR_TYPED_PARAM_DOUBLE (originally 
VIR_DOMAIN_BLKIO_PARAM_DOUBLE)
+Cannot get a value of enum VIR_TYPED_PARAM_INT (originally 
VIR_DOMAIN_BLKIO_PARAM_INT)
+...snip...
+
+The code generated for the binding is still correct and so we can just
+whitelist this error scenario.
+
+
+
+2020-04-30 Daniel P. Berrangé  
+
+gitlab: add CI job for validating DCO signoff
+This job uses the shared "check-dco" image to validate that all
+commits on a branch in a developer's repo fork have a suitable
+
+
+
+2020-04-27 Philipp Hahn  
+
+examples: Fix connection error handling 2
+Fix two more cases in examples as
+libvirt.open*() does not return None but raises an exception
+
+Fixes: 283e2bc693746164b6e14d6fe3ccd38a07bf
+Reviewed-by: Michal Privoznik 
+
+
+2020-04-22 Daniel P. Berrangé  
+
+setup: require python >= 3.5 to build
+Python 3.5 is the oldest Python version available across our supported
+build platforms.
+
+Reviewed-by: Philipp Hahn 
+
+
+2020-04-20 Philipp Hahn  
+
+examples: Fix connection error handling
+libvirt.open*() does not return None but raises an exception
+
+
+
+2020-04-07 Daniel P. Berrangé  
+
+github: enable lockdown of issues and merge requests
+Libvirt uses GitHub as

commit python-libvirt-python for openSUSE:Factory

2020-04-10 Thread root
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 
+
+- 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/AUTHORS2020-03-03 14:47:24.0 +0100
+++ new/libvirt-python-6.2.0/AUTHORS2020-04-02 21:24:43.0 +0200
@@ -74,6 +74,7 @@
Prabodh Agarwal 
Pradipta Kr. Banerjee 
Qiaowei Ren 
+   Radostin Stoyanov 
Richard W.M. Jones 
Robie Basak 
Serge E. Hallyn 
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.0 +0100
+++ new/libvirt-python-6.2.0/ChangeLog  2020-04-02 21:24:43.0 +0200
@@ -1,3 +1,18 @@
+2020-03-30 Radostin Stoyanov  
+
+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 
+
+
+2020-03-03 Daniel Veillard  
+
+Release of libvirt-python 6.1.0
+* setup.py : updated for release
+
+
+
 2020-01-16 Daniel P. Berrangé  
 
 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.0 +0100
+++ new/libvirt-python-6.2.0/PKG-INFO   2020-04-02 21:24:43.0 +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.spec2020-03-03 
14:47:23.0 +0100
+++ new/libvirt-python-6.2.0/libvirt-python.spec2020-04-02 
21:24:43.0 +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.0 +0100
+++ new/libvirt-python-6.2.0/setup.py   2020-04-02 21:24:18.0 +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.ini2018-09-03 19:31:03.

commit python-libvirt-python for openSUSE:Factory

2020-03-12 Thread root
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 
+
+- 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 
+
+- 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.0 +0100
+++ new/libvirt-python-6.1.0/ChangeLog  2020-03-03 14:47:24.0 +0100
@@ -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 -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.0 +0100
+++ new/libvirt-python-6.1.0/PKG-INFO   2020-03-03 14:47:24.0 +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.spec2020-01-15 
16:22:50.0 +0100
+++ new/libvirt-python-6.1.0/libvirt-python.spec2020-03-03 
14:47:23.0 +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/se

commit python-libvirt-python for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-01-23 16:07:51

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.26092 (New)


Package is "python-libvirt-python"

Thu Jan 23 16:07:51 2020 rev:30 rq:765097 version:6.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-12-07 15:17:52.867774660 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.26092/python-libvirt-python.changes
   2020-01-23 16:07:57.307530634 +0100
@@ -1,0 +2,9 @@
+Wed Jan 15 19:33:21 UTC 2020 - James Fehlig 
+
+- Update to 6.0.0
+  - Add all new APIs and constants in libvirt 6.0.0
+  - Revert commit b22e4f24 to retain python2 support a bit longer
+on SUSE
+revert-b22e4f24.patch
+
+---

Old:

  libvirt-python-5.10.0.tar.gz
  libvirt-python-5.10.0.tar.gz.asc

New:

  libvirt-python-6.0.0.tar.gz
  libvirt-python-6.0.0.tar.gz.asc
  revert-b22e4f24.patch



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.SCbiZ1/_old  2020-01-23 16:07:58.215531172 +0100
+++ /var/tmp/diff_new_pack.SCbiZ1/_new  2020-01-23 16:07:58.219531175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libvirt-python
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:5.10.0
+Version:6.0.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later
@@ -28,6 +28,7 @@
 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
@@ -49,6 +50,7 @@
 
 %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-5.10.0.tar.gz -> libvirt-python-6.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.10.0/ChangeLog 
new/libvirt-python-6.0.0/ChangeLog
--- old/libvirt-python-5.10.0/ChangeLog 2019-12-02 20:45:48.0 +0100
+++ new/libvirt-python-6.0.0/ChangeLog  2020-01-15 16:22:50.0 +0100
@@ -1,3 +1,48 @@
+2020-01-03 Daniel P. Berrangé  
+
+Add overrides for network port UUID getter/lookup methods
+The generator creates broken code for all these methods.
+
+Reviewed-by: Fabiano Fidêncio 
+
+
+2020-01-03 Daniel P. Berrangé  
+
+fix class type instantiated when listing network ports
+Reviewed-by: Erik Skultety 
+
+
+2019-12-09 Andrea Bolognani  
+
+setup: Accept 'nosetests3' as nosetests binary
+This is the name used on Ubuntu.
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-12-06 Daniel P. Berrangé  
+
+Fix RPM deps for centos 7
+Reviewed-by: Andrea Bolognani 
+
+
+2019-12-04 Daniel P. Berrangé  
+
+Drop support for python 2
+python2 will be end of life by the time of the next
+libvirt release. All our supported build targets, including
+CentOS7, have a python3 build available.
+
+Reviewed-by: Michal Privoznik 
+
+
+2019-12-02 Daniel Veillard  
+
+Release of libvirt-python 5.10.0
+* setup.py: update for release
+
+
+
 2019-11-28 Pavel Hrdina  
 
 generator.py: add mapping for VIR_DOMAIN_QEMU_AGENT_COMMAND_*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.10.0/PKG-INFO 
new/libvirt-python-6.0.0/PKG-INFO
--- old/libvirt-python-5.10.0/PKG-INFO  2019-12-02 20:45:48.0 +0100
+++ new/libvirt-python-6.0.0/PKG-INFO   2020-01-15 16:22:50.0 +0100
@@ -1,13 +1,13 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.10.0
+Version: 6.0.0
 Summary: The libvirt virtualization API python binding
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
 Author-email: [email protected]
 License: LGPLv2+
 Description: The libvirt-python package provides a module that permits 
applications
-written in the Python p

commit python-libvirt-python for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-12-07 15:15:57

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.4691 (New)


Package is "python-libvirt-python"

Sat Dec  7 15:15:57 2019 rev:29 rq:753077 version:5.10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-11-11 12:58:24.845564745 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.4691/python-libvirt-python.changes
2019-12-07 15:17:52.867774660 +0100
@@ -1,0 +2,6 @@
+Mon Dec  2 23:33:10 UTC 2019 - James Fehlig 
+
+- Update to 5.10.0
+  - Add all new APIs and constants in libvirt 5.10.0
+
+---

Old:

  libvirt-python-5.9.0.tar.gz
  libvirt-python-5.9.0.tar.gz.asc

New:

  libvirt-python-5.10.0.tar.gz
  libvirt-python-5.10.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.mLZw0s/_old  2019-12-07 15:17:53.583774558 +0100
+++ /var/tmp/diff_new_pack.mLZw0s/_new  2019-12-07 15:17:53.583774558 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libvirt-python
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,8 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define srcname libvirt-python
 Name:   python-libvirt-python
-Url:https://libvirt.org/
-Version:5.9.0
+URL:https://libvirt.org/
+Version:5.10.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.9.0.tar.gz -> libvirt-python-5.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.9.0/ChangeLog 
new/libvirt-python-5.10.0/ChangeLog
--- old/libvirt-python-5.9.0/ChangeLog  2019-11-06 15:44:08.0 +0100
+++ new/libvirt-python-5.10.0/ChangeLog 2019-12-02 20:45:48.0 +0100
@@ -1,3 +1,22 @@
+2019-11-28 Pavel Hrdina  
+
+generator.py: add mapping for VIR_DOMAIN_QEMU_AGENT_COMMAND_*
+Libvirt commit <95f5ac9ae52455e9da47afc95fa31c9456ac27ae> changed the
+VIR_DOMAIN_QEMU_AGENT_COMMAND_* enum values to use different enum values
+instead of direct numbers.  We need to translate it back.
+
+Traceback (most recent call last):
+File "generator.py", line 2143, in 
+qemuBuildWrappers(sys.argv[1])
+File "generator.py", line 2008, in qemuBuildWrappers
+items.sort(key=lambda i: (int(i[1]), i[0]))
+File "generator.py", line 2008, in 
+items.sort(key=lambda i: (int(i[1]), i[0]))
+ValueError: invalid literal for int() with base 10: 
'VIR_DOMAIN_AGENT_RESPONSE_TIMEOUT_BLOCK'
+
+Reviewed-by: Peter Krempa 
+
+
 2019-11-06 Daniel Veillard  
 
 Release of libvirt-python 5.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.9.0/PKG-INFO 
new/libvirt-python-5.10.0/PKG-INFO
--- old/libvirt-python-5.9.0/PKG-INFO   2019-11-06 15:44:08.0 +0100
+++ new/libvirt-python-5.10.0/PKG-INFO  2019-12-02 20:45:48.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.9.0
+Version: 5.10.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-5.9.0/generator.py 
new/libvirt-python-5.10.0/generator.py
--- old/libvirt-python-5.9.0/generator.py   2019-10-05 09:53:03.0 
+0200
+++ new/libvirt-python-5.10.0/generator.py  2019-12-02 20:45:06.0 
+0100
@@ -261,6 +261,12 @@
 def qemu_enum(type, name, value):
 if type not in qemu_enums:
 qemu_enums[type] = {}
+if value == 'VIR_DOMAIN_AGENT_RESPONSE_TIMEOUT_BLOCK':
+value = -2
+elif value == 'VIR_DOMAIN_AGENT_RESPONSE_TIMEOUT_DEFAULT':
+value = -1
+elif value == 'VIR_DOMAIN_AGENT_RESPONSE_TIMEOUT_NOWAIT':
+value = 0
 if onlyOverrides and name not in qemu_enums[type]:
 return
 qemu_enums[type][name] = value
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.9.0/libvirt-python.spec 
new/libvirt-python-5.10.0/libvirt-python.spec
--- old/libvirt-python-5.9.0/libvirt-python.

commit python-libvirt-python for openSUSE:Factory

2019-11-11 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-11-11 12:58:22

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.2990 (New)


Package is "python-libvirt-python"

Mon Nov 11 12:58:22 2019 rev:28 rq:746042 version:5.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-10-22 15:38:23.973234879 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.2990/python-libvirt-python.changes
2019-11-11 12:58:24.845564745 +0100
@@ -1,0 +2,6 @@
+Wed Nov  6 15:00:47 UTC 2019 - James Fehlig 
+
+- Update to 5.9.0
+  - Add all new APIs and constants in libvirt 5.9.0
+
+---

Old:

  libvirt-python-5.8.0.tar.gz
  libvirt-python-5.8.0.tar.gz.asc

New:

  libvirt-python-5.9.0.tar.gz
  libvirt-python-5.9.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.lBM3aH/_old  2019-11-11 12:58:25.689565639 +0100
+++ /var/tmp/diff_new_pack.lBM3aH/_new  2019-11-11 12:58:25.693565643 +0100
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.8.0
+Version:5.9.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.8.0.tar.gz -> libvirt-python-5.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.8.0/ChangeLog 
new/libvirt-python-5.9.0/ChangeLog
--- old/libvirt-python-5.8.0/ChangeLog  2019-10-05 09:53:22.0 +0200
+++ new/libvirt-python-5.9.0/ChangeLog  2019-11-06 15:44:08.0 +0100
@@ -1,3 +1,17 @@
+2019-11-06 Daniel Veillard  
+
+Release of libvirt-python 5.9.0
+* setup.py: update for release
+
+
+
+2019-10-05 Daniel Veillard  
+
+Release of libvirt-python 5.8.0
+* setup.py: updated version
+
+
+
 2019-09-23 Pavel Hrdina  
 
 virDomainMigrate3Params: add missing parallel connections param
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.8.0/PKG-INFO 
new/libvirt-python-5.9.0/PKG-INFO
--- old/libvirt-python-5.8.0/PKG-INFO   2019-10-05 09:53:22.0 +0200
+++ new/libvirt-python-5.9.0/PKG-INFO   2019-11-06 15:44:08.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.8.0
+Version: 5.9.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-5.8.0/libvirt-python.spec 
new/libvirt-python-5.9.0/libvirt-python.spec
--- old/libvirt-python-5.8.0/libvirt-python.spec2019-10-05 
09:53:22.0 +0200
+++ new/libvirt-python-5.9.0/libvirt-python.spec2019-11-06 
15:44:08.0 +0100
@@ -33,7 +33,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 5.8.0
+Version: 5.9.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-5.8.0/setup.py 
new/libvirt-python-5.9.0/setup.py
--- old/libvirt-python-5.8.0/setup.py   2019-10-05 09:53:13.0 +0200
+++ new/libvirt-python-5.9.0/setup.py   2019-11-06 15:42:17.0 +0100
@@ -334,7 +334,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '5.8.0',
+  version = '5.9.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = '[email protected]',




commit python-libvirt-python for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-10-22 15:38:22

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.2352 (New)


Package is "python-libvirt-python"

Tue Oct 22 15:38:22 2019 rev:27 rq:737237 version:5.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-09-11 10:22:51.235492444 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.2352/python-libvirt-python.changes
2019-10-22 15:38:23.973234879 +0200
@@ -1,0 +2,6 @@
+Thu Oct 10 15:42:12 UTC 2019 - James Fehlig 
+
+- Update to 5.8.0
+  - Add all new APIs and constants in libvirt 5.8.0
+
+---

Old:

  libvirt-python-5.7.0.tar.gz
  libvirt-python-5.7.0.tar.gz.asc

New:

  libvirt-python-5.8.0.tar.gz
  libvirt-python-5.8.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.TRKrn9/_old  2019-10-22 15:38:24.425235394 +0200
+++ /var/tmp/diff_new_pack.TRKrn9/_new  2019-10-22 15:38:24.429235399 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.7.0
+Version:5.8.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.7.0.tar.gz -> libvirt-python-5.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.7.0/ChangeLog 
new/libvirt-python-5.8.0/ChangeLog
--- old/libvirt-python-5.7.0/ChangeLog  2019-09-03 17:14:01.0 +0200
+++ new/libvirt-python-5.8.0/ChangeLog  2019-10-05 09:53:22.0 +0200
@@ -1,3 +1,80 @@
+2019-09-23 Pavel Hrdina  
+
+virDomainMigrate3Params: add missing parallel connections param
+Introduced in libvirt 5.2.0 by commit .
+
+Reported-by: Liping Cheng 
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-09-23 Pavel Hrdina  
+
+virDomainMigrate3Params: add missing bandwidth postcopy param
+Introduced in libvirt 5.1.0 by commit .
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-09-20 Daniel P. Berrangé  
+
+Custom impl for virConnectSetIdentity which can't be generated
+Reviewed-by: Pavel Hrdina 
+
+
+2019-09-20 Pavel Hrdina  
+
+virDomainMemoryStats: include hugetlb pgalloc and pgfail
+Introduced in libvirt 5.4.0 by commit .
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1683516
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-09-20 Pavel Hrdina  
+
+virDomainMemoryStats: include disk caches
+Introduced in libvirt 4.6.0 by commit .
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1683516
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-09-12 Daniel P. Berrangé  
+
+sanitytest: whitelist 'network' method as having no C impl
+
+
+2019-09-12 Daniel P. Berrangé  
+
+generator: fix constructor for virNetworkPort
+The virNetworkPort class is passed both the virNetwork parent
+python class and the virNetworkPort C object. This needs special
+handling in the generator, similar to how virDomainSnapshots are
+dealt with.
+
+Reviewed-by: Michal Privoznik 
+
+
+2019-09-05 Cole Robinson  
+
+Fix -Wsign-compare warnings
+libvirt-override.c: In function ‘libvirt_virConnectBaselineHypervisorCPU’:
+libvirt-override.c:9946:23: warning: comparison of integer expressions of 
different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ 
[-Wsign-compare]
+libvirt-override.c:9961:19: warning: comparison of integer expressions of 
different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ 
[-Wsign-compare]
+
+Use ssize_t as was similarly done in 75ec2acb6163b
+
+Reviewed-by: Ján Tomko 
+Reviewed-by: Pavel Hrdina 
+
+
+2019-09-03 Daniel Veillard  
+
+Release of libvirt-python 5.7.0
+
+
 2019-09-03 Nir Soffer  
 
 spec: Build python2 package in fedora < 31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.7.0/PKG-INFO 
new/libvirt-python-5.8.0/PKG-INFO
--- old/libvirt-python-5.7.0/PKG-INFO   2019-09-03 17:14:02.0 +0200
+++ new/libvirt-python-5.8.0/PKG-INFO   2019-10-05 09:53:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.7.0
+Version: 5.8.0
 Summary: The libvirt virtualization API python binding
 Home-page: http:

commit python-libvirt-python for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-09-11 10:22:49

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.7948 (New)


Package is "python-libvirt-python"

Wed Sep 11 10:22:49 2019 rev:26 rq:728577 version:5.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-08-16 15:28:05.562001099 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.7948/python-libvirt-python.changes
2019-09-11 10:22:51.235492444 +0200
@@ -1,0 +2,6 @@
+Thu Sep  5 16:28:48 UTC 2019 - James Fehlig 
+
+- Update to 5.7.0
+  - Add all new APIs and constants in libvirt 5.7.0
+
+---

Old:

  libvirt-python-5.6.0.tar.gz
  libvirt-python-5.6.0.tar.gz.asc

New:

  libvirt-python-5.7.0.tar.gz
  libvirt-python-5.7.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.0Rb6r9/_old  2019-09-11 10:22:52.847492244 +0200
+++ /var/tmp/diff_new_pack.0Rb6r9/_new  2019-09-11 10:22:52.875492241 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.6.0
+Version:5.7.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.6.0.tar.gz -> libvirt-python-5.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.6.0/ChangeLog 
new/libvirt-python-5.7.0/ChangeLog
--- old/libvirt-python-5.6.0/ChangeLog  2019-08-05 19:20:28.0 +0200
+++ new/libvirt-python-5.7.0/ChangeLog  2019-09-03 17:14:01.0 +0200
@@ -1,3 +1,27 @@
+2019-09-03 Nir Soffer  
+
+spec: Build python2 package in fedora < 31
+Since commit ee0cfbe65c5d (spec: Unconditionally build python2 on
+Fedora) python2-libvirt is not built on any Fedora version.
+
+Fix the spec to drop python2-libvirt on Fedora 31.
+
+Reviewed-by: Cole Robinson 
+
+
+2019-08-29 Michal Privoznik  
+
+Implement virDomainGetGuestInfo
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-08-05 Daniel Veillard  
+
+Release of libvirt-python-5.6.0
+* setup.py: updated for new release
+
+
+
 2019-07-29 Eric Blake  
 
 Define virDomainCheckpointPtr typedef on old libvirt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.6.0/PKG-INFO 
new/libvirt-python-5.7.0/PKG-INFO
--- old/libvirt-python-5.6.0/PKG-INFO   2019-08-05 19:20:28.0 +0200
+++ new/libvirt-python-5.7.0/PKG-INFO   2019-09-03 17:14:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.6.0
+Version: 5.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-5.6.0/generator.py 
new/libvirt-python-5.7.0/generator.py
--- old/libvirt-python-5.6.0/generator.py   2019-08-05 19:18:56.0 
+0200
+++ new/libvirt-python-5.7.0/generator.py   2019-09-03 17:06:12.0 
+0200
@@ -507,6 +507,7 @@
 'virNodeGetSEVInfo',
 'virNetworkPortGetParameters',
 'virNetworkPortSetParameters',
+'virDomainGetGuestInfo',
 )
 
 lxc_skip_impl = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.6.0/libvirt-override-api.xml 
new/libvirt-python-5.7.0/libvirt-override-api.xml
--- old/libvirt-python-5.6.0/libvirt-override-api.xml   2019-08-05 
19:18:56.0 +0200
+++ new/libvirt-python-5.7.0/libvirt-override-api.xml   2019-09-03 
17:06:12.0 +0200
@@ -789,5 +789,12 @@
   
   
 
+
+  Get aggregated info from guest agent
+  
+  
+  
+  
+
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.6.0/libvirt-override.c 
new/libvirt-python-5.7.0/libvirt-override.c
--- old/libvirt-python-5.6.0/libvirt-override.c 2019-08-05 19:18:56.0 
+0200
+++ new/libvirt-python-5.7.0/libvirt-override.c 2019-09-03 17:06:12.0 
+0200
@@ -10176,6 +10176,39 @@
 }
 #endif /* LIBVIR_CHECK_VERSION(5, 5, 0) */
 
+#if LIBVIR_CHECK_VERSION(5, 7, 0)
+static PyObject *
+libvirt_virDomainGetGuestInfo(PyObject *self ATTRIBUTE_UNUSED,
+  PyObject *args)
+{
+PyObject *pyobj_dom = NULL;
+PyO

commit python-libvirt-python for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-08-16 15:28:01

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.22127 (New)


Package is "python-libvirt-python"

Fri Aug 16 15:28:01 2019 rev:25 rq:722939 version:5.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-07-31 14:12:43.478938126 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.22127/python-libvirt-python.changes
   2019-08-16 15:28:05.562001099 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 22:26:41 UTC 2019 - James Fehlig 
+
+- Update to 5.6.0
+  - Add all new APIs and constants in libvirt 5.6.0
+
+---

Old:

  libvirt-python-5.5.0.tar.gz
  libvirt-python-5.5.0.tar.gz.asc

New:

  libvirt-python-5.6.0.tar.gz
  libvirt-python-5.6.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.MD2GVZ/_old  2019-08-16 15:28:06.094000982 +0200
+++ /var/tmp/diff_new_pack.MD2GVZ/_new  2019-08-16 15:28:06.098000980 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.5.0
+Version:5.6.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.5.0.tar.gz -> libvirt-python-5.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.5.0/ChangeLog 
new/libvirt-python-5.6.0/ChangeLog
--- old/libvirt-python-5.5.0/ChangeLog  2019-07-02 22:45:32.0 +0200
+++ new/libvirt-python-5.6.0/ChangeLog  2019-08-05 19:20:28.0 +0200
@@ -1,3 +1,48 @@
+2019-07-29 Eric Blake  
+
+Define virDomainCheckpointPtr typedef on old libvirt
+Needed prior to 5.6.0
+
+
+
+2019-07-29 Eric Blake  
+
+Add virDomainCheckpoint APIs
+Copies heavily from existing virDomainSnapshot handling, regarding
+what special cases the generator has to be taught and what overrides
+need to be written.
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-07-09 Cole Robinson  
+
+spec: Bump minimum supported Fedora version to 29
+Reviewed-by: Fabiano Fidêncio 
+
+
+2019-07-09 Cole Robinson  
+
+spec: Unconditionally build python2 on Fedora
+In Fedora we are currently shipping python2 bindings for all builds,
+so this conditional is out of date. Fedora 31 may be the time that
+python2 bindings are dropped:
+
+https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal
+
+But I think it's better to wait for that to actually happen before
+we change this again
+
+Reviewed-by: Fabiano Fidêncio 
+
+
+2019-07-02 Daniel Veillard  
+
+Release of libvirt-python 5.5.0
+* setup.py: update for release
+
+
+
 2019-06-26 Sergei Turchanov  
 
 Fix regression in lxcOpenNamespace
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.5.0/PKG-INFO 
new/libvirt-python-5.6.0/PKG-INFO
--- old/libvirt-python-5.5.0/PKG-INFO   2019-07-02 22:45:32.0 +0200
+++ new/libvirt-python-5.6.0/PKG-INFO   2019-08-05 19:20:28.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.5.0
+Version: 5.6.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-5.5.0/generator.py 
new/libvirt-python-5.6.0/generator.py
--- old/libvirt-python-5.5.0/generator.py   2019-07-02 22:37:42.0 
+0200
+++ new/libvirt-python-5.6.0/generator.py   2019-08-05 19:18:56.0 
+0200
@@ -35,6 +35,7 @@
 "libvirt",
 "libvirt-common",
 "libvirt-domain",
+"libvirt-domain-checkpoint",
 "libvirt-domain-snapshot",
 "libvirt-event",
 "libvirt-host",
@@ -368,6 +369,10 @@
 'virStream *':  ('O', "virStream", "virStreamPtr", "virStreamPtr"),
 'const virStream *':  ('O', "virStream", "virStreamPtr", "virStreamPtr"),
 
+'virDomainCheckpointPtr':  ('O', "virDomainCheckpoint", 
"virDomainCheckpointPtr", "virDomainCheckpointPtr"),
+'virDomainCheckpoint *':  ('O', "virDomainCheckpoint", 
"virDomainCheckpointPtr", "virDomainCheckpointPtr"),
+'const virDomainCheckpoint *':  ('O', "virDomainCheckpoint", 
"virDomainCheckpointPtr", "virDomainCheckpointPtr"),
+

commit python-libvirt-python for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-07-31 14:12:38

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.4126 (New)


Package is "python-libvirt-python"

Wed Jul 31 14:12:38 2019 rev:24 rq:718356 version:5.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-06-07 12:18:47.680782286 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.4126/python-libvirt-python.changes
2019-07-31 14:12:43.478938126 +0200
@@ -1,0 +2,6 @@
+Wed Jul 24 20:39:48 UTC 2019 - James Fehlig 
+
+- Update to 5.5.0
+  - Add all new APIs and constants in libvirt 5.5.0
+
+---

Old:

  libvirt-python-5.4.0.tar.gz
  libvirt-python-5.4.0.tar.gz.asc

New:

  libvirt-python-5.5.0.tar.gz
  libvirt-python-5.5.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.G6buNB/_old  2019-07-31 14:12:45.074937198 +0200
+++ /var/tmp/diff_new_pack.G6buNB/_new  2019-07-31 14:12:45.086937189 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.4.0
+Version:5.5.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.4.0.tar.gz -> libvirt-python-5.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.4.0/AUTHORS 
new/libvirt-python-5.5.0/AUTHORS
--- old/libvirt-python-5.4.0/AUTHORS2019-06-03 17:06:51.0 +0200
+++ new/libvirt-python-5.5.0/AUTHORS2019-07-02 22:45:32.0 +0200
@@ -77,6 +77,7 @@
Richard W.M. Jones 
Robie Basak 
Serge E. Hallyn 
+   Sergei Turchanov 
Stefan Berger 
Taizo ITO 
Taku Izumi 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.4.0/ChangeLog 
new/libvirt-python-5.5.0/ChangeLog
--- old/libvirt-python-5.4.0/ChangeLog  2019-06-03 17:06:51.0 +0200
+++ new/libvirt-python-5.5.0/ChangeLog  2019-07-02 22:45:32.0 +0200
@@ -1,3 +1,61 @@
+2019-06-26 Sergei Turchanov  
+
+Fix regression in lxcOpenNamespace
+This fixes regression caused by the 
1d39dbaf637db03f6e597ed56b96aa065710b4a1
+
+fdlist[i] erroneously was replaced by fdlist[1] which caused
+lxcOpenNamespace to return a list with identical elements.
+
+Reviewed-by: Ján Tomko 
+
+
+2019-06-20 Daniel P. Berrangé  
+
+Add new override file to dist
+
+
+2019-06-20 Daniel P. Berrangé  
+
+Add missing impl of virNetworkListAllPorts
+This API needs manual impl as the generator cannot cope
+
+
+
+2019-06-20 Daniel P. Berrangé  
+
+sanitytest: add some special cases for virNetworkPort APIs
+
+
+2019-06-20 Daniel P. Berrangé  
+
+generator: fix naming of getter APIs for virNetworkPort
+
+
+2019-06-20 Daniel P. Berrangé  
+
+Define virNetworkPortPtr typedef on old libvirt
+
+
+2019-06-20 Daniel P. Berrangé  
+
+Fix syntax error with missing ; and too many )
+
+
+2019-06-20 Daniel P. Berrangé  
+
+Add support for virNetworkPort object & APIs
+Define the various rules in the generator to wire up methods into the
+virNetwork class and create the new virNetworkPort class.
+
+Reviewed-by: Pavel Hrdina 
+Reviewed-by: Ján Tomko 
+
+
+2019-06-03 Daniel Veillard  
+
+Release of Libvirt-python 5.4.0
+
+
 2019-05-04 Daniel Veillard  
 
 Release of libvirt-python 5.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.4.0/PKG-INFO 
new/libvirt-python-5.5.0/PKG-INFO
--- old/libvirt-python-5.4.0/PKG-INFO   2019-06-03 17:06:51.0 +0200
+++ new/libvirt-python-5.5.0/PKG-INFO   2019-07-02 22:45:32.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.4.0
+Version: 5.5.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-5.4.0/generator.py 
new/libvirt-python-5.5.0/generator.py
--- old/libvirt-python-5.4.0/generator.py   2019-03-04 11:18:33.0 
+0100
+++ new/libvirt-python-5.5.0/generator.py   2019-07-02 22:37:42.0 
+0200
@@ -328,6 +328,10 @@
 'virNetwork

commit python-libvirt-python for openSUSE:Factory

2019-06-07 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-06-07 12:18:46

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.4811 (New)


Package is "python-libvirt-python"

Fri Jun  7 12:18:46 2019 rev:23 rq:707678 version:5.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-05-10 09:11:46.599373904 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.4811/python-libvirt-python.changes
2019-06-07 12:18:47.680782286 +0200
@@ -1,0 +2,6 @@
+Mon Jun  3 17:16:02 UTC 2019 - James Fehlig 
+
+- Update to 5.4.0
+  - Add all new APIs and constants in libvirt 5.4.0
+
+---

Old:

  libvirt-python-5.3.0.tar.gz
  libvirt-python-5.3.0.tar.gz.asc

New:

  libvirt-python-5.4.0.tar.gz
  libvirt-python-5.4.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.q5fbMn/_old  2019-06-07 12:18:48.072782161 +0200
+++ /var/tmp/diff_new_pack.q5fbMn/_new  2019-06-07 12:18:48.076782161 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.3.0
+Version:5.4.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.3.0.tar.gz -> libvirt-python-5.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.3.0/ChangeLog 
new/libvirt-python-5.4.0/ChangeLog
--- old/libvirt-python-5.3.0/ChangeLog  2019-05-04 20:19:02.0 +0200
+++ new/libvirt-python-5.4.0/ChangeLog  2019-06-03 17:06:51.0 +0200
@@ -1,3 +1,10 @@
+2019-05-04 Daniel Veillard  
+
+Release of libvirt-python 5.3.0
+* setup.py: bumped release version
+
+
+
 2019-04-29 Michal Privoznik  
 
 Allow virConnect.getDomainCapabilities() to have no arguments
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.3.0/PKG-INFO 
new/libvirt-python-5.4.0/PKG-INFO
--- old/libvirt-python-5.3.0/PKG-INFO   2019-05-04 20:19:02.0 +0200
+++ new/libvirt-python-5.4.0/PKG-INFO   2019-06-03 17:06:51.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.3.0
+Version: 5.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-5.3.0/libvirt-python.spec 
new/libvirt-python-5.4.0/libvirt-python.spec
--- old/libvirt-python-5.3.0/libvirt-python.spec2019-05-04 
20:19:02.0 +0200
+++ new/libvirt-python-5.4.0/libvirt-python.spec2019-06-03 
17:06:51.0 +0200
@@ -33,7 +33,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 5.3.0
+Version: 5.4.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-5.3.0/setup.py 
new/libvirt-python-5.4.0/setup.py
--- old/libvirt-python-5.3.0/setup.py   2019-05-04 20:17:44.0 +0200
+++ new/libvirt-python-5.4.0/setup.py   2019-06-03 17:06:48.0 +0200
@@ -334,7 +334,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '5.3.0',
+  version = '5.4.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = '[email protected]',




commit python-libvirt-python for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-05-10 09:11:37

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.5148 (New)


Package is "python-libvirt-python"

Fri May 10 09:11:37 2019 rev:22 rq:701651 version:5.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-04-15 13:59:13.548703489 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.5148/python-libvirt-python.changes
2019-05-10 09:11:46.599373904 +0200
@@ -1,0 +2,6 @@
+Wed May  8 20:38:33 UTC 2019 - James Fehlig 
+
+- Update to 5.3.0
+  - Add all new APIs and constants in libvirt 5.3.0
+
+---

Old:

  libvirt-python-5.2.0.tar.gz
  libvirt-python-5.2.0.tar.gz.asc

New:

  libvirt-python-5.3.0.tar.gz
  libvirt-python-5.3.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.2W68og/_old  2019-05-10 09:11:46.963374943 +0200
+++ /var/tmp/diff_new_pack.2W68og/_new  2019-05-10 09:11:46.967374954 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.2.0
+Version:5.3.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.2.0.tar.gz -> libvirt-python-5.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.2.0/ChangeLog 
new/libvirt-python-5.3.0/ChangeLog
--- old/libvirt-python-5.2.0/ChangeLog  2019-04-03 09:45:27.0 +0200
+++ new/libvirt-python-5.3.0/ChangeLog  2019-05-04 20:19:02.0 +0200
@@ -1,3 +1,29 @@
+2019-04-29 Michal Privoznik  
+
+Allow virConnect.getDomainCapabilities() to have no arguments
+Our C API allows no values to be passed (well, it accepts all
+NULLs). There's no reason that python binding should require all
+arguments.
+
+Reviewed-by: Kashyap Chamarthy 
+
+
+2019-04-04 Daniel P. Berrangé  
+
+rpm: use new python macros for build/install rules
+The new %py{2,3}_{build,install} macros ensure that the right compiler
+and linker flags are used when building python modules.
+
+Reviewed-by: Andrea Bolognani 
+
+
+2019-04-03 Daniel Veillard  
+
+Release of libvirt-python 5.2.0
+* setup.py: bumped release version up
+
+
+
 2019-03-12 Nir Soffer  
 
 Fix handling of optional params in blockCopy()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.2.0/PKG-INFO 
new/libvirt-python-5.3.0/PKG-INFO
--- old/libvirt-python-5.2.0/PKG-INFO   2019-04-03 09:45:27.0 +0200
+++ new/libvirt-python-5.3.0/PKG-INFO   2019-05-04 20:19:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.2.0
+Version: 5.3.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-5.2.0/libvirt-override-api.xml 
new/libvirt-python-5.3.0/libvirt-override-api.xml
--- old/libvirt-python-5.2.0/libvirt-override-api.xml   2018-12-03 
13:18:19.0 +0100
+++ new/libvirt-python-5.3.0/libvirt-override-api.xml   2019-05-04 
20:17:16.0 +0200
@@ -754,5 +754,15 @@
   
   
 
+
+  Query domain capabilities
+  
+  
+  
+  
+  
+  
+  
+
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.2.0/libvirt-python.spec 
new/libvirt-python-5.3.0/libvirt-python.spec
--- old/libvirt-python-5.2.0/libvirt-python.spec2019-04-03 
09:45:27.0 +0200
+++ new/libvirt-python-5.3.0/libvirt-python.spec2019-05-04 
20:19:02.0 +0200
@@ -33,7 +33,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 5.2.0
+Version: 5.3.0
 Release: 1%{?dist}
 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
 Url: http://libvirt.org
@@ -119,19 +119,35 @@
 %endif
 
 %if %{with_python2}
+%if 0%{?fedora} || 0%{?rhel} >= 8
+%py2_build
+%else
 CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build
 %endif
+%endif
 %if %{with_python3}
+%if 0%{?fedora} || 0%{?rhel} >= 8
+%py3_build
+%else
 CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
 %endif
+%endif
 
 %install
 %if %{with_python2}
+%if 0%{?fedora} || 

commit python-libvirt-python for openSUSE:Factory

2019-04-15 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-04-15 13:59:12

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.17052 (New)


Package is "python-libvirt-python"

Mon Apr 15 13:59:12 2019 rev:21 rq:693776 version:5.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-03-12 09:46:59.179614947 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.17052/python-libvirt-python.changes
   2019-04-15 13:59:13.548703489 +0200
@@ -1,0 +2,6 @@
+Wed Apr  3 20:57:40 UTC 2019 - James Fehlig 
+
+- Update to 5.2.0
+  - Add all new APIs and constants in libvirt 5.2.0
+
+---

Old:

  libvirt-python-5.1.0.tar.gz
  libvirt-python-5.1.0.tar.gz.asc

New:

  libvirt-python-5.2.0.tar.gz
  libvirt-python-5.2.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.tTxnHL/_old  2019-04-15 13:59:14.016703641 +0200
+++ /var/tmp/diff_new_pack.tTxnHL/_new  2019-04-15 13:59:14.020703643 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.1.0
+Version:5.2.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.1.0.tar.gz -> libvirt-python-5.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.1.0/ChangeLog 
new/libvirt-python-5.2.0/ChangeLog
--- old/libvirt-python-5.1.0/ChangeLog  2019-03-04 11:22:09.0 +0100
+++ new/libvirt-python-5.2.0/ChangeLog  2019-04-03 09:45:27.0 +0200
@@ -1,3 +1,28 @@
+2019-03-12 Nir Soffer  
+
+Fix handling of optional params in blockCopy()
+Commit 2b4bd07e0a22 (Add check for params, nparams being a dictionary)
+changed the way the optional params argument is treated. If
+libvirt.virDomain.blockCopy() is called without specifying params,
+params is None, and the call will fail with:
+
+TypeError: block params must be a dictionary
+
+This is wrong as params is defined as kwarg, breaking existing libvirt
+users like oVirt. Add a check for Py_None, so we accept either a dict or
+None and fail with TypeError with anything else.
+
+Resolves: https://bugzilla.redhat.com/1687114
+
+
+
+2019-03-04 Daniel Veillard  
+
+Release of libvirt-python 5.1.0
+* setup.py: updated for release
+
+
+
 2019-02-25 Pavel Hrdina  
 
 Fix virDomainPinIOThread typed params check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.1.0/PKG-INFO 
new/libvirt-python-5.2.0/PKG-INFO
--- old/libvirt-python-5.1.0/PKG-INFO   2019-03-04 11:22:09.0 +0100
+++ new/libvirt-python-5.2.0/PKG-INFO   2019-04-03 09:45:27.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.1.0
+Version: 5.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-5.1.0/libvirt-override.c 
new/libvirt-python-5.2.0/libvirt-override.c
--- old/libvirt-python-5.1.0/libvirt-override.c 2019-03-04 11:18:33.0 
+0100
+++ new/libvirt-python-5.2.0/libvirt-override.c 2019-04-03 09:44:53.0 
+0200
@@ -8837,7 +8837,7 @@
VIR_N_ELEMENTS(virPyDomainBlockCopyParams)) 
< 0) {
 return NULL;
 }
-} else {
+} else if (pyobj_dict != Py_None) {
 PyErr_Format(PyExc_TypeError, "block params must be a dictionary");
 return NULL;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.1.0/libvirt-python.spec 
new/libvirt-python-5.2.0/libvirt-python.spec
--- old/libvirt-python-5.1.0/libvirt-python.spec2019-03-04 
11:22:08.0 +0100
+++ new/libvirt-python-5.2.0/libvirt-python.spec2019-04-03 
09:45:27.0 +0200
@@ -33,7 +33,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 5.1.0
+Version: 5.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-5.1.0/setup.py 
new/libvirt-python-5.2.0/setup.

commit python-libvirt-python for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-03-12 09:46:56

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.28833 (New)


Package is "python-libvirt-python"

Tue Mar 12 09:46:56 2019 rev:20 rq:681984 version:5.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-02-05 11:18:29.120904916 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.28833/python-libvirt-python.changes
   2019-03-12 09:46:59.179614947 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 02:06:14 UTC 2019 - James Fehlig 
+
+- Update to 5.1.0
+  - Add all new APIs and constants in libvirt 5.1.0
+  - jsc#SLE-3887, jsc#SLE-4480, jsc#SLE-4577
+
+---

Old:

  libvirt-python-5.0.0.tar.gz
  libvirt-python-5.0.0.tar.gz.asc

New:

  libvirt-python-5.1.0.tar.gz
  libvirt-python-5.1.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.wIq5WQ/_old  2019-03-12 09:46:59.711614841 +0100
+++ /var/tmp/diff_new_pack.wIq5WQ/_new  2019-03-12 09:46:59.715614840 +0100
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:5.0.0
+Version:5.1.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-5.0.0.tar.gz -> libvirt-python-5.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.0.0/ChangeLog 
new/libvirt-python-5.1.0/ChangeLog
--- old/libvirt-python-5.0.0/ChangeLog  2019-01-15 20:32:33.0 +0100
+++ new/libvirt-python-5.1.0/ChangeLog  2019-03-04 11:22:09.0 +0100
@@ -1,3 +1,59 @@
+2019-02-25 Pavel Hrdina  
+
+Fix virDomainPinIOThread typed params check
+The VIR_DOMAIN_IOTHREAD_POLL_SHRINK is unsigned int.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1680546
+
+
+
+2019-02-07 Eric Blake  
+
+generator.py: typo fix
+
+
+2019-01-24 Daniel P. Berrangé  
+
+travis: add testing of 5.0.0 release
+Update to test against very latest release. Since we dropped two
+python versions, we can afford to add new libvirt version without
+dropping a previous one.
+
+Reviewed-by: Cole Robinson 
+
+
+2019-01-24 Daniel P. Berrangé  
+
+travis: switch from trusty to xenial dist
+The trusty gnutls version is too old to support modern libvirt
+
+Reviewed-by: Cole Robinson 
+
+
+2019-01-24 Daniel P. Berrangé  
+
+travis: remove python 2.6 and 3.6 from build matrix
+The lxml package that we download with pip no longer supports either
+of these versions of python.
+
+Reviewed-by: Cole Robinson 
+
+
+2019-01-22 Daniel P. Berrangé  
+
+rpm spec: remove %{extra_release} from spec
+The %{extra_release} field was previously populated by data from the old
+autobuild.sh file but is no longer used.
+
+
+
+2019-01-15 Daniel Veillard  
+
+Release of libvirt-python 5.0.0
+* setup.py: updated for release
+
+
+
 2018-12-03 Daniel Veillard  
 
 Release of libvirt-python-4.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.0.0/PKG-INFO 
new/libvirt-python-5.1.0/PKG-INFO
--- old/libvirt-python-5.0.0/PKG-INFO   2019-01-15 20:32:33.0 +0100
+++ new/libvirt-python-5.1.0/PKG-INFO   2019-03-04 11:22:09.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.0.0
+Version: 5.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-5.0.0/generator.py 
new/libvirt-python-5.1.0/generator.py
--- old/libvirt-python-5.0.0/generator.py   2018-12-03 13:18:19.0 
+0100
+++ new/libvirt-python-5.1.0/generator.py   2019-03-04 11:18:33.0 
+0100
@@ -1095,7 +1095,7 @@
 return name[-1:] == "*"
 
 def nameFixup(name, classe, type, file):
-# avoid a desastrous clash
+# avoid a disastrous clash
 listname = classe + "List"
 ll = len(listname)
 l = len(classe)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.0.0/libvirt-override.c 
new/libvirt-python-5.1.0/libvirt-override.c
--- old/libvirt-python-5.0.0/lib

commit python-libvirt-python for openSUSE:Factory

2019-02-05 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2019-02-05 11:18:28

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.28833 (New)


Package is "python-libvirt-python"

Tue Feb  5 11:18:28 2019 rev:19 rq:667893 version:5.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-12-11 15:47:10.098250311 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.28833/python-libvirt-python.changes
   2019-02-05 11:18:29.120904916 +0100
@@ -1,0 +2,7 @@
+Tue Jan 22 22:34:20 UTC 2019 - James Fehlig 
+
+- Update to 5.0.0
+  - Add all new APIs and constants in libvirt 5.0.0
+  - FATE#320928, FATE#325817, FATE#326380, FATE#326698
+
+---

Old:

  libvirt-python-4.10.0.tar.gz
  libvirt-python-4.10.0.tar.gz.asc

New:

  libvirt-python-5.0.0.tar.gz
  libvirt-python-5.0.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.KlBG0h/_old  2019-02-05 11:18:29.616904643 +0100
+++ /var/tmp/diff_new_pack.KlBG0h/_new  2019-02-05 11:18:29.620904640 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libvirt-python
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:4.10.0
+Version:5.0.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-4.10.0.tar.gz -> libvirt-python-5.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.10.0/ChangeLog 
new/libvirt-python-5.0.0/ChangeLog
--- old/libvirt-python-4.10.0/ChangeLog 2018-12-03 13:19:30.0 +0100
+++ new/libvirt-python-5.0.0/ChangeLog  2019-01-15 20:32:33.0 +0100
@@ -1,3 +1,10 @@
+2018-12-03 Daniel Veillard  
+
+Release of libvirt-python-4.10.0
+* setup.py: update to bump release number
+
+
+
 2018-11-26 Philipp Hahn  
 
 Add daemon to list of shutdown reasons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.10.0/PKG-INFO 
new/libvirt-python-5.0.0/PKG-INFO
--- old/libvirt-python-4.10.0/PKG-INFO  2018-12-03 13:19:30.0 +0100
+++ new/libvirt-python-5.0.0/PKG-INFO   2019-01-15 20:32:33.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 4.10.0
+Version: 5.0.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.10.0/libvirt-python.spec 
new/libvirt-python-5.0.0/libvirt-python.spec
--- old/libvirt-python-4.10.0/libvirt-python.spec   2018-12-03 
13:19:30.0 +0100
+++ new/libvirt-python-5.0.0/libvirt-python.spec2019-01-15 
20:32:33.0 +0100
@@ -33,7 +33,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 4.10.0
+Version: 5.0.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.10.0/setup.py 
new/libvirt-python-5.0.0/setup.py
--- old/libvirt-python-4.10.0/setup.py  2018-12-03 13:19:22.0 +0100
+++ new/libvirt-python-5.0.0/setup.py   2019-01-15 20:32:00.0 +0100
@@ -334,7 +334,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '4.10.0',
+  version = '5.0.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = '[email protected]',




commit python-libvirt-python for openSUSE:Factory

2018-12-11 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-12-11 15:47:06

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new.19453 (New)


Package is "python-libvirt-python"

Tue Dec 11 15:47:06 2018 rev:18 rq:653735 version:4.10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-11-08 09:48:32.757095888 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.19453/python-libvirt-python.changes
   2018-12-11 15:47:10.098250311 +0100
@@ -1,0 +2,7 @@
+Tue Dec  4 00:05:26 UTC 2018 - James Fehlig 
+
+- Update to 4.10.0
+  - Add all new APIs and constants in libvirt 4.10.0
+  - FATE#320928, FATE#325817, FATE#326380, FATE#326698
+
+---

Old:

  libvirt-python-4.9.0.tar.gz
  libvirt-python-4.9.0.tar.gz.asc

New:

  libvirt-python-4.10.0.tar.gz
  libvirt-python-4.10.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.vomkAU/_old  2018-12-11 15:47:10.770249571 +0100
+++ /var/tmp/diff_new_pack.vomkAU/_new  2018-12-11 15:47:10.774249567 +0100
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:4.9.0
+Version:4.10.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-4.9.0.tar.gz -> libvirt-python-4.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.9.0/ChangeLog 
new/libvirt-python-4.10.0/ChangeLog
--- old/libvirt-python-4.9.0/ChangeLog  2018-11-04 18:06:21.0 +0100
+++ new/libvirt-python-4.10.0/ChangeLog 2018-12-03 13:19:30.0 +0100
@@ -1,3 +1,55 @@
+2018-11-26 Philipp Hahn  
+
+Add daemon to list of shutdown reasons
+Add the support to work with libvirt commit 66a85cb13.
+
+
+
+2018-11-20 John Ferlan  
+
+Fix copy paste error on the version check value
+
+
+2018-11-20 John Ferlan  
+
+Implement API binding for virDomainSetIOThreadParams
+Similar to libvirt_virDomainBlockCopy (and migration API's). Create
+the code for the new API.
+
+Reviewed-by: Pavel Hrdina 
+
+
+2018-11-20 John Ferlan  
+
+Add check for params, nparams being a dictionary
+If PyDict_Check fails, we should force an error rather than
+blindly continuing on.
+
+Reviewed-by: Pavel Hrdina 
+
+
+2018-11-20 John Ferlan  
+
+Add missing virPyDictToTypedParams for libvirt_virDomainBlockCopy
+Need to free params like similar API's such as libvirt_virDomainMigrate3
+and libvirt_virDomainMigrateToURI3.
+
+Reviewed-by: Pavel Hrdina 
+
+
+2018-11-20 John Ferlan  
+
+Fix typos in virDomainSetSchedulerParameters name
+Reviewed-by: Pavel Hrdina 
+
+
+2018-11-04 Daniel Veillard  
+
+Release of libvirt-python 4.9.0
+* setup.py: update for new release
+
+
+
 2018-11-01 Philipp Hahn  
 
 event-test.py: Report ERROR events
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.9.0/PKG-INFO 
new/libvirt-python-4.10.0/PKG-INFO
--- old/libvirt-python-4.9.0/PKG-INFO   2018-11-04 18:06:22.0 +0100
+++ new/libvirt-python-4.10.0/PKG-INFO  2018-12-03 13:19:30.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 4.9.0
+Version: 4.10.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.9.0/examples/event-test.py 
new/libvirt-python-4.10.0/examples/event-test.py
--- old/libvirt-python-4.9.0/examples/event-test.py 2018-11-04 
18:03:50.0 +0100
+++ new/libvirt-python-4.10.0/examples/event-test.py2018-12-03 
13:18:19.0 +0100
@@ -497,7 +497,7 @@
 ("Started", ("Booted", "Migrated", "Restored", "Snapshot", "Wakeup")),
 ("Suspended", ("Paused", "Migrated", "IOError", "Watchdog", "Restored", 
"Snapshot", "API error", "Postcopy", "Postcopy failed")),
 ("Resumed", ("Unpaused", "Migrated", "Snapshot", "Postcopy")),
-("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", 
"Failed", "Snapshot")),
+("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", 
"Failed", "Snapshot", "Daemon")),
 ("Shutdown", ("Finished", "On guest requ

commit python-libvirt-python for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-11-08 09:48:27

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Thu Nov  8 09:48:27 2018 rev:17 rq:646471 version:4.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-10-12 13:10:41.611299793 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-11-08 09:48:32.757095888 +0100
@@ -1,0 +2,7 @@
+Mon Nov  5 16:28:26 UTC 2018 - James Fehlig 
+
+- Update to 4.9.0
+  - Add all new APIs and constants in libvirt 4.9.0
+  - FATE#326371
+
+---

Old:

  libvirt-python-4.8.0.tar.gz
  libvirt-python-4.8.0.tar.gz.asc

New:

  libvirt-python-4.9.0.tar.gz
  libvirt-python-4.9.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.aHGFIE/_old  2018-11-08 09:48:33.481095035 +0100
+++ /var/tmp/diff_new_pack.aHGFIE/_new  2018-11-08 09:48:33.481095035 +0100
@@ -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.8.0
+Version:4.9.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-4.8.0.tar.gz -> libvirt-python-4.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.8.0/ChangeLog 
new/libvirt-python-4.9.0/ChangeLog
--- old/libvirt-python-4.8.0/ChangeLog  2018-10-01 17:29:59.0 +0200
+++ new/libvirt-python-4.9.0/ChangeLog  2018-11-04 18:06:21.0 +0100
@@ -1,3 +1,38 @@
+2018-11-01 Philipp Hahn  
+
+event-test.py: Report ERROR events
+VIR_DOMAIN_EVENT_ID_IO_ERROR and VIR_DOMAIN_EVENT_ID_IO_ERROR_REASON
+callbacks receive the same 'action' parameter, so also translate that
+numeric action to a descriptive text for the first callback.
+
+
+
+2018-11-01 Philipp Hahn  
+
+event-test.py: Fix ERROR event
+ERROR_EVENTS translates the numeric 'action' argument to a description,
+not the 'reason' argument which already contains a descriptive string
+like 'enospc'.
+
+> Traceback (most recent call last):
+>   File "/usr/lib/python2.7/dist-packages/libvirt.py", line 4661, in 
_dispatchDomainEventIOErrorReasonCallback
+> reason, opaque)
+>   File "libvirt-python/examples/event-test.py", line 536, in 
myDomainEventIOErrorReasonCallback
+> dom.name(), dom.ID(), srcpath, devalias, action, 
ERROR_EVENTS[reason]))
+>   File "libvirt-python/examples/event-test.py", line 474, in __getitem__
+> data = self.args[item]
+> TypeError: tuple indices must be integers, not str
+
+Fixes: f5928c6711654f1496707ca77f626b3192843d57
+
+
+2018-10-01 Daniel Veillard  
+
+Release of libvirt-python 4.8.0
+
+- setup.py : updated for release
+
+
 2018-09-24 Philipp Hahn  
 
 event-test.py: Fix blanks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.8.0/PKG-INFO 
new/libvirt-python-4.9.0/PKG-INFO
--- old/libvirt-python-4.8.0/PKG-INFO   2018-10-01 17:30:00.0 +0200
+++ new/libvirt-python-4.9.0/PKG-INFO   2018-11-04 18:06:22.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 4.8.0
+Version: 4.9.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.8.0/examples/event-test.py 
new/libvirt-python-4.9.0/examples/event-test.py
--- old/libvirt-python-4.8.0/examples/event-test.py 2018-10-01 
17:00:19.0 +0200
+++ new/libvirt-python-4.9.0/examples/event-test.py 2018-11-04 
18:03:50.0 +0100
@@ -534,13 +534,13 @@
 
 
 def myDomainEventIOErrorCallback(conn, dom, srcpath, devalias, action, opaque):
-print("myDomainEventIOErrorCallback: Domain %s(%s) %s %s %d" % (
-dom.name(), dom.ID(), srcpath, devalias, action))
+print("myDomainEventIOErrorCallback: Domain %s(%s) %s %s %s" % (
+   

commit python-libvirt-python for openSUSE:Factory

2018-10-12 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-10-12 13:10:39

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Fri Oct 12 13:10:39 2018 rev:16 rq:641144 version:4.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-10-02 19:47:47.781807631 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-10-12 13:10:41.611299793 +0200
@@ -1,0 +2,6 @@
+Tue Oct  2 20:14:44 UTC 2018 - [email protected]
+
+- Update to 4.8.0
+  - Add all new APIs and constants in libvirt 4.8.0
+
+---

Old:

  libvirt-python-4.7.0.tar.gz
  libvirt-python-4.7.0.tar.gz.asc

New:

  libvirt-python-4.8.0.tar.gz
  libvirt-python-4.8.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.Y7Kd5p/_old  2018-10-12 13:10:42.307298804 +0200
+++ /var/tmp/diff_new_pack.Y7Kd5p/_new  2018-10-12 13:10:42.311298798 +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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:4.7.0
+Version:4.8.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-4.7.0.tar.gz -> libvirt-python-4.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.7.0/ChangeLog 
new/libvirt-python-4.8.0/ChangeLog
--- old/libvirt-python-4.7.0/ChangeLog  2018-09-03 19:24:37.0 +0200
+++ new/libvirt-python-4.8.0/ChangeLog  2018-10-01 17:29:59.0 +0200
@@ -1,3 +1,206 @@
+2018-09-24 Philipp Hahn  
+
+event-test.py: Fix blanks
+Closer to pep8
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert CONNECTION events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert SECRET events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert DEVICE events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert STORAGE events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert NETWORK events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert TRAY events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert DISK events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert GRAPHICS events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert AGENT events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert ERROR events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert WATCHDOG events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert BLOCKJOB events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Convert LIVECYCLE events
+to use new Description class
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Add class for event descriptions
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Simplify event ID lists
+by directly building the list with the IDs instead of appending them
+explicitly.
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Merge livecycle callbacks
+Registering the same function twice using the old domainEventRegister()
+interface would not work, as the function reference is used for
+un-registering.
+
+But it is not a problem with the new interface domainEventRegisterAny(),
+as that returns a unique ID.
+
+While at it also demonstrate the 'opaque' mechanism.
+
+
+
+2018-09-24 Philipp Hahn  
+
+event-test.py: Use __file__
+instead of sys.argv[0

commit python-libvirt-python for openSUSE:Factory

2018-10-02 Thread root
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 
+
+- 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.0 +0200
+++ new/libvirt-python-4.7.0/ChangeLog  2018-09-03 19:24:37.0 +0200
@@ -1,3 +1,17 @@
+2018-09-03 Daniel Veillard  
+
+Release of libvirt-python=4.7.0
+* setup.py: updated for release
+
+
+
+2018-08-06 Daniel Veillard  
+
+Release of libvirt-python-4.6.0
+* setup.py: updated for release
+
+
+
 2018-07-23 Daniel P. Berrangé  
 
 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.0 +0200
+++ new/libvirt-python-4.7.0/PKG-INFO   2018-09-03 19:24:37.0 +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.spec2018-08-06 
11:41:42.0 +0200
+++ new/libvirt-python-4.7.0/libvirt-python.spec2018-09-03 
19:24:37.0 +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.0 +0200
+++ new/libvirt-python-4.7.0/setup.py   2018-09-03 19:23:12.0 +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]',




commit python-libvirt-python for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-08-24 17:11:46

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Fri Aug 24 17:11:46 2018 rev:14 rq:631165 version:4.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-07-28 12:45:36.721012815 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-08-24 17:11:47.962620328 +0200
@@ -1,0 +2,7 @@
+Mon Aug 13 20:19:02 UTC 2018 - [email protected]
+
+- Update to 4.6.0
+  - Add all new APIs and constants in libvirt 4.6.0
+- spec: remove %defattr
+
+---

Old:

  libvirt-python-4.5.0.tar.gz
  libvirt-python-4.5.0.tar.gz.asc

New:

  libvirt-python-4.6.0.tar.gz
  libvirt-python-4.6.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.XAaFgV/_old  2018-08-24 17:11:49.142621733 +0200
+++ /var/tmp/diff_new_pack.XAaFgV/_new  2018-08-24 17:11:49.142621733 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:4.5.0
+Version:4.6.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later
@@ -64,7 +64,6 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %files %{python_files}
-%defattr(-,root,root)
 %doc ChangeLog AUTHORS NEWS README COPYING COPYING.LESSER examples/
 %{python_sitearch}/*
 %pycache_only %{python3_sitearch}/__pycache__/*

++ libvirt-python-4.5.0.tar.gz -> libvirt-python-4.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.5.0/ChangeLog 
new/libvirt-python-4.6.0/ChangeLog
--- old/libvirt-python-4.5.0/ChangeLog  2018-07-02 22:18:22.0 +0200
+++ new/libvirt-python-4.6.0/ChangeLog  2018-08-06 11:41:42.0 +0200
@@ -1,3 +1,51 @@
+2018-07-23 Daniel P. Berrangé  
+
+rpm: update min required rhel/fedora
+Reviewed-by: Andrea Bolognani 
+
+
+2018-07-23 Daniel P. Berrangé  
+
+rpm: add BuildRequires on gcc
+The gcc RPM is no longer part of the default build root.
+
+Reviewed-by: Andrea Bolognani 
+
+
+2018-07-23 Daniel P. Berrangé  
+
+rpm: use the versioned python2 macro names
+The use of non-versioned python2 macro names is deprecated in Fedora
+
+Reviewed-by: Andrea Bolognani 
+
+
+2018-07-16 Daniel P. Berrangé  
+
+travis: add libvirt 4.5.0 version to build matrix
+
+
+2018-07-16 Daniel P. Berrangé  
+
+fix build with older libvirt missing virNWFilterBindingPtr
+While we correctly disable all public API bindings that rely on
+virNWFilterBindingPtr, the generator is still creating a helper function
+that needs it - libvirt_virNWFilterBinding_pointer. Making this helper
+conditional is a little hairy, so just provide a trivial typedef to keep
+it happy.
+
+
+
+2018-07-10 Cole Robinson  
+
+spec: Remove Group: and %defattr
+These are only needed for RHEL5 builds, which are no longer supported
+
+
https://lists.fedoraproject.org/archives/list/[email protected]/message/CMCUBB4SWS3URHTRRS3OPFM4HF5CGKBW/
+https://fedoraproject.org/wiki/RPMGroups
+
+
+
 2018-07-02 Daniel Veillard  
 
 Release of libvirt-python-4.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.5.0/PKG-INFO 
new/libvirt-python-4.6.0/PKG-INFO
--- old/libvirt-python-4.5.0/PKG-INFO   2018-07-02 22:18:22.0 +0200
+++ new/libvirt-python-4.6.0/PKG-INFO   2018-08-06 11:41:42.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 4.5.0
+Version: 4.6.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.5.0/libvirt-python.spec 
new/libvirt-python-4.6.0/libvirt-python.spec
--- old/libvirt-python-4.5.0/libvirt-python.spec2018-07-02 
22:18:22.0 +0200
+++ new/libvirt-python-4.6.0/libvirt-python.spec2018-08-06 
11:41:42.0 +0200
@@ -3,8 +3,8 @@
 # This spec file assumes you are building on a Fedora or RHEL version
 # that's still supported by the vendor. It may work on other distros
 # or versions, but no effort will 

commit python-libvirt-python for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-07-28 12:45:35

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Sat Jul 28 12:45:35 2018 rev:13 rq:625842 version:4.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-07-06 10:43:32.867143904 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-07-28 12:45:36.721012815 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 19:52:17 UTC 2018 - [email protected]
+
+- Update to 4.5.0
+  - Add all new APIs and constants in libvirt 4.5.0
+
+---

Old:

  libvirt-python-4.4.0.tar.gz
  libvirt-python-4.4.0.tar.gz.asc

New:

  libvirt-python-4.5.0.tar.gz
  libvirt-python-4.5.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.PdbJ2Y/_old  2018-07-28 12:45:37.249013775 +0200
+++ /var/tmp/diff_new_pack.PdbJ2Y/_new  2018-07-28 12:45:37.253013783 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:4.4.0
+Version:4.5.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-4.4.0.tar.gz -> libvirt-python-4.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.4.0/AUTHORS 
new/libvirt-python-4.5.0/AUTHORS
--- old/libvirt-python-4.4.0/AUTHORS2018-06-04 22:32:32.0 +0200
+++ new/libvirt-python-4.5.0/AUTHORS2018-07-02 22:18:22.0 +0200
@@ -28,6 +28,7 @@
Doug Goldstein 
Edgar Kaziakhmedov 
Eric Blake 
+   Erik Skultety 
Federico Simoncelli 
Giuseppe Scrivano 
Guan Qiang 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.4.0/ChangeLog 
new/libvirt-python-4.5.0/ChangeLog
--- old/libvirt-python-4.4.0/ChangeLog  2018-06-04 22:32:32.0 +0200
+++ new/libvirt-python-4.5.0/ChangeLog  2018-07-02 22:18:22.0 +0200
@@ -1,9 +1,110 @@
+2018-07-02 Daniel Veillard  
+
+Release of libvirt-python-4.5.0
+* setup.py: updated for release
+
+
+
+2018-06-28 Daniel P. Berrangé  
+
+Fix bugs in nwfilter binding APIs
+We did not correctly mangle the API names in two cases, and we also
+forgot to specialize the lookup method name in the sanity test.
+
+
+
+2018-06-28 Daniel P. Berrangé  
+
+Add support for nwfilter binding objects / apis
+
+
+2018-06-27 Cole Robinson  
+
+libvirtaio: Fix compat with python 3.7
+In python 3.7, async is now a keyword, so this throws a syntax error:
+
+File "/usr/lib64/python3.7/site-packages/libvirtaio.py", line 49
+from asyncio import async as ensure_future
+^
+SyntaxError: invalid syntax
+
+Switch to getattr trickery to accomplish the same goal
+
+Reviewed-by: Pavel Hrdina 
+Reviewed-by: Andrea Bolognani 
+
+
+2018-06-14 Erik Skultety  
+
+Add support for virNodeGetSEVInfo
+This binding allows to query the AMD's SEV firmware for various platform
+specific things, like a PDH certificate and a certificate chain to
+establish a trusted connection with the firmware. Because the API uses
+typed params, it's exempted from generation.
+
+Reviewed-by: Ján Tomko 
+
+
+2018-06-14 Erik Skultety  
+
+Add support for virDomainGetLaunchSecurityInfo
+Libvirt recently introduced support for getting launch security
+parameters, most notably AMD SEV VM memory measurement. This API can't
+be generated as it's using typed parameters which we need to allocate.
+
+Reviewed-by: Ján Tomko 
+
+
+2018-06-12 Pavel Hrdina  
+
+libvirt_charPtrUnwrap: remove unnecessary check of returned string
+Function libvirt_charPtrUnwrap() either fails or always sets the
+unwrapped string so there is no need to check it explicitly.
+
+Reviewed-by: Ján Tomko 
+
+
+2018-06-12 Pavel Hrdina  
+
+libvirt-override: Reset exception if the error is ignored
+In virConnectCredCallbackWrapper() we ignore the error case of
+libvirt_charPtrUnwrap() function so we should also reset the exception.
+
+Reviewed-by: Ján Tomko 
+
+
+2018-06-12 Pavel Hrdina  
+
+typewrappers: Fix libvirt_charPtrUnwrap to set an exception if it fails
+If the func

commit python-libvirt-python for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-07-06 10:43:29

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Fri Jul  6 10:43:29 2018 rev:12 rq:620923 version:4.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-05-08 13:37:05.670084691 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-07-06 10:43:32.867143904 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 22:43:37 UTC 2018 - [email protected]
+
+- Update to 4.4.0
+  - Add all new APIs and constants in libvirt 4.4.0
+
+---

Old:

  libvirt-python-4.3.0.tar.gz
  libvirt-python-4.3.0.tar.gz.asc

New:

  libvirt-python-4.4.0.tar.gz
  libvirt-python-4.4.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.swhKzJ/_old  2018-07-06 10:43:33.607143023 +0200
+++ /var/tmp/diff_new_pack.swhKzJ/_new  2018-07-06 10:43:33.611143018 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:4.3.0
+Version:4.4.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later

++ libvirt-python-4.3.0.tar.gz -> libvirt-python-4.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.3.0/AUTHORS 
new/libvirt-python-4.4.0/AUTHORS
--- old/libvirt-python-4.3.0/AUTHORS2018-05-02 14:28:58.0 +0200
+++ new/libvirt-python-4.4.0/AUTHORS2018-06-04 22:32:32.0 +0200
@@ -11,6 +11,8 @@
 
Adam Litke 
Alex Jia 
+   Andrea Bolognani 
+   Boris Fiuczynski 
Brian Rak 
Chris Lalancette 
Claudio Bley 
@@ -46,6 +48,7 @@
Laine Stump 
Lei Li 
Luyao Huang 
+   Marc Hartmayer 
Marcelo Cerri 
Marian Neagul 
Mark McLoughlin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.3.0/ChangeLog 
new/libvirt-python-4.4.0/ChangeLog
--- old/libvirt-python-4.3.0/ChangeLog  2018-05-02 14:28:58.0 +0200
+++ new/libvirt-python-4.4.0/ChangeLog  2018-06-04 22:32:32.0 +0200
@@ -1,3 +1,100 @@
+2018-06-04 Daniel Veillard  
+
+Release of libvirt-python-4.4.0
+* setup.py: update for release
+
+
+2018-06-01 Jiri Denemark  
+
+Add support for virConnectBaselineHypervisorCPU
+The python bindings for this API cannot be generated because are
+generator is not capable of handling string arrays (char **) parameters.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1584676
+
+Reviewed-by: Ján Tomko 
+
+
+2018-05-22 Michal Privoznik  
+
+event-test.py: Sync list of storage lifecycle events
+https://bugzilla.redhat.com/show_bug.cgi?id=1578337
+
+Since libvirt 3.8.0 we have 6 events: defined, undefined,
+started, stopped, created, deleted. However, the last two were
+missing in a string list that translates libvirt events (int)
+into human readable strings.
+
+Reviewed-by: Pavel Hrdina 
+
+
+2018-05-16 Marc Hartmayer  
+
+Allow virConnect to be used as a context manager
+The libvirt python bindings are now more 'pythonic' as virConnect can
+now be used as a context manager.
+
+For example, it's possible to write the following code:
+
+with libvirt.open() as conn:
+# do something with the connection...
+print(conn.listAllDomains())
+
+At the end of this with-block the connection will be closed
+automatically.
+
+Reviewed-by: Bjoern Walk 
+Reviewed-by: Boris Fiuczynski 
+
+
+2018-05-16 Marc Hartmayer  
+
+libvirt-override.py: remove unused import
+Reviewed-by: Boris Fiuczynski 
+Reviewed-by: Bjoern Walk 
+
+
+2018-05-16 Boris Fiuczynski  
+
+libvirt-override.py: fix sparseSendAll
+Variable ret is used before assignment.
+
+
+
+2018-05-16 Marc Hartmayer  
+
+libvirt_qemu/lxc: fix a namespace issue
+Reviewed-by: Bjoern Walk 
+Reviewed-by: Boris Fiuczynski 
+
+
+2018-05-16 Marc Hartmayer  
+
+libvirt_qemu/lxc: import 'sys' package
+This fixes the pylint [1] warning "E: 25,16: Undefined variable
+'sys' (undefined-variable)".
+
+[1] https://www.pylint.org/
+
+Reviewed-by: Boris Fiuczynski 
+Reviewed-by: Bjoern Walk 
+
+
+2018-05-03 Andrea Bo

commit python-libvirt-python for openSUSE:Factory

2018-05-08 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-05-08 13:37:04

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 May  8 13:37:04 2018 rev:11 rq:603337 version:4.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-03-09 10:43:43.792872090 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-05-08 13:37:05.670084691 +0200
@@ -1,0 +2,12 @@
+Wed May  2 22:45:01 UTC 2018 - [email protected]
+
+- Update to 4.3.0
+  - Add all new APIs and constants in libvirt 4.3.0
+
+---
+Thu Apr  5 15:32:09 UTC 2018 - [email protected]
+
+- Update to 4.2.0
+  - Add all new APIs and constants in libvirt 4.2.0
+
+---

Old:

  libvirt-python-4.1.0.tar.gz
  libvirt-python-4.1.0.tar.gz.asc

New:

  libvirt-python-4.3.0.tar.gz
  libvirt-python-4.3.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.RIwKM1/_old  2018-05-08 13:37:06.318061305 +0200
+++ /var/tmp/diff_new_pack.RIwKM1/_new  2018-05-08 13:37:06.322061160 +0200
@@ -20,10 +20,10 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:https://libvirt.org/
-Version:4.1.0
+Version:4.3.0
 Release:0
 Summary:Library providing a virtualization API
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Languages/Python
 Source0:%{srcname}-%{version}.tar.gz
 Source1:%{srcname}-%{version}.tar.gz.asc

++ libvirt-python-4.1.0.tar.gz -> libvirt-python-4.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.1.0/ChangeLog 
new/libvirt-python-4.3.0/ChangeLog
--- old/libvirt-python-4.1.0/ChangeLog  2018-03-05 11:52:35.0 +0100
+++ new/libvirt-python-4.3.0/ChangeLog  2018-05-02 14:28:58.0 +0200
@@ -1,3 +1,71 @@
+2018-04-24 Daniel P. Berrangé  
+
+git: add config file telling git-publish how to send patches
+The "git-publish" tool is a useful git extension for sending patch
+series for code review. It automatically creates versioned tags
+each time code on a branch is sent, so that there is a record of
+each version. It also remembers the cover letter so it does not
+need re-entering each time the series is reposted.
+
+With this config file present it is now sufficient[1] to run
+
+$ git publish
+
+to send all patches in a branch to the list for review, with the
+correct subject prefix added for this non-core libvirt module.
+
+[1] Assuming your $HOME/.gitconfig has an SMTP server listed
+at least e.g.
+
+[sendemail]
+smtpserver = smtp.example.com
+
+
+
+2018-04-19 Daniel P. Berrangé  
+
+Fix build with older libvirt versions
+The libvirt python module is supposed to build with historical versions
+of the API back to 0.9.1, which means all constants / methods must be
+wrapped in conditionals. This was accidentally forgotten in:
+
+commit 314b2346df2d8e2d7d705b003c693b4fa0189bdf
+Author: Edgar Kaziakhmedov 
+Date:   Wed Feb 7 17:49:30 2018 +0300
+
+Set hints for virPyDictToTypedParams
+
+Predefine hints for all parameters possible to avoid wrong type
+convert.
+
+This broke the build against any libvirt < 2.0.0
+
+Reviewed-by: Ján Tomko 
+
+
+2018-04-03 Daniel P. Berrangé  
+
+Post-release version bump to 4.3.0
+
+
+2018-03-23 Daniel P. Berrangé  
+
+Disable Python 2 on future RHEL and Fedora > 29
+The end of Python 2 is nearing, so declare when it will be removed
+from libvirt Python binding RPMs.
+
+NB, this doesn't imply we'll be removing py2 support from upstream
+libvirt-python on the same timeframe - we'll consider what todo
+wrt that when upstream Python 2 finally goes EOL.
+
+Reviewed-by: Jiri Denemark 
+
+
+2018-03-05 Daniel P. Berrangé  
+
+Post-release version bump to 4.2.0
+
+
 2018-03-05 Daniel Veillard  
 
 Release of libvirt-python 4.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.1.0/PKG-INFO 
new/libvirt-python-4.3.0/PKG-INFO
--- old/libvirt-python-4.1.0/PKG-INFO   2018-03-05 11:52:36.0 +0100
+++ new/libvirt-python

commit python-libvirt-python for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-03-09 10:43:39

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Fri Mar  9 10:43:39 2018 rev:10 rq:583110 version:4.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2018-01-26 13:40:12.895290095 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-03-09 10:43:43.792872090 +0100
@@ -1,0 +2,6 @@
+Mon Mar  5 18:20:19 UTC 2018 - [email protected]
+
+- Update to 4.1.0
+  - Add all new APIs and constants in libvirt 4.1.0
+
+---

Old:

  libvirt-python-4.0.0.tar.gz
  libvirt-python-4.0.0.tar.gz.asc

New:

  libvirt-python-4.1.0.tar.gz
  libvirt-python-4.1.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.QG7Gbz/_old  2018-03-09 10:43:44.560844430 +0100
+++ /var/tmp/diff_new_pack.QG7Gbz/_new  2018-03-09 10:43:44.560844430 +0100
@@ -19,8 +19,8 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define srcname libvirt-python
 Name:   python-libvirt-python
-Url:http://libvirt.org/
-Version:4.0.0
+Url:https://libvirt.org/
+Version:4.1.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1+

++ libvirt-python-4.0.0.tar.gz -> libvirt-python-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.0.0/AUTHORS 
new/libvirt-python-4.1.0/AUTHORS
--- old/libvirt-python-4.0.0/AUTHORS2018-01-19 12:15:12.0 +0100
+++ new/libvirt-python-4.1.0/AUTHORS2018-03-05 11:52:35.0 +0100
@@ -18,11 +18,13 @@
Cédric Bosdonnat 
Dan Kenigsberg 
Daniel P. Berrange 
+   Daniel P. Berrangé 
Daniel Veillard 
Diego Elio Pettenò 
Dmitry Guryanov 
Don Dugger 
Doug Goldstein 
+   Edgar Kaziakhmedov 
Eric Blake 
Federico Simoncelli 
Giuseppe Scrivano 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.0.0/ChangeLog 
new/libvirt-python-4.1.0/ChangeLog
--- old/libvirt-python-4.0.0/ChangeLog  2018-01-19 12:15:12.0 +0100
+++ new/libvirt-python-4.1.0/ChangeLog  2018-03-05 11:52:35.0 +0100
@@ -1,3 +1,58 @@
+2018-03-05 Daniel Veillard  
+
+Release of libvirt-python 4.1.0
+
+
+2018-02-19 Pavel Hrdina  
+
+Fix virPyDictToTypedParams type hint for block copy params
+Reviewed-by: Daniel P. Berrangé 
+
+
+2018-02-19 Pavel Hrdina  
+
+Add missing virPyDictToTypedParams hint for migration params
+Reviewed-by: Daniel P. Berrangé 
+
+
+2018-02-19 Pavel Hrdina  
+
+Fix order of virPyDictToTypedParams hints
+This corresponds to the order in libvirt-domain.h header file.
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2018-02-19 Pavel Hrdina  
+
+Use static variables to store virPyDictToTypedParams hints
+There is no need to have dynamic allocation every time the API
+is called.  Rewrites commit <314b2346df>.
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2018-02-19 Edgar Kaziakhmedov  
+
+Set hints for virPyDictToTypedParams
+Predefine hints for all parameters possible to avoid wrong type
+convert.
+
+
+
+2018-02-09 Daniel P. Berrangé  
+
+tests: add special case for virStoragePoolLookupByTargetPath
+This new API trips up the sanity test for checking mapping of
+all C APIs into Python.
+
+
+
+2018-02-06 Jiri Denemark  
+
+event-test.py: Remove extra ( in --help output
+
+
 2018-01-19 Daniel Veillard  
 
 Release of libvirt-python-4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-4.0.0/PKG-INFO 
new/libvirt-python-4.1.0/PKG-INFO
--- old/libvirt-python-4.0.0/PKG-INFO   2018-01-19 12:15:12.0 +0100
+++ new/libvirt-python-4.1.0/PKG-INFO   2018-03-05 11:52:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 4.0.0
+Version: 4.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-4.0.0/examples/event-test.py 
new/libvirt-python-4.1.0/examples/event-test.py
--- old/libvirt-p

commit python-libvirt-python for openSUSE:Factory

2018-01-26 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2018-01-26 13:40:08

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Fri Jan 26 13:40:08 2018 rev:9 rq:569726 version:4.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-12-19 10:58:15.718003559 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2018-01-26 13:40:12.895290095 +0100
@@ -1,0 +2,7 @@
+Fri Jan 19 18:39:23 UTC 2018 - [email protected]
+
+- Update to 4.0.0
+  - Add all new APIs and constants in libvirt 4.0.0
+  - BuildRequire matching libvirt version
+
+---

Old:

  libvirt-python-3.10.0.tar.gz
  libvirt-python-3.10.0.tar.gz.asc

New:

  libvirt-python-4.0.0.tar.gz
  libvirt-python-4.0.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.OYl1pJ/_old  2018-01-26 13:40:13.655254602 +0100
+++ /var/tmp/diff_new_pack.OYl1pJ/_new  2018-01-26 13:40:13.655254602 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libvirt-python
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:http://libvirt.org/
-Version:3.10.0
+Version:4.0.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1+
@@ -29,7 +29,7 @@
 Source1:%{srcname}-%{version}.tar.gz.asc
 Source2:python-libvirt-python.keyring
 BuildRequires:  fdupes
-BuildRequires:  libvirt-devel >= 0.9.11
+BuildRequires:  libvirt-devel = %{version}
 BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}

++ libvirt-python-3.10.0.tar.gz -> libvirt-python-4.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.10.0/AUTHORS 
new/libvirt-python-4.0.0/AUTHORS
--- old/libvirt-python-3.10.0/AUTHORS   2017-12-04 18:46:31.0 +0100
+++ new/libvirt-python-4.0.0/AUTHORS2018-01-19 12:15:12.0 +0100
@@ -62,6 +62,7 @@
Oskari Saarenmaa 
Pavel Boldin 
Pavel Hrdina 
+   Peng Hao 
Peter Krempa 
Philipp Hahn 
Prabodh Agarwal 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.10.0/ChangeLog 
new/libvirt-python-4.0.0/ChangeLog
--- old/libvirt-python-3.10.0/ChangeLog 2017-12-04 18:46:31.0 +0100
+++ new/libvirt-python-4.0.0/ChangeLog  2018-01-19 12:15:12.0 +0100
@@ -1,3 +1,105 @@
+2018-01-19 Daniel Veillard  
+
+Release of libvirt-python-4.0.0
+
+
+2018-01-12 Daniel P. Berrange  
+
+Use python*_sitearch macros instead of manually defining the dir
+Note we use python_sitearch not python2_sitearch, since the former
+is more portable.
+
+Reviewed-by: Pavel Hrdina 
+
+
+2018-01-12 Daniel P. Berrange  
+
+Fix filtering of RPM provides for .so files
+Reviewed-by: Pavel Hrdina 
+
+
+2018-01-12 Daniel P. Berrange  
+
+Require libvirt native version matching py version by default
+Although we're capable of building against any libvirt >= 0.9.11, 99% of 
the
+time we want RPM builds to be done against matching libvirt version, 
otherwise
+we might silently build against an unexpected/wrong version.
+
+We don't support building against a native libvirt that's newer than the
+python binding, since the generator may incorrectly handle new APIs. So use
+== instead of >= too.
+
+Reviewed-by: Pavel Hrdina 
+
+
+2018-01-12 Daniel P. Berrange  
+
+Turn on python3 sub-RPMs for RHEL > 7
+It is expected that future RHEL-8 will have python3 by default, so enable 
that.
+It is unclear whether python2 will still be available, so leave that 
enabled
+for now.
+
+Reviewed-by: Pavel Hrdina 
+
+
+2018-01-12 Daniel P. Berrange  
+
+Adapt to rename of py2 RPMs from python- to python2- prefix
+Reviewed-by: Pavel Hrdina 
+
+
+2018-01-12 Daniel P. Berrange  
+
+Add emacs mode marker to activate rpm-spec highlighting
+Reviewed-by: Pavel Hrdina 
+
+
+2018-01-12 D

commit python-libvirt-python for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-12-19 10:58:12

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 Dec 19 10:58:12 2017 rev:8 rq:557942 version:3.10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-12-08 12:56:44.339091558 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-12-19 10:58:15.718003559 +0100
@@ -1,0 +2,6 @@
+Mon Dec 11 06:39:09 UTC 2017 - [email protected]
+
+- Update to 3.10.0
+  - Add all new APIs and constants in libvirt 3.10.0
+
+---

Old:

  libvirt-python-3.9.0.tar.gz
  libvirt-python-3.9.0.tar.gz.asc

New:

  libvirt-python-3.10.0.tar.gz
  libvirt-python-3.10.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.VYTKfs/_old  2017-12-19 10:58:16.269976913 +0100
+++ /var/tmp/diff_new_pack.VYTKfs/_new  2017-12-19 10:58:16.269976913 +0100
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:http://libvirt.org/
-Version:3.9.0
+Version:3.10.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.9.0.tar.gz -> libvirt-python-3.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.9.0/ChangeLog 
new/libvirt-python-3.10.0/ChangeLog
--- old/libvirt-python-3.9.0/ChangeLog  2017-11-02 18:16:47.0 +0100
+++ new/libvirt-python-3.10.0/ChangeLog 2017-12-04 18:46:31.0 +0100
@@ -1,3 +1,13 @@
+2017-11-30 Cédric Bosdonnat  
+
+Don't hardcode interpreter path
+This is particularly useful on operating systems that don't ship
+Python as part of the base system (eg. FreeBSD) while still working
+just as well as it did before on Linux.
+
+Reviewed-by: Daniel P. Berrange 
+
+
 2017-11-02 Daniel Veillard  
 
 Release of libvirt-python-3.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.9.0/PKG-INFO 
new/libvirt-python-3.10.0/PKG-INFO
--- old/libvirt-python-3.9.0/PKG-INFO   2017-11-02 18:16:47.0 +0100
+++ new/libvirt-python-3.10.0/PKG-INFO  2017-12-04 18:46:31.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 3.9.0
+Version: 3.10.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-3.9.0/examples/event-test.py 
new/libvirt-python-3.10.0/examples/event-test.py
--- old/libvirt-python-3.9.0/examples/event-test.py 2017-08-02 
04:07:18.0 +0200
+++ new/libvirt-python-3.10.0/examples/event-test.py2017-12-04 
18:31:00.0 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
 #
 #
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.9.0/generator.py 
new/libvirt-python-3.10.0/generator.py
--- old/libvirt-python-3.9.0/generator.py   2017-09-04 12:17:29.0 
+0200
+++ new/libvirt-python-3.10.0/generator.py  2017-12-04 18:31:00.0 
+0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
 #
 # generate python wrappers from the XML API description
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.9.0/libvirt-python.spec 
new/libvirt-python-3.10.0/libvirt-python.spec
--- old/libvirt-python-3.9.0/libvirt-python.spec2017-11-02 
18:16:47.0 +0100
+++ new/libvirt-python-3.10.0/libvirt-python.spec   2017-12-04 
18:46:31.0 +0100
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 3.9.0
+Version: 3.10.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-3.9.0/sanitytest.py 
new/libvirt-python-3.10.0/sanitytest.py
--- old/libvirt-python-3.9.0/sanitytest.py  2017-10-04 10:26:34.0 
+0200
+++ new/libvirt-python-3.10.0/sanitytest.py 2017-12-04 18:31:00.0 
+0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import sys

commit python-libvirt-python for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-12-08 12:56:43

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Fri Dec  8 12:56:43 2017 rev:7 rq:546498 version:3.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-11-12 18:02:12.945104394 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-12-08 12:56:44.339091558 +0100
@@ -1,0 +2,5 @@
+Wed Nov 29 16:41:50 UTC 2017 - [email protected]
+
+- Get rid of python2 dependency on python3 package
+
+---



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.pg7jJB/_old  2017-12-08 12:56:45.679043165 +0100
+++ /var/tmp/diff_new_pack.pg7jJB/_new  2017-12-08 12:56:45.679043165 +0100
@@ -50,6 +50,11 @@
 %prep
 %setup -q -n %{srcname}-%{version}
 
+# Unset execute bit for example scripts; it can introduce spurious
+# RPM dependencies, like /usr/bin/python which can pull in python2
+# for the -python3 package
+find examples -type f -exec chmod 0644 \{\} \;
+
 %build
 export CFLAGS="%{optflags}"
 %python_build





commit python-libvirt-python for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-11-12 18:02:10

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Sun Nov 12 18:02:10 2017 rev:6 rq:539357 version:3.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-10-11 23:01:36.264242315 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-11-12 18:02:12.945104394 +0100
@@ -1,0 +2,6 @@
+Thu Nov  2 20:47:56 UTC 2017 - [email protected]
+
+- Update to 3.9.0
+  - Add all new APIs and constants in libvirt 3.9.0
+
+---

Old:

  libvirt-python-3.8.0.tar.gz
  libvirt-python-3.8.0.tar.gz.asc

New:

  libvirt-python-3.9.0.tar.gz
  libvirt-python-3.9.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.Ky1iUu/_old  2017-11-12 18:02:13.805073070 +0100
+++ /var/tmp/diff_new_pack.Ky1iUu/_new  2017-11-12 18:02:13.805073070 +0100
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:http://libvirt.org/
-Version:3.8.0
+Version:3.9.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.8.0.tar.gz -> libvirt-python-3.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.8.0/ChangeLog 
new/libvirt-python-3.9.0/ChangeLog
--- old/libvirt-python-3.8.0/ChangeLog  2017-10-04 10:26:46.0 +0200
+++ new/libvirt-python-3.9.0/ChangeLog  2017-11-02 18:16:47.0 +0100
@@ -1,3 +1,8 @@
+2017-11-02 Daniel Veillard  
+
+Release of libvirt-python-3.9.0
+
+
 2017-09-29 Nir Soffer  
 
 Unify whitespace around *_ALLOW_THREADS macros
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.8.0/PKG-INFO 
new/libvirt-python-3.9.0/PKG-INFO
--- old/libvirt-python-3.8.0/PKG-INFO   2017-10-04 10:26:46.0 +0200
+++ new/libvirt-python-3.9.0/PKG-INFO   2017-11-02 18:16:47.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 3.8.0
+Version: 3.9.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-3.8.0/libvirt-python.spec 
new/libvirt-python-3.9.0/libvirt-python.spec
--- old/libvirt-python-3.8.0/libvirt-python.spec2017-10-04 
10:26:46.0 +0200
+++ new/libvirt-python-3.9.0/libvirt-python.spec2017-11-02 
18:16:47.0 +0100
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 3.8.0
+Version: 3.9.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-3.8.0/setup.py 
new/libvirt-python-3.9.0/setup.py
--- old/libvirt-python-3.8.0/setup.py   2017-10-04 10:26:34.0 +0200
+++ new/libvirt-python-3.9.0/setup.py   2017-11-02 18:00:39.0 +0100
@@ -335,7 +335,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '3.8.0',
+  version = '3.9.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = '[email protected]',




commit python-libvirt-python for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-10-11 23:01:34

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Wed Oct 11 23:01:34 2017 rev:5 rq:532217 version:3.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-10-03 23:18:21.501355324 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-10-11 23:01:36.264242315 +0200
@@ -1,0 +2,6 @@
+Thu Oct  5 20:04:31 UTC 2017 - [email protected]
+
+- Update to 3.8.0
+  - Add all new APIs and constants in libvirt 3.8.0
+
+---

Old:

  libvirt-python-3.7.0.tar.gz
  libvirt-python-3.7.0.tar.gz.asc

New:

  libvirt-python-3.8.0.tar.gz
  libvirt-python-3.8.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.kc3t5g/_old  2017-10-11 23:01:37.040208320 +0200
+++ /var/tmp/diff_new_pack.kc3t5g/_new  2017-10-11 23:01:37.044208145 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:http://libvirt.org/
-Version:3.7.0
+Version:3.8.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.7.0.tar.gz -> libvirt-python-3.8.0.tar.gz ++
 1907 lines of diff (skipped)




commit python-libvirt-python for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-10-03 23:18:11

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  3 23:18:11 2017 rev:4 rq:530565 version:3.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-09-20 17:07:07.960501486 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-10-03 23:18:21.501355324 +0200
@@ -1,0 +2,6 @@
+Mon Oct  2 18:56:32 UTC 2017 - [email protected]
+
+- Rectify RPM group. Adjust descriptions for neutrality and
+  OS relevance.
+
+---



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.ppTfH6/_old  2017-10-03 23:18:22.209255699 +0200
+++ /var/tmp/diff_new_pack.ppTfH6/_new  2017-10-03 23:18:22.209255699 +0200
@@ -22,9 +22,9 @@
 Url:http://libvirt.org/
 Version:3.7.0
 Release:0
-Summary:Library providing a simple virtualization API
+Summary:Library providing a virtualization API
 License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
+Group:  Development/Languages/Python
 Source0:%{srcname}-%{version}.tar.gz
 Source1:%{srcname}-%{version}.tar.gz.asc
 Source2:python-libvirt-python.keyring
@@ -45,7 +45,7 @@
 The python-libvirt-python package contains a module that permits applications
 written in the Python programming language to use the interface
 supplied by the libvirt library to use the virtualization capabilities
-of recent versions of Linux (and other OSes).
+of recent versions of Linux (v2.6.20+).
 
 %prep
 %setup -q -n %{srcname}-%{version}





commit python-libvirt-python for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-09-20 17:06:53

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Wed Sep 20 17:06:53 2017 rev:3 rq:526419 version:3.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-09-13 22:38:45.160502973 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-09-20 17:07:07.960501486 +0200
@@ -1,0 +2,6 @@
+Fri Sep 15 16:30:22 UTC 2017 - [email protected]
+
+- Update to 3.7.0
+  - Add all new APIs and constants in libvirt 3.7.0
+
+---

Old:

  libvirt-python-3.6.0.tar.gz
  libvirt-python-3.6.0.tar.gz.asc

New:

  libvirt-python-3.7.0.tar.gz
  libvirt-python-3.7.0.tar.gz.asc



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.dDwpaZ/_old  2017-09-20 17:07:09.500284730 +0200
+++ /var/tmp/diff_new_pack.dDwpaZ/_new  2017-09-20 17:07:09.504284167 +0200
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 Url:http://libvirt.org/
-Version:3.6.0
+Version:3.7.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.6.0.tar.gz -> libvirt-python-3.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.6.0/AUTHORS 
new/libvirt-python-3.7.0/AUTHORS
--- old/libvirt-python-3.6.0/AUTHORS2017-08-02 04:06:46.0 +0200
+++ new/libvirt-python-3.7.0/AUTHORS2017-09-04 12:18:04.0 +0200
@@ -73,6 +73,7 @@
Taizo ITO 
Taku Izumi 
Tomoki Sekiyama 
+   Tomáš Golembiovský 
Victor Stinner 
Viktor Mihajlovski 
Wojtek Porczyk 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.6.0/ChangeLog 
new/libvirt-python-3.7.0/ChangeLog
--- old/libvirt-python-3.6.0/ChangeLog  2017-08-02 04:06:46.0 +0200
+++ new/libvirt-python-3.7.0/ChangeLog  2017-09-04 12:18:04.0 +0200
@@ -1,3 +1,51 @@
+2017-08-26 John Ferlan  
+
+Implement virDomainMigrateGetMaxDowntime
+Add override code for virDomainMigrateGetMaxDowntime
+
+
+2017-08-26 John Ferlan  
+
+Introduce virDomainMigrateGetMaxDowntime API
+Introduce wrapper for virDomainMigrateGetMaxDowntime
+
+
+2017-08-10 Daniel P. Berrange  
+
+Fix package name in description of sub-RPMs
+
+
+2017-08-10 Daniel P. Berrange  
+
+Revert "rpm: assume python3 is always available"
+This reverts commit b302b6d884ad4c6c917203a463f3377f3615b030.
+
+Only drop the Fedora 18 test - RHEL must still build without
+python 3
+
+
+2017-08-10 Daniel P. Berrange  
+
+rpm: rename packages to python2-libvirt / python3-libvirt
+This complies with Fedora naming policy for python packages
+
+Reviewed-by: Martin Kletzander 
+
+
+2017-08-10 Daniel P. Berrange  
+
+rpm: assume python3 is always available
+Reviewed-by: Martin Kletzander 
+
+
+2017-08-02 Tomáš Golembiovský  
+
+virDomainMemoryStats: include usable memory and last update
+We've forgot to include VIR_DOMAIN_MEMORY_STAT_USABLE and
+VIR_DOMAIN_MEMORY_STAT_LAST_UPDATE constants.
+
+
+
 2017-08-02 Daniel Veillard  
 
 Release of libvirt-python-3.6.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.6.0/PKG-INFO 
new/libvirt-python-3.7.0/PKG-INFO
--- old/libvirt-python-3.6.0/PKG-INFO   2017-08-02 04:06:46.0 +0200
+++ new/libvirt-python-3.7.0/PKG-INFO   2017-09-04 12:18:04.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 3.6.0
+Version: 3.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-3.6.0/generator.py 
new/libvirt-python-3.7.0/generator.py
--- old/libvirt-python-3.6.0/generator.py   2017-06-02 09:03:05.0 
+0200
+++ new/libvirt-python-3.7.0/generator.py   2017-09-04 12:17:29.0 
+0200
@@ -465,6 +465,7 @@
 'virDomainGetBlockJobInfo',
 'virDomainMigrateGetCompressionCache',
 'virDomainMigrateGetMaxSpeed',
+'virDomainMigrateGetMaxDowntime',
 'virDomainBlockStatsFlags',
 'virD

commit python-libvirt-python for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-09-13 22:38:30

Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)


Package is "python-libvirt-python"

Wed Sep 13 22:38:30 2017 rev:2 rq:525884 version:3.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2017-08-12 19:33:44.985530770 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-09-13 22:38:45.160502973 +0200
@@ -1,0 +2,5 @@
+Wed Sep 13 09:03:07 UTC 2017 - [email protected]
+
+- Only the python2 package should provide libvirt-python .
+
+---



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.gSZ0K4/_old  2017-09-13 22:38:45.708425827 +0200
+++ /var/tmp/diff_new_pack.gSZ0K4/_new  2017-09-13 22:38:45.712425264 +0200
@@ -17,8 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-libvirt-python
 %define srcname libvirt-python
+Name:   python-libvirt-python
 Url:http://libvirt.org/
 Version:3.6.0
 Release:0
@@ -34,9 +34,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module xml}
-
+%ifpython2
 Provides:   libvirt-python = %{version}
 Obsoletes:  libvirt-python < %{version}
+%endif
 
 %python_subpackages