commit libvirt-python for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-07-17 09:11:15

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


Package is "libvirt-python"

Mon Jul 17 09:11:15 2017 rev:43 rq:510159 version:3.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-06-10 17:51:50.504704583 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-07-17 09:11:15.867039380 +0200
@@ -1,0 +2,6 @@
+Thu Jul  6 21:20:32 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.5.0
+  - Add all new APIs and constants in libvirt 3.5.0
+
+---

Old:

  libvirt-python-3.4.0.tar.gz
  libvirt-python-3.4.0.tar.gz.asc

New:

  libvirt-python-3.5.0.tar.gz
  libvirt-python-3.5.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.NsKtTN/_old  2017-07-17 09:11:16.374967838 +0200
+++ /var/tmp/diff_new_pack.NsKtTN/_new  2017-07-17 09:11:16.374967838 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:3.4.0
+Version:3.5.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.4.0.tar.gz -> libvirt-python-3.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.4.0/ChangeLog 
new/libvirt-python-3.5.0/ChangeLog
--- old/libvirt-python-3.4.0/ChangeLog  2017-06-02 09:04:21.0 +0200
+++ new/libvirt-python-3.5.0/ChangeLog  2017-07-04 22:38:20.0 +0200
@@ -1,3 +1,19 @@
+2017-06-20 Martin Kletzander  
+
+Add details for shutdown event
+In commit a8eba5036cb4b0e2ec827e9e6e019ce70e451377, libvirt added
+support for two more details.  In python bindings it all worked fine
+automagically except an example that was not updated.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1463188
+
+
+
+2017-06-02 Daniel Veillard  
+
+Release of libvirt-python-3.4.0
+
+
 2017-05-24 Daniel P. Berrange  
 
 Fix error check for virDomainGetTime method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.4.0/PKG-INFO 
new/libvirt-python-3.5.0/PKG-INFO
--- old/libvirt-python-3.4.0/PKG-INFO   2017-06-02 09:04:21.0 +0200
+++ new/libvirt-python-3.5.0/PKG-INFO   2017-07-04 22:38:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 3.4.0
+Version: 3.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-3.4.0/examples/event-test.py 
new/libvirt-python-3.5.0/examples/event-test.py
--- old/libvirt-python-3.4.0/examples/event-test.py 2017-05-05 
21:39:32.0 +0200
+++ new/libvirt-python-3.5.0/examples/event-test.py 2017-07-04 
22:36:10.0 +0200
@@ -477,7 +477,7 @@
 ( "Paused", "Migrated", "IOError", "Watchdog", "Restored", "Snapshot", 
"API error" ),
 ( "Unpaused", "Migrated", "Snapshot" ),
 ( "Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", 
"Snapshot"),
-( "Finished", ),
+( "Finished", "On guest request", "On host request"),
 ( "Memory", "Disk" ),
 ( "Panicked", ),
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.4.0/libvirt-python.spec 
new/libvirt-python-3.5.0/libvirt-python.spec
--- old/libvirt-python-3.4.0/libvirt-python.spec2017-06-02 
09:04:20.0 +0200
+++ new/libvirt-python-3.5.0/libvirt-python.spec2017-07-04 
22:38:19.0 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 3.4.0
+Version: 3.5.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.4.0/setup.py 
new/libvirt-python-3.5.0/setup.py
--- old/libvirt-python-3.4.0/setup.py   2017-06-02 09:04:16.0 +0200
+++ new/libvirt-python-3.5.0/setup.py   2017-07-04 22:38:11.0 +0200
@@ -334,7 +334,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  

commit libvirt-python for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-06-10 17:51:46

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


Package is "libvirt-python"

Sat Jun 10 17:51:46 2017 rev:42 rq:502727 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-05-09 18:09:52.215913160 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-06-10 17:51:50.504704583 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 17:43:08 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.4.0
+  - Add all new APIs and constants in libvirt 3.4.0
+
+---

Old:

  libvirt-python-3.3.0.tar.gz
  libvirt-python-3.3.0.tar.gz.asc

New:

  libvirt-python-3.4.0.tar.gz
  libvirt-python-3.4.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.8sK6Jw/_old  2017-06-10 17:51:51.048627782 +0200
+++ /var/tmp/diff_new_pack.8sK6Jw/_new  2017-06-10 17:51:51.052627217 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:3.3.0
+Version:3.4.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.3.0.tar.gz -> libvirt-python-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.3.0/AUTHORS 
new/libvirt-python-3.4.0/AUTHORS
--- old/libvirt-python-3.3.0/AUTHORS2017-05-05 21:48:18.0 +0200
+++ new/libvirt-python-3.4.0/AUTHORS2017-06-02 09:04:21.0 +0200
@@ -77,5 +77,6 @@
Viktor Mihajlovski 
Wojtek Porczyk 
Wu Zongyong 
+   Xavier Fernandez 
Zeeshan Ali (Khattak) 
Zhou Yimin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.3.0/ChangeLog 
new/libvirt-python-3.4.0/ChangeLog
--- old/libvirt-python-3.3.0/ChangeLog  2017-05-05 21:48:18.0 +0200
+++ new/libvirt-python-3.4.0/ChangeLog  2017-06-02 09:04:21.0 +0200
@@ -1,3 +1,69 @@
+2017-05-24 Daniel P. Berrange  
+
+Fix error check for virDomainGetTime method
+The virDomainGetTime returns either a dict or None, but the python
+glue layer for checking for '-1'. Thus it failed to raise an
+exception on error.
+
+
+
+2017-05-24 Michal Privoznik  
+
+examples: Introduce sparsestream.py
+Sparse streams are not that straight forward to use for the very
+first time. Especially the sparseRecvAll() and sparseSendAll()
+methods which expects callbacks. What we can do to make it easier
+for developers is to have an example where they can take an
+inspiration from.
+
+
+
+2017-05-24 Michal Privoznik  
+
+virStream: Introduce virStreamSparse{Recv,Send}All
+Yet again, our parser is not capable of generating proper
+wrapper. To be fair, this one wold be really tough anyway.
+
+
+
+2017-05-23 Michal Privoznik  
+
+virStream: Introduce virStreamRecvFlags
+Yet again, we need a custom wrapper over virStreamRecvFlags
+because our generator is not capable of generating it.
+
+
+
+2017-05-23 Michal Privoznik  
+
+Implement virStreamSendHole/virStreamRecvHole
+The return value for virStreamRecvHole is slightly different to
+its C counterpart. In python, either it returns the hole size or
+None if C API fails.
+
+
+
+2017-05-17 Xavier Fernandez  
+
+Use better comparison in virStream.sendAll for Python 3
+In Python 3, if the file is open in binary mode, @got will end up
+being equal to b"" and b"" != "" in Python 3.
+
+
+2017-05-15 Martin Kletzander  
+
+spec: Install egg-info with rpm package
+This was being done due to now deprecated policy and that file should
+be installed so that pip can recognize that the packages is already
+installed in the system.
+
+
+
+2017-05-05 Daniel Veillard  
+
+Release of libvirt-python-3.3.0
+
+
 2017-04-04 Daniel P. Berrange  
 
 event-test: add ability to run the asyncio event loop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit libvirt-python for openSUSE:Factory

2017-05-09 Thread root
Hello community,

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

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


Package is "libvirt-python"

Tue May  9 18:09:50 2017 rev:41 rq:493580 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-04-06 11:02:51.821533179 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-05-09 18:09:52.215913160 +0200
@@ -1,0 +2,7 @@
+Mon May  8 17:40:15 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.3.0
+  - Add all new APIs and constants in libvirt 3.3.0
+  - FATE#319684, FATE#321335, FATE#321349
+
+---

Old:

  libvirt-python-3.2.0.tar.gz
  libvirt-python-3.2.0.tar.gz.asc

New:

  libvirt-python-3.3.0.tar.gz
  libvirt-python-3.3.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.fAfKDX/_old  2017-05-09 18:09:52.899816516 +0200
+++ /var/tmp/diff_new_pack.fAfKDX/_new  2017-05-09 18:09:52.903815951 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:3.2.0
+Version:3.3.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.2.0.tar.gz -> libvirt-python-3.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.2.0/AUTHORS 
new/libvirt-python-3.3.0/AUTHORS
--- old/libvirt-python-3.2.0/AUTHORS2017-04-02 17:10:54.0 +0200
+++ new/libvirt-python-3.3.0/AUTHORS2017-05-05 21:48:18.0 +0200
@@ -75,6 +75,7 @@
Tomoki Sekiyama 
Victor Stinner 
Viktor Mihajlovski 
+   Wojtek Porczyk 
Wu Zongyong 
Zeeshan Ali (Khattak) 
Zhou Yimin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.2.0/ChangeLog 
new/libvirt-python-3.3.0/ChangeLog
--- old/libvirt-python-3.2.0/ChangeLog  2017-04-02 17:10:54.0 +0200
+++ new/libvirt-python-3.3.0/ChangeLog  2017-05-05 21:48:18.0 +0200
@@ -1,3 +1,75 @@
+2017-04-04 Daniel P. Berrange  
+
+event-test: add ability to run the asyncio event loop
+The event test program '--loop' arg is modified to take the name
+of an event loop impl to run. eg 'event-test.py --loop asyncio'
+
+
+
+2017-04-04 Daniel P. Berrange  
+
+event-test: rename example event loop impl
+Use the name 'Poll' instead of 'Pure' for the event loop demo,
+since there's now a second pure python loop impl available.
+
+
+
+2017-04-04 Daniel P. Berrange  
+
+event-test: unregister callbacks & close conn on exit
+In order to test cleanup code paths we must unregister all callbacks
+and close the connection on shutdown. Since cleanup happens in the
+background, we do a short sleep to allow the main loop to run its
+cleanup too.
+
+
+
+2017-04-04 Daniel P. Berrange  
+
+event-test: add timeout to exit event loop
+
+
+2017-04-04 Daniel P. Berrange  
+
+event-test: free opaque data when removing callbacks
+The pure python event loop impl has to call
+
+libvirt.virEventInvokeFreeCallback
+
+to free the event opaque data from a clean stack context
+
+
+
+2017-04-04 Wojtek Porczyk  
+
+Add asyncio event loop implementation
+This is usable only on python >= 3.4 (or 3.3 with out-of-tree asyncio),
+however it should be harmless for anyone with older python versions.
+
+In simplest case, to have the callbacks queued on the default loop:
+
+>>> import libvirtaio
+>>> libvirtaio.virEventRegisterAsyncIOImpl()
+
+The function is not present on non-compatible platforms.
+
+
+
+2017-04-04 Wojtek Porczyk  
+
+Allow for ff callbacks to be called by custom event implementations
+The documentation says:
+> If the opaque user data requires free'ing when the handle is
+> unregistered, then a 2nd callback can be supplied for this purpose.
+> This callback needs to be invoked from a clean stack. If 'ff'
+> callbacks are invoked directly from the 

commit libvirt-python for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-04-06 11:02:45

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


Package is "libvirt-python"

Thu Apr  6 11:02:45 2017 rev:40 rq:484991 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-03-04 16:48:22.580960990 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-04-06 11:02:51.821533179 +0200
@@ -1,0 +2,7 @@
+Mon Apr  3 04:45:02 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.2.0
+  - Add all new APIs and constants in libvirt 3.2.0
+  - FATE#319684, FATE#321335, FATE#321349
+  
+---

Old:

  libvirt-python-3.1.0.tar.gz
  libvirt-python-3.1.0.tar.gz.asc

New:

  libvirt-python-3.2.0.tar.gz
  libvirt-python-3.2.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.opQA7K/_old  2017-04-06 11:02:53.501295769 +0200
+++ /var/tmp/diff_new_pack.opQA7K/_new  2017-04-06 11:02:53.505295204 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:3.1.0
+Version:3.2.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.1.0.tar.gz -> libvirt-python-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.1.0/ChangeLog 
new/libvirt-python-3.2.0/ChangeLog
--- old/libvirt-python-3.1.0/ChangeLog  2017-03-03 11:25:59.0 +0100
+++ new/libvirt-python-3.2.0/ChangeLog  2017-04-02 17:10:54.0 +0200
@@ -1,3 +1,21 @@
+2017-04-02 Daniel Veillard  
+
+Release of libvirt-python-3.2.0
+* setup.py: bumped version
+
+
+2017-03-29 Peter Krempa  
+
+event: Add handler for block threshold event
+Unfortunately python doesn't generate those.
+
+
+2017-03-29 Peter Krempa  
+
+event: fix comment for _dispatchDomainEventMetadataChangeCallback
+The comment was copied from the device removal failed event.
+
+
 2017-01-27 Daniel P. Berrange  
 
 Removed unused 'functions_list_exception_test' code from generator
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.1.0/PKG-INFO 
new/libvirt-python-3.2.0/PKG-INFO
--- old/libvirt-python-3.1.0/PKG-INFO   2017-03-03 11:25:59.0 +0100
+++ new/libvirt-python-3.2.0/PKG-INFO   2017-04-02 17:10:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 3.1.0
+Version: 3.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-3.1.0/examples/event-test.py 
new/libvirt-python-3.2.0/examples/event-test.py
--- old/libvirt-python-3.1.0/examples/event-test.py 2017-01-17 
19:20:56.0 +0100
+++ new/libvirt-python-3.2.0/examples/event-test.py 2017-04-02 
16:52:04.0 +0200
@@ -541,6 +541,9 @@
 def myDomainEventMetadataChangeCallback(conn, dom, mtype, nsuri, opaque):
 print("myDomainEventMetadataChangeCallback: Domain %s(%s) changed metadata 
mtype=%d nsuri=%s" % (
 dom.name(), dom.ID(), mtype, nsuri))
+def myDomainEventBlockThresholdCallback(conn, dom, dev, path, threshold, 
excess, opaque):
+print("myDomainEventBlockThresholdCallback: Domain %s(%s) block device 
%s(%s) threshold %d exceeded by %d" % (
+dom.name(), dom.ID(), dev, path, threshold, excess))
 
 ##
 # Network events
@@ -710,6 +713,7 @@
 vc.domainEventRegisterAny(None, libvirt.VIR_DOMAIN_EVENT_ID_JOB_COMPLETED, 
myDomainEventJobCompletedCallback, None)
 vc.domainEventRegisterAny(None, 
libvirt.VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED, 
myDomainEventDeviceRemovalFailedCallback, None)
 vc.domainEventRegisterAny(None, 
libvirt.VIR_DOMAIN_EVENT_ID_METADATA_CHANGE, 
myDomainEventMetadataChangeCallback, None)
+vc.domainEventRegisterAny(None, 
libvirt.VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD, 
myDomainEventBlockThresholdCallback, None)
 
 vc.networkEventRegisterAny(None, libvirt.VIR_NETWORK_EVENT_ID_LIFECYCLE, 
myNetworkEventLifecycleCallback, None)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libvirt-python for openSUSE:Factory

2017-03-04 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-03-04 16:37:40

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


Package is "libvirt-python"

Sat Mar  4 16:37:40 2017 rev:39 rq:476770 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-02-04 18:01:08.806711475 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-03-04 16:48:22.580960990 +0100
@@ -1,0 +2,6 @@
+Fri Mar  3 15:06:02 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.1.0
+  - Add all new APIs and constants in libvirt 3.1.0
+
+---

Old:

  libvirt-python-3.0.0.tar.gz
  libvirt-python-3.0.0.tar.gz.asc

New:

  libvirt-python-3.1.0.tar.gz
  libvirt-python-3.1.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.ewUIAp/_old  2017-03-04 16:48:23.032896998 +0100
+++ /var/tmp/diff_new_pack.ewUIAp/_new  2017-03-04 16:48:23.032896998 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:3.0.0
+Version:3.1.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.0.0.tar.gz -> libvirt-python-3.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.0.0/AUTHORS 
new/libvirt-python-3.1.0/AUTHORS
--- old/libvirt-python-3.0.0/AUTHORS2017-01-17 19:22:27.0 +0100
+++ new/libvirt-python-3.1.0/AUTHORS2017-03-03 11:25:59.0 +0100
@@ -75,5 +75,6 @@
Tomoki Sekiyama 
Victor Stinner 
Viktor Mihajlovski 
+   Wu Zongyong 
Zeeshan Ali (Khattak) 
Zhou Yimin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.0.0/ChangeLog 
new/libvirt-python-3.1.0/ChangeLog
--- old/libvirt-python-3.0.0/ChangeLog  2017-01-17 19:22:27.0 +0100
+++ new/libvirt-python-3.1.0/ChangeLog  2017-03-03 11:25:59.0 +0100
@@ -1,3 +1,108 @@
+2017-01-27 Daniel P. Berrange  
+
+Removed unused 'functions_list_exception_test' code from generator
+The 'functions_list_exception_test' data structure and associated code
+in the generator is inherited from libxml. This has never
+been used in libvirt, so delete it to simplify the generator.
+
+
+
+2017-01-27 Daniel P. Berrange  
+
+Removed unused 'converter_type' code from generator
+The 'converter_type' data structure and associated code
+in the generator is inherited from libxml. This has never
+been used in libvirt, so delete it to simplify the generator.
+
+
+
+2017-01-27 Daniel P. Berrange  
+
+Removed unused 'classes_ancestor' code from generator
+The 'classes_ancestor' data structure and associated code
+in the generator is inherited from libxml. This has never
+been used in libvirt, so delete it to simplify the generator.
+
+
+
+2017-01-27 Daniel P. Berrange  
+
+Removed unused 'py_return_types' code from generator
+The 'py_return_types' data structure and associated code
+in the generator is inherited from libxml. This has never
+been used in libvirt, so delete it to simplify the generator.
+
+
+
+2017-01-27 Daniel P. Berrange  
+
+Removed unused 'foreign_encoding_args' code from generator
+The 'foreign_encoding_args' data structure and associated code
+in the generator is inherited from libxml. This has never
+been used in libvirt, so delete it to simplify the generator.
+
+
+
+2017-01-27 Daniel P. Berrange  
+
+Removed unused 'function_post' code from generator
+The 'function_post' data structure and associated code
+in the generator is inherited from libxml. This has never
+been used in libvirt, so delete it to simplify the generator.
+
+
+
+2017-01-27 Daniel P. Berrange  
+
+Removed unused 'reference_keepers' code from generator
+The 'reference_keepers' data structure and associated code
+in the generator is inherited from libxml. This has never
+been used in libvirt, so delete it to simplify the generator.
+
+
+
+2017-01-27 Daniel P. 

commit libvirt-python for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-02-04 15:21:41

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-02-03 17:48:52.241902052 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-02-04 18:01:08.806711475 +0100
@@ -1,0 +2,10 @@
+Thu Feb  2 23:37:49 UTC 2017 - jfeh...@suse.com
+
+- SLE12 SP2 FATEs merged via version updates of the Factory
+  libvirt-python package:
+  FATE#316228, FATE#316628, FATE#319531, FATE#319810, FATE#320490
+- SLE12 SP1 FATEs merged via version updates of the Factory
+  libvirt-python package:
+  FATE#314466, FATE#314497, FATE#315157, FATE#318383
+  
+---



Other differences:
--




commit libvirt-python for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-02-01 09:52:07

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-01-04 19:30:34.686121819 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-02-03 17:48:52.241902052 +0100
@@ -1,0 +2,6 @@
+Thu Jan 19 19:04:30 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.0.0
+  - Add all new APIs and constants in libvirt 3.0.0
+
+---

Old:

  libvirt-python-2.5.0.tar.gz
  libvirt-python-2.5.0.tar.gz.asc

New:

  libvirt-python-3.0.0.tar.gz
  libvirt-python-3.0.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.IhUT4Z/_old  2017-02-03 17:48:52.657843413 +0100
+++ /var/tmp/diff_new_pack.IhUT4Z/_new  2017-02-03 17:48:52.665842286 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt-python
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:2.5.0
+Version:3.0.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-2.5.0.tar.gz -> libvirt-python-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.5.0/AUTHORS 
new/libvirt-python-3.0.0/AUTHORS
--- old/libvirt-python-2.5.0/AUTHORS2016-12-04 22:09:12.0 +0100
+++ new/libvirt-python-3.0.0/AUTHORS2017-01-17 19:22:27.0 +0100
@@ -63,6 +63,7 @@
Pavel Hrdina 
Peter Krempa 
Philipp Hahn 
+   Prabodh Agarwal 
Pradipta Kr. Banerjee 
Qiaowei Ren 
Richard W.M. Jones 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.5.0/ChangeLog 
new/libvirt-python-3.0.0/ChangeLog
--- old/libvirt-python-2.5.0/ChangeLog  2016-12-04 22:09:12.0 +0100
+++ new/libvirt-python-3.0.0/ChangeLog  2017-01-17 19:22:27.0 +0100
@@ -1,3 +1,64 @@
+2017-01-10 Michal Privoznik  
+
+examples: Update event-test.py
+With recent changes there are new events known to libvirt.
+Reflect those changes in our event-test.py example script.
+
+
+
+2017-01-10 Daniel P. Berrange  
+
+Fix typos in previous secrets event patch
+
+
+2017-01-09 Daniel P. Berrange  
+
+Add support for domain metadata change event
+
+
+2017-01-09 Daniel P. Berrange  
+
+Add support for secret event APIs
+
+
+2016-12-21 Daniel P. Berrange  
+
+Add override impl for virStorageVolGetInfoFlags
+
+
+2016-12-21 Daniel P. Berrange  
+
+Remove bogus \o escape in regex
+One of the regexes has a bogus \o instead of plain 'o'. Somehow
+this magically worked on all versions of python, until 3.6 came
+along and complained
+
+
+
+2016-12-14 Daniel P. Berrange  
+
+Fix running of nosetests on python 3
+Previously the way Fedora installed /usr/bin/nosetests allowed it
+to be invoked with either python 2 or 3. Since Fedora 25 though,
+it contains a module name that only exists on python 2. So we need
+to be more intelligent and pick a different nosetests binary per
+version.
+
+
+
+2016-12-13 Prabodh Agarwal  
+
+HACKING: fix grammar
+
+
+2016-12-05 Daniel P. Berrange  
+
+Fill out more fields for PKG-INFO file
+Ensure the description and license are set in PKG-INFO,
+and clarify the summary field.
+
+
+
 2016-11-11 Konstantin Neumoin  
 
 don't overrun buffer when converting cpumap
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.5.0/PKG-INFO 
new/libvirt-python-3.0.0/PKG-INFO
--- 

commit libvirt-python for openSUSE:Factory

2016-11-11 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-11-11 14:34:50

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-10-13 11:32:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-11-11 14:34:52.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  2 22:04:19 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.4.0
+  - Add all new APIs and constants in libvirt 2.4.0
+
+---

Old:

  libvirt-python-2.3.0.tar.gz
  libvirt-python-2.3.0.tar.gz.asc

New:

  libvirt-python-2.4.0.tar.gz
  libvirt-python-2.4.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.tCg3Tk/_old  2016-11-11 14:34:53.0 +0100
+++ /var/tmp/diff_new_pack.tCg3Tk/_new  2016-11-11 14:34:53.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-2.3.0.tar.gz -> libvirt-python-2.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.3.0/PKG-INFO 
new/libvirt-python-2.4.0/PKG-INFO
--- old/libvirt-python-2.3.0/PKG-INFO   2016-10-04 19:10:22.0 +0200
+++ new/libvirt-python-2.4.0/PKG-INFO   2016-11-01 21:50:06.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 2.3.0
+Version: 2.4.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.3.0/libvirt-python.spec 
new/libvirt-python-2.4.0/libvirt-python.spec
--- old/libvirt-python-2.3.0/libvirt-python.spec2016-10-04 
19:10:22.0 +0200
+++ new/libvirt-python-2.4.0/libvirt-python.spec2016-11-01 
21:50:06.0 +0100
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 2.3.0
+Version: 2.4.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-2.3.0/setup.py 
new/libvirt-python-2.4.0/setup.py
--- old/libvirt-python-2.3.0/setup.py   2016-10-04 19:09:15.0 +0200
+++ new/libvirt-python-2.4.0/setup.py   2016-11-01 21:49:51.0 +0100
@@ -307,7 +307,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '2.3.0',
+  version = '2.4.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = 'libvir-l...@redhat.com',




commit libvirt-python for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-10-13 11:32:47

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-09-13 22:25:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-10-13 11:32:49.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  5 20:56:30 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.3.0
+  - Add all new APIs and constants in libvirt 2.3.0
+- spec: drop explicit Requires on libvirt-client package
+
+---

Old:

  libvirt-python-2.2.0.tar.gz
  libvirt-python-2.2.0.tar.gz.asc

New:

  libvirt-python-2.3.0.tar.gz
  libvirt-python-2.3.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.AAM03h/_old  2016-10-13 11:32:51.0 +0200
+++ /var/tmp/diff_new_pack.AAM03h/_new  2016-10-13 11:32:51.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:2.2.0
+Version:2.3.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -34,7 +34,6 @@
 %py_requires
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
-Requires:   libvirt-client >= %{version}
 
 %description
 The libvirt-python package contains a module that permits applications

++ libvirt-python-2.2.0.tar.gz -> libvirt-python-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/ChangeLog 
new/libvirt-python-2.3.0/ChangeLog
--- old/libvirt-python-2.2.0/ChangeLog  2016-09-02 15:32:38.0 +0200
+++ new/libvirt-python-2.3.0/ChangeLog  2016-10-04 19:10:22.0 +0200
@@ -1,3 +1,28 @@
+2016-09-19 Peter Krempa  
+
+override: Properly override wrapper for virDomainGetGuestVcpus
+Without the change to libvirt-override-api.xml generator.py would
+generate the following function header:
+
+def guestVcpus(self, params, nparams, flags=0):
+
+Since @params and @nparams are output-only in C and the python C
+implementation actualy creates a dict from them we should not need to
+pass them. Add the API definition to drop the two unnecessary args:
+
+def guestVcpus(self, flags=0):
+
+The code did not work at all until this change as the C impl expects
+only two arguments but the python required use of four.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1377071
+
+
+2016-09-19 Peter Krempa  
+
+Post-release version bump to 2.3.0
+
+
 2016-08-24 Michal Privoznik  
 
 PyArg_ParseTuple: Provide correct function names
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/PKG-INFO 
new/libvirt-python-2.3.0/PKG-INFO
--- old/libvirt-python-2.2.0/PKG-INFO   2016-09-02 15:32:38.0 +0200
+++ new/libvirt-python-2.3.0/PKG-INFO   2016-10-04 19:10:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 2.2.0
+Version: 2.3.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/libvirt-override-api.xml 
new/libvirt-python-2.3.0/libvirt-override-api.xml
--- old/libvirt-python-2.2.0/libvirt-override-api.xml   2016-07-01 
11:12:55.0 +0200
+++ new/libvirt-python-2.3.0/libvirt-override-api.xml   2016-10-04 
19:09:15.0 +0200
@@ -698,5 +698,11 @@
   
   
 
+
+  returns a dictionary containing information regarding guest 
vcpus
+  
+  
+  
+
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/libvirt-python.spec 
new/libvirt-python-2.3.0/libvirt-python.spec
--- old/libvirt-python-2.2.0/libvirt-python.spec2016-09-02 
15:32:38.0 +0200
+++ new/libvirt-python-2.3.0/libvirt-python.spec2016-10-04 
19:10:22.0 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 2.2.0
+Version: 2.3.0
 Release: 1%{?dist}%{?extra_release}
 Source0: 

commit libvirt-python for openSUSE:Factory

2016-09-13 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-09-13 22:25:02

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-08-31 00:11:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-09-13 22:25:49.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  6 02:58:00 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.2.0
+  - Add all new APIs and constants in libvirt 2.2.0
+
+---

Old:

  libvirt-python-2.1.0.tar.gz
  libvirt-python-2.1.0.tar.gz.asc

New:

  libvirt-python-2.2.0.tar.gz
  libvirt-python-2.2.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.ZzQPdl/_old  2016-09-13 22:25:49.0 +0200
+++ /var/tmp/diff_new_pack.ZzQPdl/_new  2016-09-13 22:25:49.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-2.1.0.tar.gz -> libvirt-python-2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.1.0/ChangeLog 
new/libvirt-python-2.2.0/ChangeLog
--- old/libvirt-python-2.1.0/ChangeLog  2016-08-02 10:36:15.0 +0200
+++ new/libvirt-python-2.2.0/ChangeLog  2016-09-02 15:32:38.0 +0200
@@ -1,3 +1,39 @@
+2016-08-24 Michal Privoznik  
+
+PyArg_ParseTuple: Provide correct function names
+At the end of the format string we put :virFunctionName where ':'
+says "this is the end of argument list", and virFunctionName is
+the prefix for error messages then.  However, in some cases we
+have had wrong names there. Some of them are actually quite
+funny: xmlRegisterErrorHandler.
+
+
+
+2016-08-17 Jovanka Gulicoska  
+
+event-test: support node device update callback
+
+
+2016-08-17 Jovanka Gulicoska  
+
+Add support for node device update callback
+
+
+2016-08-02 Jovanka Gulicoska  
+
+event-test: Add node device lifecycle event tests
+
+
+2016-08-02 Jovanka Gulicoska  
+
+Python binding for node poll lifecycle events API
+
+
+2016-08-02 Cole Robinson  
+
+Post-release version bump to 2.2.0
+
+
 2016-07-28 Markus Rothe  
 
 allow pkg-config binary to be set by env
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.1.0/PKG-INFO 
new/libvirt-python-2.2.0/PKG-INFO
--- old/libvirt-python-2.1.0/PKG-INFO   2016-08-02 10:36:15.0 +0200
+++ new/libvirt-python-2.2.0/PKG-INFO   2016-09-02 15:32:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 2.1.0
+Version: 2.2.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.1.0/examples/event-test.py 
new/libvirt-python-2.2.0/examples/event-test.py
--- old/libvirt-python-2.1.0/examples/event-test.py 2016-08-02 
10:26:59.0 +0200
+++ new/libvirt-python-2.2.0/examples/event-test.py 2016-09-02 
15:32:22.0 +0200
@@ -584,6 +584,23 @@
 print("myStoragePoolEventRefreshCallback: Storage pool %s" % pool.name())
 
 ##
+# Node device events
+##
+def nodeDeviceEventToString(event):
+nodeDeviceEventStrings = ( "Created",
+   "Deleted",
+)
+return nodeDeviceEventStrings[event]
+
+def myNodeDeviceEventLifecycleCallback(conn, dev, event, detail, opaque):
+print("myNodeDeviceEventLifecycleCallback: Node device  %s %s %d" % 
(dev.name(),
+  
nodeDeviceEventToString(event),
+  
detail))
+
+def myNodeDeviceEventUpdateCallback(conn, dev, opaque):
+print("myNodeDeviceEventUpdateCallback: Node device %s" % dev.name())
+

commit libvirt-python for openSUSE:Factory

2016-08-30 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-08-31 00:09:51

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-07-14 09:43:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-08-31 00:11:16.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug 20 23:08:23 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.1.0
+  - Add all new APIs and constants in libvirt 2.1.0
+
+---

Old:

  libvirt-python-2.0.0.tar.gz
  libvirt-python-2.0.0.tar.gz.asc

New:

  libvirt-python-2.1.0.tar.gz
  libvirt-python-2.1.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.rPYozY/_old  2016-08-31 00:11:19.0 +0200
+++ /var/tmp/diff_new_pack.rPYozY/_new  2016-08-31 00:11:19.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:2.0.0
+Version:2.1.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-2.0.0.tar.gz -> libvirt-python-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/AUTHORS 
new/libvirt-python-2.1.0/AUTHORS
--- old/libvirt-python-2.0.0/AUTHORS2016-07-01 11:09:01.0 +0200
+++ new/libvirt-python-2.1.0/AUTHORS2016-08-02 10:36:15.0 +0200
@@ -46,6 +46,7 @@
Marcelo Cerri 
Marian Neagul 
Mark McLoughlin 
+   Markus Rothe 
Martin Kletzander 
MATSUDA Daiki 
Matthias Bolte 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/ChangeLog 
new/libvirt-python-2.1.0/ChangeLog
--- old/libvirt-python-2.0.0/ChangeLog  2016-07-01 11:09:01.0 +0200
+++ new/libvirt-python-2.1.0/ChangeLog  2016-08-02 10:36:15.0 +0200
@@ -1,3 +1,23 @@
+2016-07-28 Markus Rothe  
+
+allow pkg-config binary to be set by env
+https://bugzilla.redhat.com/show_bug.cgi?id=1350523
+
+
+2016-07-25 Pavel Hrdina  
+
+Post-release version bump to 2.1.0
+
+
+2016-07-23 Pavel Hrdina  
+
+Fix crash in storage pool refresh callback
+Fixes copy-paste typo introduced by commit cb84e36c.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1354271
+
+
+
 2016-06-24 Daniel P. Berrange  
 
 Add support for storage pool refesh callback
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/PKG-INFO 
new/libvirt-python-2.1.0/PKG-INFO
--- old/libvirt-python-2.0.0/PKG-INFO   2016-07-01 11:09:01.0 +0200
+++ new/libvirt-python-2.1.0/PKG-INFO   2016-08-02 10:36:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 2.0.0
+Version: 2.1.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/examples/event-test.py 
new/libvirt-python-2.1.0/examples/event-test.py
--- old/libvirt-python-2.0.0/examples/event-test.py 2016-07-01 
10:52:22.0 +0200
+++ new/libvirt-python-2.1.0/examples/event-test.py 2016-08-02 
10:26:59.0 +0200
@@ -580,7 +580,7 @@
   
storageEventToString(event),
   
detail))
 
-def myStoragePoolEventRefreshCallback(conn, pool, event, detail, opaque):
+def myStoragePoolEventRefreshCallback(conn, pool, opaque):
 print("myStoragePoolEventRefreshCallback: Storage pool %s" % pool.name())
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/libvirt-override.c 
new/libvirt-python-2.1.0/libvirt-override.c
--- old/libvirt-python-2.0.0/libvirt-override.c 2016-07-01 10:52:22.0 
+0200
+++ new/libvirt-python-2.1.0/libvirt-override.c 2016-08-02 10:26:59.0 
+0200
@@ -8862,7 

commit libvirt-python for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-07-14 09:43:31

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-06-14 23:07:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-07-14 09:43:32.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  1 16:40:51 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.0.0
+  - Add all new APIs and constants in libvirt 2.0.0
+
+---

Old:

  libvirt-python-1.3.5.tar.gz
  libvirt-python-1.3.5.tar.gz.asc

New:

  libvirt-python-2.0.0.tar.gz
  libvirt-python-2.0.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.YfieO5/_old  2016-07-14 09:43:33.0 +0200
+++ /var/tmp/diff_new_pack.YfieO5/_new  2016-07-14 09:43:33.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.3.5
+Version:2.0.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.3.5.tar.gz -> libvirt-python-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.5/AUTHORS 
new/libvirt-python-2.0.0/AUTHORS
--- old/libvirt-python-1.3.5/AUTHORS2016-06-04 18:21:25.0 +0200
+++ new/libvirt-python-2.0.0/AUTHORS2016-07-01 11:09:01.0 +0200
@@ -36,6 +36,7 @@
Jim Meyering 
Jiri Denemark 
John Ferlan 
+   Jovanka Gulicoska 
Ján Tomko 
KAMEZAWA Hiroyuki 
Lai Jiangshan 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.5/ChangeLog 
new/libvirt-python-2.0.0/ChangeLog
--- old/libvirt-python-1.3.5/ChangeLog  2016-06-04 18:21:25.0 +0200
+++ new/libvirt-python-2.0.0/ChangeLog  2016-07-01 11:09:01.0 +0200
@@ -1,3 +1,44 @@
+2016-06-24 Daniel P. Berrange  
+
+Add support for storage pool refesh callback
+
+
+2016-06-24 Daniel P. Berrange  
+
+Fix signedness of arg to virDomainGetGuestVcpus
+
+
+2016-06-23 Michal Privoznik  
+
+Add support for virDomainGetGuestVcpus
+This function has virTypedParameterPtr as one of the args and our
+generator is unable to deal with that. Therefore we must provide
+implementation.
+
+
+
+2016-06-16 Jovanka Gulicoska  
+
+event-test: Add storage pool lifecycle event tests
+
+
+2016-06-16 Jovanka Gulicoska  
+
+Python binding for storage pool lifecycle events API
+Code matches the network event API implementation
+
+
+2016-06-14 Daniel P. Berrange  
+
+Post-release version bump to 2.0.0
+
+
+2016-06-04 Daniel Veillard  
+
+Release of libvirt-python-1.3.5
+* setup.py: bumped to 1.3.5, the release is virtually identical to 1.3.4
+
+
 2016-04-21 Peter Krempa  
 
 generator.py: Consider symbols from libvirt-common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.5/PKG-INFO 
new/libvirt-python-2.0.0/PKG-INFO
--- old/libvirt-python-1.3.5/PKG-INFO   2016-06-04 18:21:25.0 +0200
+++ new/libvirt-python-2.0.0/PKG-INFO   2016-07-01 11:09:01.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.3.5
+Version: 2.0.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.5/examples/event-test.py 
new/libvirt-python-2.0.0/examples/event-test.py
--- old/libvirt-python-1.3.5/examples/event-test.py 2016-05-01 
03:58:01.0 +0200
+++ new/libvirt-python-2.0.0/examples/event-test.py 2016-07-01 
10:52:22.0 +0200
@@ -565,6 +565,25 @@
  
netDetailToString(event, detail)))
 
 ##
+# Storage pool events

commit libvirt-python for openSUSE:Factory

2016-06-14 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-06-14 23:07:15

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-05-16 12:03:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-06-14 23:07:19.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  7 04:28:37 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.5
+  - Add all new APIs and constants in libvirt 1.3.5
+
+---

Old:

  libvirt-python-1.3.4.tar.gz
  libvirt-python-1.3.4.tar.gz.asc

New:

  libvirt-python-1.3.5.tar.gz
  libvirt-python-1.3.5.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.tKeWbu/_old  2016-06-14 23:07:20.0 +0200
+++ /var/tmp/diff_new_pack.tKeWbu/_new  2016-06-14 23:07:20.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.3.4
+Version:1.3.5
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.3.4.tar.gz -> libvirt-python-1.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.4/PKG-INFO 
new/libvirt-python-1.3.5/PKG-INFO
--- old/libvirt-python-1.3.4/PKG-INFO   2016-05-01 03:53:59.0 +0200
+++ new/libvirt-python-1.3.5/PKG-INFO   2016-06-04 18:21:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.3.4
+Version: 1.3.5
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.4/libvirt-python.spec 
new/libvirt-python-1.3.5/libvirt-python.spec
--- old/libvirt-python-1.3.4/libvirt-python.spec2016-05-01 
03:53:55.0 +0200
+++ new/libvirt-python-1.3.5/libvirt-python.spec2016-06-04 
18:21:25.0 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.3.4
+Version: 1.3.5
 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-1.3.4/setup.py 
new/libvirt-python-1.3.5/setup.py
--- old/libvirt-python-1.3.4/setup.py   2016-05-01 03:53:10.0 +0200
+++ new/libvirt-python-1.3.5/setup.py   2016-06-04 18:17:59.0 +0200
@@ -305,7 +305,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '1.3.4',
+  version = '1.3.5',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = 'libvir-l...@redhat.com',




commit libvirt-python for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-05-16 12:03:52

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-04-28 16:58:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-05-16 12:03:54.0 +0200
@@ -1,0 +2,6 @@
+Tue May  3 20:22:03 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.4
+  - Add all new APIs and constants in libvirt 1.3.4
+
+---

Old:

  libvirt-python-1.3.3.tar.gz
  libvirt-python-1.3.3.tar.gz.asc

New:

  libvirt-python-1.3.4.tar.gz
  libvirt-python-1.3.4.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.O0GTZD/_old  2016-05-16 12:03:55.0 +0200
+++ /var/tmp/diff_new_pack.O0GTZD/_new  2016-05-16 12:03:55.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.3.3
+Version:1.3.4
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.3.3.tar.gz -> libvirt-python-1.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.3/ChangeLog 
new/libvirt-python-1.3.4/ChangeLog
--- old/libvirt-python-1.3.3/ChangeLog  2016-04-06 09:29:58.0 +0200
+++ new/libvirt-python-1.3.4/ChangeLog  2016-05-01 03:53:55.0 +0200
@@ -1,3 +1,44 @@
+2016-04-21 Peter Krempa  
+
+generator.py: Consider symbols from libvirt-common
+Some of the libvirt public API was moved into the libvirt-common.h file.
+We should consider it while building python too.
+
+
+2016-04-20 Cole Robinson  
+
+spec: Don't pull in dependencies for example scripts
+If the scripts are marked as executable, RPM magic will scan them
+for dependencies, which can pull in python2 for the python3 package
+
+
+2016-04-18 Pavel Hrdina  
+
+fix crash in getAllDomainStats
+Commits 1d39dbaf and 827ed9b4 broke the libvirt-python API by removing
+virDomainRef() and virDomainFree().  virDomainStatsRecordListFree() will
+free that domain pointer and later when virDomain (python object) call
+its destructor and tries to free that same pointer again.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1326839
+
+
+
+2016-04-18 Peter Krempa  
+
+event: Add support VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED
+
+
+2016-04-18 Peter Krempa  
+
+Post-release version bump to 1.3.4
+
+
+2016-04-06 Daniel Veillard  
+
+Release of libvirt-python-1.3.3
+
+
 2016-03-31 Qiaowei Ren  
 
 python: add python binding for Perf API
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.3/PKG-INFO 
new/libvirt-python-1.3.4/PKG-INFO
--- old/libvirt-python-1.3.3/PKG-INFO   2016-04-06 09:29:59.0 +0200
+++ new/libvirt-python-1.3.4/PKG-INFO   2016-05-01 03:53:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.3.3
+Version: 1.3.4
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.3/examples/event-test.py 
new/libvirt-python-1.3.4/examples/event-test.py
--- old/libvirt-python-1.3.3/examples/event-test.py 2016-04-06 
09:28:09.0 +0200
+++ new/libvirt-python-1.3.4/examples/event-test.py 2016-05-01 
03:53:10.0 +0200
@@ -535,6 +535,9 @@
 dom.name(), dom.ID(), iteration))
 def myDomainEventJobCompletedCallback(conn, dom, params, opaque):
 print("myDomainEventJobCompletedCallback: Domain %s(%s) %s" % (dom.name(), 
dom.ID(), params))
+def myDomainEventDeviceRemovalFailedCallback(conn, dom, dev, opaque):
+print("myDomainEventDeviceRemovalFailedCallback: Domain %s(%s) failed to 
remove device: %s" % (
+dom.name(), dom.ID(), dev))
 
 ##
 # Network events
@@ -649,6 +652,7 @@
 vc.domainEventRegisterAny(None, libvirt.VIR_DOMAIN_EVENT_ID_DEVICE_ADDED, 
myDomainEventDeviceAddedCallback, None)
 

commit libvirt-python for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-04-28 16:55:01

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-03-08 10:18:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-04-28 16:58:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 12 23:48:41 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.3
+  - Add all new APIs and constants in libvirt 1.3.3
+
+---

Old:

  libvirt-python-1.3.2.tar.gz
  libvirt-python-1.3.2.tar.gz.asc

New:

  libvirt-python-1.3.3.tar.gz
  libvirt-python-1.3.3.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.DYAuM5/_old  2016-04-28 16:58:09.0 +0200
+++ /var/tmp/diff_new_pack.DYAuM5/_new  2016-04-28 16:58:09.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.3.2.tar.gz -> libvirt-python-1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.2/AUTHORS 
new/libvirt-python-1.3.3/AUTHORS
--- old/libvirt-python-1.3.2/AUTHORS2016-03-01 05:47:10.0 +0100
+++ new/libvirt-python-1.3.3/AUTHORS2016-04-06 09:29:58.0 +0200
@@ -61,6 +61,7 @@
Peter Krempa 
Philipp Hahn 
Pradipta Kr. Banerjee 
+   Qiaowei Ren 
Richard W.M. Jones 
Robie Basak 
Serge E. Hallyn 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.2/ChangeLog 
new/libvirt-python-1.3.3/ChangeLog
--- old/libvirt-python-1.3.2/ChangeLog  2016-03-01 05:47:10.0 +0100
+++ new/libvirt-python-1.3.3/ChangeLog  2016-04-06 09:29:58.0 +0200
@@ -1,3 +1,16 @@
+2016-03-31 Qiaowei Ren  
+
+python: add python binding for Perf API
+This patch adds the python binding for virDomainSetPerfEvents and
+virDomainSetPerfEvents API.
+
+
+
+2016-03-08 Jiri Denemark  
+
+Add support for JOB_COMPLETED event
+
+
 2016-02-23 Pavel Hrdina  
 
 libvirt-override: fix PyArg_ParseTuple for size_t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.2/PKG-INFO 
new/libvirt-python-1.3.3/PKG-INFO
--- old/libvirt-python-1.3.2/PKG-INFO   2016-03-01 05:47:10.0 +0100
+++ new/libvirt-python-1.3.3/PKG-INFO   2016-04-06 09:29:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.3.2
+Version: 1.3.3
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.2/examples/event-test.py 
new/libvirt-python-1.3.3/examples/event-test.py
--- old/libvirt-python-1.3.2/examples/event-test.py 2016-03-01 
05:46:24.0 +0100
+++ new/libvirt-python-1.3.3/examples/event-test.py 2016-04-06 
09:28:09.0 +0200
@@ -533,6 +533,8 @@
 def myDomainEventMigrationIteration(conn, dom, iteration, opaque):
 print("myDomainEventMigrationIteration: Domain %s(%s) started migration 
iteration %d" % (
 dom.name(), dom.ID(), iteration))
+def myDomainEventJobCompletedCallback(conn, dom, params, opaque):
+print("myDomainEventJobCompletedCallback: Domain %s(%s) %s" % (dom.name(), 
dom.ID(), params))
 
 ##
 # Network events
@@ -646,6 +648,7 @@
 vc.domainEventRegisterAny(None, 
libvirt.VIR_DOMAIN_EVENT_ID_AGENT_LIFECYCLE, 
myDomainEventAgentLifecycleCallback, None)
 vc.domainEventRegisterAny(None, libvirt.VIR_DOMAIN_EVENT_ID_DEVICE_ADDED, 
myDomainEventDeviceAddedCallback, None)
 vc.domainEventRegisterAny(None, 
libvirt.VIR_DOMAIN_EVENT_ID_MIGRATION_ITERATION, 
myDomainEventMigrationIteration, None)
+vc.domainEventRegisterAny(None, libvirt.VIR_DOMAIN_EVENT_ID_JOB_COMPLETED, 
myDomainEventJobCompletedCallback, None)
 
 vc.networkEventRegisterAny(None, 

commit libvirt-python for openSUSE:Factory

2016-03-08 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-03-08 09:39:04

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-01-28 17:24:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-03-08 10:18:09.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  1 18:02:25 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.2
+  - Add all new APIs and constants in libvirt 1.3.2
+
+---

Old:

  libvirt-python-1.3.1.tar.gz
  libvirt-python-1.3.1.tar.gz.asc

New:

  libvirt-python-1.3.2.tar.gz
  libvirt-python-1.3.2.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.heQAtC/_old  2016-03-08 10:18:10.0 +0100
+++ /var/tmp/diff_new_pack.heQAtC/_new  2016-03-08 10:18:10.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.3.1.tar.gz -> libvirt-python-1.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.1/ChangeLog 
new/libvirt-python-1.3.2/ChangeLog
--- old/libvirt-python-1.3.1/ChangeLog  2016-01-17 03:50:36.0 +0100
+++ new/libvirt-python-1.3.2/ChangeLog  2016-03-01 05:47:10.0 +0100
@@ -1,3 +1,53 @@
+2016-02-23 Pavel Hrdina  
+
+libvirt-override: fix PyArg_ParseTuple for size_t
+Format string uses 'n' for Py_ssize_t but size_t is unsigned long, we
+need to use 'k'.
+
+
+
+2016-02-23 Pavel Hrdina  
+
+libvirt-override: fix PyArg_ParseTuple for unsigned long long
+Format string uses 'L' for long long type and 'K' for unsigned long long
+type.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1260356
+
+
+
+2016-02-23 Pavel Hrdina  
+
+libvirt-override: fix PyArg_ParseTuple for unsigned int
+Format string uses 'i' for int type and 'I' for unsigned int type.
+
+
+
+2016-02-23 Pavel Hrdina  
+
+libvirt-override: all flags should be defined as unsigned int
+
+
+2016-01-18 Jiri Denemark  
+
+Add support for MIGRATION_ITERATION event
+
+
+2016-01-18 Jiri Denemark  
+
+setup: Use cflags and ldflags properly
+The setup.py script reads cflags and ldflags from pkg-config and uses
+them when compiling/linking C modules. Since both cflags and ldflags may
+include multiple compiler arguments we need to split them rather than
+concatenating them into a single argument.
+
+
+
+2016-01-18 Jiri Denemark  
+
+Post-release version bump to 1.3.2
+
+
 2016-01-17 Daniel Veillard  
 
 Version bump to 1.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.1/PKG-INFO 
new/libvirt-python-1.3.2/PKG-INFO
--- old/libvirt-python-1.3.1/PKG-INFO   2016-01-17 03:50:36.0 +0100
+++ new/libvirt-python-1.3.2/PKG-INFO   2016-03-01 05:47:10.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.3.1
+Version: 1.3.2
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.1/examples/event-test.py 
new/libvirt-python-1.3.2/examples/event-test.py
--- old/libvirt-python-1.3.1/examples/event-test.py 2015-11-04 
04:07:40.0 +0100
+++ new/libvirt-python-1.3.2/examples/event-test.py 2016-03-01 
05:46:24.0 +0100
@@ -530,6 +530,9 @@
 def myDomainEventDeviceAddedCallback(conn, dom, dev, opaque):
 print("myDomainEventDeviceAddedCallback: Domain %s(%s) device added: %s" % 
(
 dom.name(), dom.ID(), dev))
+def myDomainEventMigrationIteration(conn, dom, iteration, opaque):
+print("myDomainEventMigrationIteration: Domain %s(%s) started migration 
iteration %d" % (
+dom.name(), dom.ID(), iteration))
 
 ##
 # Network events
@@ -642,6 +645,7 @@
 vc.domainEventRegisterAny(None, 

commit libvirt-python for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-01-28 17:23:21

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-01-15 10:42:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-01-28 17:24:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 18 19:35:09 UTC 2016 - jfeh...@suse.com
+
+- Update to 1.3.1
+  - Add all new APIs and constants in libvirt 1.3.1
+
+---

Old:

  libvirt-python-1.3.0.tar.gz
  libvirt-python-1.3.0.tar.gz.asc

New:

  libvirt-python-1.3.1.tar.gz
  libvirt-python-1.3.1.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.tlOPdN/_old  2016-01-28 17:24:10.0 +0100
+++ /var/tmp/diff_new_pack.tlOPdN/_new  2016-01-28 17:24:10.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.3.0.tar.gz -> libvirt-python-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.0/ChangeLog 
new/libvirt-python-1.3.1/ChangeLog
--- old/libvirt-python-1.3.0/ChangeLog  2015-12-09 10:21:28.0 +0100
+++ new/libvirt-python-1.3.1/ChangeLog  2016-01-17 03:50:36.0 +0100
@@ -1,3 +1,9 @@
+2016-01-17 Daniel Veillard  
+
+Version bump to 1.3.1
+For release but no change from 1.3.0
+
+
 2015-11-24 Pavel Hrdina  
 
 Post-release version bump to 1.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.0/PKG-INFO 
new/libvirt-python-1.3.1/PKG-INFO
--- old/libvirt-python-1.3.0/PKG-INFO   2015-12-09 10:21:29.0 +0100
+++ new/libvirt-python-1.3.1/PKG-INFO   2016-01-17 03:50:36.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.3.0
+Version: 1.3.1
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.3.0/libvirt-python.spec 
new/libvirt-python-1.3.1/libvirt-python.spec
--- old/libvirt-python-1.3.0/libvirt-python.spec2015-12-09 
10:21:28.0 +0100
+++ new/libvirt-python-1.3.1/libvirt-python.spec2016-01-17 
03:50:36.0 +0100
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.3.0
+Version: 1.3.1
 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-1.3.0/setup.py 
new/libvirt-python-1.3.1/setup.py
--- old/libvirt-python-1.3.0/setup.py   2015-12-09 10:19:07.0 +0100
+++ new/libvirt-python-1.3.1/setup.py   2016-01-17 03:35:05.0 +0100
@@ -311,7 +311,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '1.3.0',
+  version = '1.3.1',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = 'libvir-l...@redhat.com',




commit libvirt-python for openSUSE:Factory

2016-01-15 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-01-15 10:42:03

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-01-01 19:50:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-01-15 10:42:04.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  7 03:09:07 UTC 2016 - jfeh...@suse.com
+
+- Require libvirt-client version >= libvirt-python version
+
+---



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.kPCHJw/_old  2016-01-15 10:42:05.0 +0100
+++ /var/tmp/diff_new_pack.kPCHJw/_new  2016-01-15 10:42:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt-python
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -34,6 +34,7 @@
 %py_requires
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
+Requires:   libvirt-client >= %{version}
 
 %description
 The libvirt-python package contains a module that permits applications





commit libvirt-python for openSUSE:Factory

2016-01-01 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-01-01 19:48:09

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-11-12 19:41:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-01-01 19:50:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 21 23:36:17 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.3.0
+  - Add all new APIs and constants in libvirt 1.3.0
+
+---

Old:

  libvirt-python-1.2.21.tar.gz
  libvirt-python-1.2.21.tar.gz.asc

New:

  libvirt-python-1.3.0.tar.gz
  libvirt-python-1.3.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.Tn6ZYB/_old  2016-01-01 19:50:10.0 +0100
+++ /var/tmp/diff_new_pack.Tn6ZYB/_new  2016-01-01 19:50:10.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.21
+Version:1.3.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.21.tar.gz -> libvirt-python-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.21/ChangeLog 
new/libvirt-python-1.3.0/ChangeLog
--- old/libvirt-python-1.2.21/ChangeLog 2015-11-04 04:02:29.0 +0100
+++ new/libvirt-python-1.3.0/ChangeLog  2015-12-09 10:21:28.0 +0100
@@ -1,3 +1,8 @@
+2015-11-24 Pavel Hrdina  
+
+Post-release version bump to 1.3.0
+
+
 2015-10-31 Pavel Hrdina  
 
 fix crash introduced by commit 1d39dbaf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.21/PKG-INFO 
new/libvirt-python-1.3.0/PKG-INFO
--- old/libvirt-python-1.2.21/PKG-INFO  2015-11-04 04:02:30.0 +0100
+++ new/libvirt-python-1.3.0/PKG-INFO   2015-12-09 10:21:29.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.2.21
+Version: 1.3.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.21/libvirt-python.spec 
new/libvirt-python-1.3.0/libvirt-python.spec
--- old/libvirt-python-1.2.21/libvirt-python.spec   2015-11-04 
04:02:29.0 +0100
+++ new/libvirt-python-1.3.0/libvirt-python.spec2015-12-09 
10:21:28.0 +0100
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.2.21
+Version: 1.3.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-1.2.21/setup.py 
new/libvirt-python-1.3.0/setup.py
--- old/libvirt-python-1.2.21/setup.py  2015-11-04 04:02:11.0 +0100
+++ new/libvirt-python-1.3.0/setup.py   2015-12-09 10:19:07.0 +0100
@@ -311,7 +311,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '1.2.21',
+  version = '1.3.0',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = 'libvir-l...@redhat.com',




commit libvirt-python for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2015-11-12 19:41:34

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-10-12 10:03:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-11-12 19:41:39.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov  5 00:32:51 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.2.21
+  - Add all new APIs and constants in libvirt 1.2.21
+
+---

Old:

  libvirt-python-1.2.20.tar.gz
  libvirt-python-1.2.20.tar.gz.asc

New:

  libvirt-python-1.2.21.tar.gz
  libvirt-python-1.2.21.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.TfWrCG/_old  2015-11-12 19:41:40.0 +0100
+++ /var/tmp/diff_new_pack.TfWrCG/_new  2015-11-12 19:41:40.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.20
+Version:1.2.21
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.20.tar.gz -> libvirt-python-1.2.21.tar.gz ++
 7444 lines of diff (skipped)




commit libvirt-python for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

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

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-09-11 09:04:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-10-12 10:03:29.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  2 20:57:57 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.2.20
+  - Add all new APIs and constants in libvirt 1.2.20
+
+---

Old:

  libvirt-python-1.2.19.tar.gz
  libvirt-python-1.2.19.tar.gz.asc

New:

  libvirt-python-1.2.20.tar.gz
  libvirt-python-1.2.20.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.Q3H3oG/_old  2015-10-12 10:03:30.0 +0200
+++ /var/tmp/diff_new_pack.Q3H3oG/_new  2015-10-12 10:03:30.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.19
+Version:1.2.20
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.19.tar.gz -> libvirt-python-1.2.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.19/ChangeLog 
new/libvirt-python-1.2.20/ChangeLog
--- old/libvirt-python-1.2.19/ChangeLog 2015-09-02 04:28:00.0 +0200
+++ new/libvirt-python-1.2.20/ChangeLog 2015-10-02 16:16:11.0 +0200
@@ -1,3 +1,25 @@
+2015-09-21 Luyao Huang  
+
+generator: fix build fail with old xml lib
+https://bugzilla.redhat.com/show_bug.cgi?id=1222795#c6
+
+if build libvirt-python with some old xml lib (python-pyxml),
+build will fail and error like this:
+
+File "generator.py", line 139, in start
+if "string" in attrs:
+File "/usr/local/lib/python2.7/site-packages/_xmlplus/sax/xmlreader.py" \
+, line 316, in __getitem__
+return self._attrs[name]
+KeyError: 0
+
+This is an old issue and have been mentioned in commit 3ae0a76d.
+There is no __contains__ in class AttributesImpl, python will use
+__getitem__ in this place, so we will get error.
+Let's use 'YYY in XXX.keys()' to avoid this issue.
+
+
+
 2015-08-26 Luyao Huang  
 
 examples: small fix for nodestats.py example
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.19/PKG-INFO 
new/libvirt-python-1.2.20/PKG-INFO
--- old/libvirt-python-1.2.19/PKG-INFO  2015-09-02 04:28:01.0 +0200
+++ new/libvirt-python-1.2.20/PKG-INFO  2015-10-02 16:16:11.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.2.19
+Version: 1.2.20
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.19/generator.py 
new/libvirt-python-1.2.20/generator.py
--- old/libvirt-python-1.2.19/generator.py  2015-08-03 11:51:05.0 
+0200
+++ new/libvirt-python-1.2.20/generator.py  2015-10-02 16:13:01.0 
+0200
@@ -136,7 +136,7 @@
 elif attrs['file'] == "libvirt-qemu":
 qemu_enum(attrs['type'],attrs['name'],attrs['value'])
 elif tag == "macro":
-if "string" in attrs:
+if "string" in attrs.keys():
 params.append((attrs['name'], attrs['string']))
 
 def end(self, tag):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.19/libvirt-python.spec 
new/libvirt-python-1.2.20/libvirt-python.spec
--- old/libvirt-python-1.2.19/libvirt-python.spec   2015-09-02 
04:27:59.0 +0200
+++ new/libvirt-python-1.2.20/libvirt-python.spec   2015-10-02 
16:16:11.0 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.2.19
+Version: 1.2.20
 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-1.2.19/setup.py 
new/libvirt-python-1.2.20/setup.py
--- old/libvirt-python-1.2.19/setup.py  2015-09-02 04:24:24.0 +0200
+++ new/libvirt-python-1.2.20/setup.py  2015-10-02 

commit libvirt-python for openSUSE:Factory

2015-09-11 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2015-09-11 09:04:00

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-08-12 15:12:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-09-11 09:04:21.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  2 15:29:55 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.2.19
+  - Add all new APIs and constants in libvirt 1.2.19
+
+---

Old:

  libvirt-python-1.2.18.tar.gz
  libvirt-python-1.2.18.tar.gz.asc

New:

  libvirt-python-1.2.19.tar.gz
  libvirt-python-1.2.19.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.76DfAY/_old  2015-09-11 09:04:21.0 +0200
+++ /var/tmp/diff_new_pack.76DfAY/_new  2015-09-11 09:04:21.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.18
+Version:1.2.19
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.18.tar.gz -> libvirt-python-1.2.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.18/ChangeLog 
new/libvirt-python-1.2.19/ChangeLog
--- old/libvirt-python-1.2.18/ChangeLog 2015-08-03 11:53:55.0 +0200
+++ new/libvirt-python-1.2.19/ChangeLog 2015-09-02 04:28:00.0 +0200
@@ -1,3 +1,33 @@
+2015-08-26 Luyao Huang  
+
+examples: small fix for nodestats.py example
+Add nodestats.py in MANIFEST.in and add a
+small description for nodestats.py in README
+
+
+
+2015-08-03 Jiri Denemark  
+
+Check return value of PyList_Append
+libvirt_virDomainGetSecurityLabelList called PyList_Append without
+checking its return value. While looking at it I noticed the function
+did not properly check several other return values either so I fixed
+them all.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1249511
+
+
+
+2015-08-03 Jiri Denemark  
+
+Post-release version bump to 1.2.19
+
+
+2015-08-03 Daniel Veillard  
+
+Forgot to bump version to 1.2.18
+
+
 2015-07-30 Peter Krempa  
 
 iothread: Fix crash if virDomainGetIOThreadInfo returns error
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.18/PKG-INFO 
new/libvirt-python-1.2.19/PKG-INFO
--- old/libvirt-python-1.2.18/PKG-INFO  2015-08-03 11:53:56.0 +0200
+++ new/libvirt-python-1.2.19/PKG-INFO  2015-09-02 04:28:01.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.2.18
+Version: 1.2.19
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.18/examples/nodestats.py 
new/libvirt-python-1.2.19/examples/nodestats.py
--- old/libvirt-python-1.2.18/examples/nodestats.py 1970-01-01 
01:00:00.0 +0100
+++ new/libvirt-python-1.2.19/examples/nodestats.py 2015-08-03 
11:18:57.0 +0200
@@ -0,0 +1,87 @@
+#!/usr/bin/env python
+# Print some host NUMA node statistics
+#
+# Authors:
+#   Michal Privoznik 
+
+import libvirt
+import sys
+from xml.dom import minidom
+import libxml2
+
+def xpath_eval(ctxt, path):
+res = ctxt.xpathEval(path)
+if res is None or len(res) == 0:
+value = None
+else:
+value = res[0].content
+return value
+
+try:
+conn = libvirt.openReadOnly(None)
+except libvirt.libvirtError:
+print("Failed to connect to the hypervisor")
+sys.exit(1)
+
+try:
+capsXML = conn.getCapabilities()
+except libvirt.libvirtError:
+print("Failed to request capabilities")
+sys.exit(1)
+
+caps = minidom.parseString(capsXML)
+cells = caps.getElementsByTagName("cells")[0]
+
+nodesIDs = [ int(proc.getAttribute("id"))
+ for proc in cells.getElementsByTagName("cell") ]
+
+nodesMem = [ conn.getMemoryStats(int(proc))
+ for proc in nodesIDs]
+
+doms = conn.listAllDomains(libvirt.VIR_CONNECT_LIST_DOMAINS_ACTIVE)
+
+domsStrict = [ proc
+   for proc in doms
+   if proc.numaParameters()["numa_mode"] == 

commit libvirt-python for openSUSE:Factory

2015-08-12 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2015-08-12 15:12:44

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-07-14 17:44:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-08-12 15:12:46.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 15:17:49 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.2.18
+  - Add all new APIs and constants in libvirt 1.2.18
+
+---

Old:

  libvirt-python-1.2.17.tar.gz
  libvirt-python-1.2.17.tar.gz.asc

New:

  libvirt-python-1.2.18.tar.gz
  libvirt-python-1.2.18.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.SD5or1/_old  2015-08-12 15:12:46.0 +0200
+++ /var/tmp/diff_new_pack.SD5or1/_new  2015-08-12 15:12:46.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.17
+Version:1.2.18
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.17.tar.gz - libvirt-python-1.2.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.17/ChangeLog 
new/libvirt-python-1.2.18/ChangeLog
--- old/libvirt-python-1.2.17/ChangeLog 2015-07-02 07:33:52.0 +0200
+++ new/libvirt-python-1.2.18/ChangeLog 2015-08-03 11:53:55.0 +0200
@@ -1,3 +1,49 @@
+2015-07-30 Peter Krempa  pkre...@redhat.com
+
+iothread: Fix crash if virDomainGetIOThreadInfo returns error
+The cleanup portion of libvirt_virDomainGetIOThreadInfo would try to
+clean the returned structures but the count of iothreads was set to -1.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1248295
+
+
+2015-07-17 Michal Privoznik  mpriv...@redhat.com
+
+examples: Introduce nodestats example
+So, this is an exercise to show libvirt capabilities. Firstly, for
+each host NUMA nodes some statistics are printed out, i.e. total
+memory and free memory. Then, for each running domain, that has memory
+strictly bound to certain host nodes, a small statistics of how much
+memory it takes is printed out too. For instance:
+
+# ./examples/nodestats.py
+NUMA stats
+NUMA nodes: 0   1   2   3
+MemTotal:   3950396739373943
+MemFree:66  56  42  41
+Domain 'fedora':
+Overall memory: 1536 MiB
+Domain 'fedora22':
+Overall memory: 2048 MiB
+Domain 'fedora21':
+Overall memory: 1024 MiB nodes 0-1
+Node 0: 1024 MiB nodes 0-1
+Domain 'gentoo':
+Overall memory: 4096 MiB nodes 0-3
+Node 0: 1024 MiB nodes 0
+Node 1: 1024 MiB nodes 1
+Node 2: 1024 MiB nodes 2
+Node 3: 1024 MiB nodes 3
+
+We can see 4 host NUMA nodes, all of them having roughly 4GB of RAM.
+Yeah, all of them has nearly all the memory consumed. Then, there are
+four domains running. For instance, domain 'fedora' has 1.5GB memory
+which is not pinned onto any specific host NUMA node. Domain 'gentoo' on
+the other hand has 4GB memory and has 4 NUMA nodes which are pinned 1:1
+to host nodes.
+
+
+
 2015-06-29 Pavel Boldin  pbol...@mirantis.com
 
 virPyDictToTypedParams: packing lists of values
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.17/PKG-INFO 
new/libvirt-python-1.2.18/PKG-INFO
--- old/libvirt-python-1.2.17/PKG-INFO  2015-07-02 07:33:52.0 +0200
+++ new/libvirt-python-1.2.18/PKG-INFO  2015-08-03 11:53:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.2.17
+Version: 1.2.18
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.17/libvirt-override.c 
new/libvirt-python-1.2.18/libvirt-override.c
--- old/libvirt-python-1.2.17/libvirt-override.c2015-07-02 
07:32:19.0 +0200
+++ new/libvirt-python-1.2.18/libvirt-override.c2015-08-03 
11:51:05.0 +0200
@@ -2104,8 +2104,10 @@
 py_iothrinfo = NULL;
 
 cleanup:
-for (i = 0; i  niothreads; i++)
-virDomainIOThreadInfoFree(iothrinfo[i]);
+if (niothreads  0) {
+for (i = 0; i  niothreads; i++)
+

commit libvirt-python for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2015-07-14 17:43:36

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-06-11 08:22:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-07-14 17:44:39.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  2 16:58:01 MDT 2015 - jfeh...@suse.com
+
+- Update to 1.2.17
+  - Add all new APIs and constants in libvirt 1.2.17
+
+---

Old:

  libvirt-python-1.2.16.tar.gz
  libvirt-python-1.2.16.tar.gz.asc

New:

  libvirt-python-1.2.17.tar.gz
  libvirt-python-1.2.17.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.xoa8wk/_old  2015-07-14 17:44:40.0 +0200
+++ /var/tmp/diff_new_pack.xoa8wk/_new  2015-07-14 17:44:40.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.16
+Version:1.2.17
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.16.tar.gz - libvirt-python-1.2.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.16/AUTHORS 
new/libvirt-python-1.2.17/AUTHORS
--- old/libvirt-python-1.2.16/AUTHORS   2015-06-01 04:44:46.0 +0200
+++ new/libvirt-python-1.2.17/AUTHORS   2015-07-02 07:33:52.0 +0200
@@ -56,6 +56,7 @@
Nikunj A. Dadhania nik...@linux.vnet.ibm.com
Osier Yang jy...@redhat.com
Oskari Saarenmaa o...@ohmu.fi
+   Pavel Boldin pbol...@mirantis.com
Pavel Hrdina phrd...@redhat.com
Peter Krempa pkre...@redhat.com
Philipp Hahn h...@univention.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.16/ChangeLog 
new/libvirt-python-1.2.17/ChangeLog
--- old/libvirt-python-1.2.16/ChangeLog 2015-06-01 04:44:46.0 +0200
+++ new/libvirt-python-1.2.17/ChangeLog 2015-07-02 07:33:52.0 +0200
@@ -1,3 +1,48 @@
+2015-06-29 Pavel Boldin  pbol...@mirantis.com
+
+virPyDictToTypedParams: packing lists of values
+Pack a list or a tuple of values passed to a Python method to the
+multi-value parameter.
+
+
+2015-06-28 Martin Kletzander  mklet...@redhat.com
+
+Revert Change livbirt version to 1.3.0 for the next release
+This reverts commit 751e016f09a6a0dd372667bdd2b322731718e359.
+
+Since Admin API was deferred for a release and the minor version bump
+didn't happen, it must not happen in libvirt-python either, for
+compatibility reasons.
+
+
+2015-06-16 Martin Kletzander  mklet...@redhat.com
+
+Change livbirt version to 1.3.0 for the next release
+Since the background for Admin API is merged upstream, we are bumping
+the minor release version as discussed previously
+
+
+
+2015-06-08 Jiri Denemark  jdene...@redhat.com
+
+Provide symbolic names for typed parameters
+https://bugzilla.redhat.com/show_bug.cgi?id=1222795
+
+
+
+2015-06-05 Jiri Denemark  jdene...@redhat.com
+
+Post-release version bump to 1.2.17
+
+
+2015-06-01 Daniel P. Berrange  berra...@redhat.com
+
+Include tests in MANIFEST
+The unit tests were missing from the tar.gz archives due to not
+being listed in the MANIFEST.in file
+
+
+
 2015-05-28 Jim Fehlig  jfeh...@suse.com
 
 Fix duplicate entries in AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.16/PKG-INFO 
new/libvirt-python-1.2.17/PKG-INFO
--- old/libvirt-python-1.2.16/PKG-INFO  2015-06-01 04:44:46.0 +0200
+++ new/libvirt-python-1.2.17/PKG-INFO  2015-07-02 07:33:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.2.16
+Version: 1.2.17
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.16/generator.py 
new/libvirt-python-1.2.17/generator.py
--- old/libvirt-python-1.2.16/generator.py  2015-06-01 04:29:42.0 
+0200
+++ new/libvirt-python-1.2.17/generator.py  2015-07-02 07:32:19.0 
+0200
@@ -10,6 +10,7 @@
 lxc_enums = {} # { enumType: { enumConstant: enumValue } }
 qemu_enums = {} # { enumType: { 

commit libvirt-python for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2015-05-11 20:42:07

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-04-12 00:10:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-05-11 20:42:08.0 +0200
@@ -1,0 +2,6 @@
+Mon May  4 09:06:48 MDT 2015 - jfeh...@suse.com
+
+- Update to 1.2.15
+  - Add all new APIs and constants in libvirt 1.2.15
+
+---

Old:

  libvirt-python-1.2.14.tar.gz
  libvirt-python-1.2.14.tar.gz.asc

New:

  libvirt-python-1.2.15.tar.gz
  libvirt-python-1.2.15.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.q6ovkt/_old  2015-05-11 20:42:08.0 +0200
+++ /var/tmp/diff_new_pack.q6ovkt/_new  2015-05-11 20:42:08.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.14
+Version:1.2.15
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.14.tar.gz - libvirt-python-1.2.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.14/AUTHORS 
new/libvirt-python-1.2.15/AUTHORS
--- old/libvirt-python-1.2.14/AUTHORS   2015-04-02 09:56:33.0 +0200
+++ new/libvirt-python-1.2.15/AUTHORS   2015-05-04 05:40:33.0 +0200
@@ -433,6 +433,7 @@
Jiri Denemark jdene...@redhat.com
Jiri Denemark jdene...@redhat.com
Jiri Denemark jdene...@redhat.com
+   Jiri Denemark jdene...@redhat.com
Jiri Denemark jiri.denem...@gmail.com
John Ferlan jfer...@redhat.com
John Ferlan jfer...@redhat.com
@@ -441,6 +442,7 @@
Ján Tomko jto...@redhat.com
Ján Tomko jto...@redhat.com
Ján Tomko jto...@redhat.com
+   Ján Tomko jto...@redhat.com
KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com
Lai Jiangshan la...@cn.fujitsu.com
Lai Jiangshan la...@cn.fujitsu.com
@@ -591,6 +593,9 @@
Tomoki Sekiyama tomoki.sekiy...@hds.com
Tomoki Sekiyama tomoki.sekiy...@hds.com
Tomoki Sekiyama tomoki.sekiy...@hds.com
+   Victor Stinner victor.stin...@gmail.com
+   Victor Stinner victor.stin...@gmail.com
+   Victor Stinner victor.stin...@gmail.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.14/ChangeLog 
new/libvirt-python-1.2.15/ChangeLog
--- old/libvirt-python-1.2.14/ChangeLog 2015-04-02 09:56:33.0 +0200
+++ new/libvirt-python-1.2.15/ChangeLog 2015-05-04 05:40:33.0 +0200
@@ -1,3 +1,36 @@
+2015-04-22 Victor Stinner  victor.stin...@gmail.com
+
+libvirt-python: add classifiers to setup.py
+Add the Python 3 classifier, needed by the caniusepython3 tool to check
+if dependencies of a projects are Python 3 compatible:
+
+https://caniusepython3.com/
+
+
+2015-04-22 Victor Stinner  victor.stin...@gmail.com
+
+Add tox.ini to run tests on Python 2.6, 2.7  3.4
+
+
+2015-04-22 Victor Stinner  victor.stin...@gmail.com
+
+sanitytest.py parameters are now optional
+When called without parameters, sanitytest.py doesn't touch sys.path and
+locates itself the patch to the libvirt-api.xml file using pkg-config.
+
+This change makes possible to run sanitytest.py from tox.
+
+
+2015-04-15 Ján Tomko  jto...@redhat.com
+
+Implement the DEVICE_ADDED event
+
+
+2015-04-02 Jiri Denemark  jdene...@redhat.com
+
+Post-release version bump to 1.2.15
+
+
 2015-03-28 Pavel Hrdina  phrd...@redhat.com
 
 Expose virDomainInterfacesAddresses to python binding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.14/PKG-INFO 
new/libvirt-python-1.2.15/PKG-INFO
--- old/libvirt-python-1.2.14/PKG-INFO  2015-04-02 09:56:33.0 +0200
+++ new/libvirt-python-1.2.15/PKG-INFO  2015-05-04 05:40:33.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: libvirt-python
-Version: 1.2.14
+Version: 1.2.15
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
@@ -8,3 +8,9 @@
 License: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
+Classifier: 

commit libvirt-python for openSUSE:Factory

2015-04-11 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2015-04-12 00:10:02

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-03-11 09:58:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-04-12 00:10:05.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 14:10:37 MDT 2015 - jfeh...@suse.com
+
+- Update to 1.2.14
+  - Add all new APIs and constants in libvirt 1.2.14
+
+---

Old:

  libvirt-python-1.2.13.tar.gz
  libvirt-python-1.2.13.tar.gz.asc

New:

  libvirt-python-1.2.14.tar.gz
  libvirt-python-1.2.14.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.xhAAjd/_old  2015-04-12 00:10:05.0 +0200
+++ /var/tmp/diff_new_pack.xhAAjd/_new  2015-04-12 00:10:05.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.13
+Version:1.2.14
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.13.tar.gz - libvirt-python-1.2.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.13/AUTHORS 
new/libvirt-python-1.2.14/AUTHORS
--- old/libvirt-python-1.2.13/AUTHORS   2015-03-02 04:45:23.0 +0100
+++ new/libvirt-python-1.2.14/AUTHORS   2015-04-02 09:56:33.0 +0200
@@ -435,6 +435,11 @@
Jiri Denemark jdene...@redhat.com
Jiri Denemark jiri.denem...@gmail.com
John Ferlan jfer...@redhat.com
+   John Ferlan jfer...@redhat.com
+   John Ferlan jfer...@redhat.com
+   Ján Tomko jto...@redhat.com
+   Ján Tomko jto...@redhat.com
+   Ján Tomko jto...@redhat.com
Ján Tomko jto...@redhat.com
KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com
Lai Jiangshan la...@cn.fujitsu.com
@@ -531,6 +536,8 @@
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.13/ChangeLog 
new/libvirt-python-1.2.14/ChangeLog
--- old/libvirt-python-1.2.13/ChangeLog 2015-03-02 04:45:23.0 +0100
+++ new/libvirt-python-1.2.14/ChangeLog 2015-04-02 09:56:33.0 +0200
@@ -1,3 +1,97 @@
+2015-03-28 Pavel Hrdina  phrd...@redhat.com
+
+Expose virDomainInterfacesAddresses to python binding
+examples/Makefile.am:
+* Add new file domipaddrs.py
+
+examples/README:
+* Add documentation for the python example
+
+libvirt-override-api.xml:
+* Add new symbol for virDomainInterfacesAddresses
+
+libvirt-override.c:
+* Hand written python api
+
+Example:
+$ python examples/domipaddrs.py qemu:///system f18
+Interface  MAC address  Protocol Address
+vnet0  52:54:00:20:70:3dipv4 192.168.105.240/16
+
+
+
+2015-03-26 Ján Tomko  jto...@redhat.com
+
+Rename virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo
+
+
+2015-03-26 Ján Tomko  jto...@redhat.com
+
+Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree
+
+
+2015-03-19 Pavel Hrdina  phrd...@redhat.com
+
+Post-release version bump to 1.2.14
+
+
+2015-03-11 John Ferlan  jfer...@redhat.com
+
+Support virDomainPinIOThread
+Support the libvirt_virDomainSetIOThreads method using code that mimics
+the existing libvirt_virDomainPinVcpuFlags method
+
+The following is a sample session assuming guest 'iothr-gst' has IOThreads
+configured (it's currently running, too)
+
+ import libvirt
+ con=libvirt.open(qemu:///system)
+ dom=con.lookupByName('iothr-gst')
+ dom.ioThreadsInfo()
+[(1, [False, False, True, False]), (2, [False, False, False, True]), (3, 
[True, True, True, True])]
+ cpumap=(True,True,True,False)
+ dom.pinIOThread(3,cpumap)
+0
+ print dom.ioThreadsInfo()
+[(1, [False, False, True, False]), (2, [False, False, False, True]), (3, 
[True, True, True, False])]
+
+
+merge
+
+
+2015-03-11 John Ferlan  jfer...@redhat.com
+
+Support virDomainGetIOThreadsInfo and virDomainIOThreadsInfoFree
+Add support for the 

commit libvirt-python for openSUSE:Factory

2015-03-11 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2015-03-11 09:58:34

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2015-02-05 11:00:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2015-03-11 09:58:35.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar  2 12:40:05 MST 2015 - jfeh...@suse.com
+
+- Update to 1.2.13
+  - Add all new APIs and constants in libvirt 1.2.13
+
+---

Old:

  libvirt-python-1.2.12.tar.gz
  libvirt-python-1.2.12.tar.gz.asc

New:

  libvirt-python-1.2.13.tar.gz
  libvirt-python-1.2.13.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.VEyqoO/_old  2015-03-11 09:58:36.0 +0100
+++ /var/tmp/diff_new_pack.VEyqoO/_new  2015-03-11 09:58:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt-python
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.12
+Version:1.2.13
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.12.tar.gz - libvirt-python-1.2.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.12/AUTHORS 
new/libvirt-python-1.2.13/AUTHORS
--- old/libvirt-python-1.2.12/AUTHORS   2015-01-27 09:04:12.0 +0100
+++ new/libvirt-python-1.2.13/AUTHORS   2015-03-02 04:45:23.0 +0100
@@ -212,6 +212,7 @@
Daniel P. Berrange berra...@redhat.com
Daniel P. Berrange berra...@redhat.com
Daniel P. Berrange berra...@redhat.com
+   Daniel P. Berrange berra...@redhat.com
Daniel Veillard veill...@redhat.com
Daniel Veillard veill...@redhat.com
Daniel Veillard veill...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.12/ChangeLog 
new/libvirt-python-1.2.13/ChangeLog
--- old/libvirt-python-1.2.12/ChangeLog 2015-01-27 09:04:12.0 +0100
+++ new/libvirt-python-1.2.13/ChangeLog 2015-03-02 04:45:23.0 +0100
@@ -1,3 +1,8 @@
+2015-01-27 Daniel P. Berrange  berra...@redhat.com
+
+Post-release version bump to 1.2.13
+
+
 2015-01-19 Pavel Hrdina  phrd...@redhat.com
 
 sanitytest: fix mapping test for virDomainDefineXMLFlags
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.12/PKG-INFO 
new/libvirt-python-1.2.13/PKG-INFO
--- old/libvirt-python-1.2.12/PKG-INFO  2015-01-27 09:04:13.0 +0100
+++ new/libvirt-python-1.2.13/PKG-INFO  2015-03-02 04:45:24.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: libvirt-python
-Version: 1.2.12
+Version: 1.2.13
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.12/libvirt-python.spec 
new/libvirt-python-1.2.13/libvirt-python.spec
--- old/libvirt-python-1.2.12/libvirt-python.spec   2015-01-27 
09:04:11.0 +0100
+++ new/libvirt-python-1.2.13/libvirt-python.spec   2015-03-02 
04:45:23.0 +0100
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.2.12
+Version: 1.2.13
 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-1.2.12/setup.py 
new/libvirt-python-1.2.13/setup.py
--- old/libvirt-python-1.2.12/setup.py  2015-01-21 08:24:08.0 +0100
+++ new/libvirt-python-1.2.13/setup.py  2015-03-02 04:44:16.0 +0100
@@ -309,7 +309,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-  version = '1.2.12',
+  version = '1.2.13',
   url = 'http://www.libvirt.org',
   maintainer = 'Libvirt Maintainers',
   maintainer_email = 'libvir-l...@redhat.com',

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For 

commit libvirt-python for openSUSE:Factory

2014-12-23 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-12-23 11:50:47

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-11-11 10:16:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-12-23 11:49:22.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec 15 10:42:02 MST 2014 - jfeh...@suse.com
+
+- Update to 1.2.11
+  - Add all new APIs and constants in libvirt 1.2.11
+
+---

Old:

  libvirt-python-1.2.10.tar.gz
  libvirt-python-1.2.10.tar.gz.asc

New:

  libvirt-python-1.2.11.tar.gz
  libvirt-python-1.2.11.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.hLAh0G/_old  2014-12-23 11:49:24.0 +0100
+++ /var/tmp/diff_new_pack.hLAh0G/_new  2014-12-23 11:49:24.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.10
+Version:1.2.11
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.10.tar.gz - libvirt-python-1.2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.10/AUTHORS 
new/libvirt-python-1.2.11/AUTHORS
--- old/libvirt-python-1.2.10/AUTHORS   2014-11-03 07:36:13.0 +0100
+++ new/libvirt-python-1.2.11/AUTHORS   2014-12-13 03:57:15.0 +0100
@@ -430,7 +430,9 @@
Jiri Denemark jdene...@redhat.com
Jiri Denemark jdene...@redhat.com
Jiri Denemark jdene...@redhat.com
+   Jiri Denemark jdene...@redhat.com
Jiri Denemark jiri.denem...@gmail.com
+   John Ferlan jfer...@redhat.com
Ján Tomko jto...@redhat.com
KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com
Lai Jiangshan la...@cn.fujitsu.com
@@ -441,6 +443,7 @@
Lei Li li...@linux.vnet.ibm.com
Luyao Huang lhu...@redhat.com
Luyao Huang lhu...@redhat.com
+   Luyao Huang lhu...@redhat.com
Marcelo Cerri mhce...@linux.vnet.ibm.com
Marian Neagul mar...@info.uvt.ro
Mark McLoughlin mar...@redhat.com
@@ -531,6 +534,8 @@
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
@@ -561,6 +566,7 @@
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
+   Richard W.M. Jones rjo...@redhat.com
Robie Basak robie.ba...@canonical.com
Serge Hallyn serge.hal...@canonical.com
Stefan Berger stef...@linux.vnet.ibm.com
@@ -572,6 +578,8 @@
Taku Izumi izumi.t...@jp.fujitsu.com
Taku Izumi izumi.t...@jp.fujitsu.com
Tomoki Sekiyama tomoki.sekiy...@hds.com
+   Tomoki Sekiyama tomoki.sekiy...@hds.com
+   Tomoki Sekiyama tomoki.sekiy...@hds.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.10/ChangeLog 
new/libvirt-python-1.2.11/ChangeLog
--- old/libvirt-python-1.2.10/ChangeLog 2014-11-03 07:36:13.0 +0100
+++ new/libvirt-python-1.2.11/ChangeLog 2014-12-13 03:57:15.0 +0100
@@ -1,3 +1,78 @@
+2014-12-11 Richard W.M. Jones  rjo...@redhat.com
+
+Add c_pointer method to classes.
+This returns the raw C pointer to the underlying object, eg:
+
+conn = libvirt.open(None)
+print 0x%x % conn.c_pointer()   # returns virConnectPtr of the connection
+dom = conn.lookupByName(test)
+print 0x%x % dom.c_pointer()# returns virDomainPtr of the domain
+
+The reason behind this is to allow us to transparently pass Python dom
+objects through the libguestfs Python API.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1075164
+
+
+2014-12-02 Tomoki Sekiyama  tomoki.sekiy...@hds.com
+
+override: iterate virDomainFSInfo.devAliases using ndevAliases
+Currently devAliases in virDomainFSInfo struct are iterated as a
+NULL-terminated list, but that is not guaranteed. It should use
+ndevAliases which stores the number of the items in devAliases.
+
+
+
+2014-12-01 Pavel Hrdina  phrd...@redhat.com
+
+fix examples
+The dhcpleases 

commit libvirt-python for openSUSE:Factory

2014-11-11 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-11-11 09:59:57

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-10-06 12:06:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-11-11 10:16:01.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  3 16:29:33 MST 2014 - jfeh...@suse.com
+
+- Update to 1.2.10
+  - Add all new APIs and constants in libvirt 1.2.10
+
+---

Old:

  libvirt-python-1.2.9.tar.gz
  libvirt-python-1.2.9.tar.gz.asc

New:

  libvirt-python-1.2.10.tar.gz
  libvirt-python-1.2.10.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.T3zjyx/_old  2014-11-11 10:16:02.0 +0100
+++ /var/tmp/diff_new_pack.T3zjyx/_new  2014-11-11 10:16:02.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.9
+Version:1.2.10
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.9.tar.gz - libvirt-python-1.2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.9/AUTHORS 
new/libvirt-python-1.2.10/AUTHORS
--- old/libvirt-python-1.2.9/AUTHORS2014-10-01 11:00:41.0 +0200
+++ new/libvirt-python-1.2.10/AUTHORS   2014-11-03 07:36:13.0 +0100
@@ -262,6 +262,7 @@
Daniel Veillard veill...@redhat.com
Daniel Veillard veill...@redhat.com
Diego Elio Pettenò flamee...@gmail.com
+   Dmitry Guryanov dgurya...@parallels.com
Don Dugger donald.d.dug...@intel.com
Doug Goldstein car...@cardoe.com
Doug Goldstein car...@cardoe.com
@@ -438,6 +439,8 @@
Laine Stump la...@laine.org
Lei Li li...@linux.vnet.ibm.com
Lei Li li...@linux.vnet.ibm.com
+   Luyao Huang lhu...@redhat.com
+   Luyao Huang lhu...@redhat.com
Marcelo Cerri mhce...@linux.vnet.ibm.com
Marian Neagul mar...@info.uvt.ro
Mark McLoughlin mar...@redhat.com
@@ -453,6 +456,9 @@
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
MATSUDA Daiki matsuda...@intellilink.co.jp
MATSUDA Daiki matsuda...@intellilink.co.jp
Matthias Bolte matthias.bo...@googlemail.com
@@ -521,6 +527,12 @@
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Peter Krempa pkre...@redhat.com
+   Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
@@ -538,6 +550,7 @@
Philipp Hahn h...@univention.de
Philipp Hahn h...@univention.de
Philipp Hahn h...@univention.de
+   Pradipta Kr. Banerjee pradipta.baner...@gmail.com
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.9/ChangeLog 
new/libvirt-python-1.2.10/ChangeLog
--- old/libvirt-python-1.2.9/ChangeLog  2014-10-01 11:00:41.0 +0200
+++ new/libvirt-python-1.2.10/ChangeLog 2014-11-03 07:36:13.0 +0100
@@ -1,3 +1,125 @@
+2014-10-28 Dmitry Guryanov  dgurya...@parallels.com
+
+fix libvirt headers list
+Since libvirt.h has been split out, generator.py
+should be fixed accordingly. So add full list of header
+files.
+
+
+
+2014-10-22 Pavel Hrdina  phrd...@redhat.com
+
+virDomainBlockCopy: initialize flags to 0
+An optional argument if not passed isn't modified by the
+PyArg_ParseTuple function.
+
+
+
+2014-10-22 Pavel Hrdina  phrd...@redhat.com
+
+flags cannot get right value for blockCopy function
+When use blockCopy, flags cannot get a right value, because
+PyArg_ParseTuple want to get 6 parameters and blockCopy only
+pass 5. Flags will get a unpredictable value, this will make
+the function fail with error:
+
+unsupported flags (0x7f6c) in function qemuDomainBlockCopy
+
+
+
+2014-10-22 Peter Krempa  pkre...@redhat.com

commit libvirt-python for openSUSE:Factory

2014-10-06 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-10-06 12:06:28

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-09-10 10:20:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-10-06 12:06:28.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct  2 15:33:15 MDT 2014 - jfeh...@suse.com
+
+- spec: Remove gpg-offline build dependency and use of gpg_verify
+  to verify tarball since this task can be performed by source
+  services
+
+---
+Wed Oct  1 16:47:26 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.9
+  - Add all new APIs and constants in libvirt 1.2.9
+- Verify tarball using %gpg_verify using associated .asc file
+  Add: libvirt-python.keyring, libvirt-python-1.2.9.tar.gz.asc
+  Use upstream .gz tarball instead of locally generated .bz2
+
+---

Old:

  libvirt-python-1.2.8.tar.bz2

New:

  libvirt-python-1.2.9.tar.gz
  libvirt-python-1.2.9.tar.gz.asc
  libvirt-python.keyring



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.mBkR4z/_old  2014-10-06 12:06:29.0 +0200
+++ /var/tmp/diff_new_pack.mBkR4z/_new  2014-10-06 12:06:29.0 +0200
@@ -18,12 +18,14 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.8
+Version:1.2.9
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
+Source1:%{name}-%{version}.tar.gz.asc
+Source2:libvirt-python.keyring
 BuildRequires:  libvirt-devel = 0.9.11
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel

++ libvirt-python.keyring ++
user: Daniel Veillard (Red Hat work email) veill...@redhat.com
1024-bit DSA key, ID DE95BC1F, created 2000-05-31

-BEGIN PGP PUBLIC KEY BLOCK-
Version: SKS 1.1.4
Comment: Hostname: pgp.mit.edu

mQGiBDk1EfQRBACMYQsU1LMs37qOMMJhTkfyb5aruPapu8ICNR4kNk36jT/ld7oN/0xtqM/e
2S9VOzAd165POeEobxTXN234MOhj6PM9uJNOgAq1N1k1eWhGpVw2HIYsb40BHgKVf9mdrv73
75L18Sb8qv3CcBhJfK8oW0Zv2oeruWFDpsMr9ULxxwCgmjapuDrJDZN7HEtOCcPF8CoNTG8D
+wedGbKLvXg6NE5UyrkV3qfYwrPai84EsPY1VaWemF+hPch+14r0CUIOVADX87HaIBsTmGZ/
u6Ks9ZYALVZbwjQcyNp7MP4ZmvIpfHXdxgLJ+9DbKs6yTlgA1moUSERyfGq/kMC9nq3dVYgm
YmxxRuO8/eVKufvStnxhIr/av3o3A/0T4/hPXT2N4WCpvpCxKDIPy9/pqXcYjSEVbS1lfYP6
zfxNDKwuF2j4gRWmunJnPowIGx0+Zhl1dc68B6QOgxqenJNkNbSKUUm23MlzSeT6zyyAJcXW
///zxZ7t7Yq4L9+X6FQtJ8D7kbcB/NQv93UqZKnUplD+35b/xM6zP6UqerQoRGFuaWVsIFZl
aWxsYXJkIDxEYW5pZWwuVmVpbGxhcmRAdzMub3JnPohGBBARAgAGBQI5ejQrAAoJEMzzb5Mo
I0StyzsAoJDVaCAEqSWJWDwDrm1/NSTz6BqhAJ4kogPqBKq1/NesIIeDwdckRdd3qIhGBBAR
AgAGBQI5ejRvAAoJEB1KYQ5pci3uiOAAnjzeSHTAubogcX0HkSebDwhdUetbAKCOFTpvcVkm
VW47QfREL9NOtPhUZYhGBBARAgAGBQI5fZl/AAoJEDn49iWv7v6A3yYAoLWf6YQ6TD7xf1rW
rbGYhTMZMQ10AKCk4pYLsx6iFRsfcYfFo9JcYi+XMIhGBBARAgAGBQI5fvi8AAoJECQ/IKRD
vnVEZnYAni8Q6dFwrJAk6FjVWshDwFIuOULRAJ9NTGm+R1xJpVQERP4IaqLTpDoAEYhGBBAR
AgAGBQI5f8DjAAoJEHAzMIEIbIgD2AcAnA47eisX50dYaO90z3jCgCK9Ba9rAKDRxSvuzeTH
vWMod/4GqGJWLoyOLIhGBBARAgAGBQI5gOP4AAoJEDmVGBY0lpqJF3MAn1gez3jx9scwRTz1
YZxV8jFb973qAKC2iS4Ldys348K/deYKbYeEIqbrJIhGBBARAgAGBQI6NSaoAAoJEDdlHuot
pA0HfZoAoIDREKiALlsoejv/qHI91VKoMHG5AKCwVG/WeJidhynY2OU1RC6QOq2KmYhGBBAR
AgAGBQI7gX2lAAoJELvolyhq/bLown0AoMkKpTVkC4D3S4B32nQVeVGLOIweAKDcaxzBok3N
qUM/A/gGn4y2WzqHY4hGBBARAgAGBQI7gY+/AAoJEFJHr8cBuaFyKAkAoJm0MMByKDb4Clyu
wrxOCQsGnLVIAJ9Z/zrniNW9nKK4/tEspdyv4TLhGYhGBBARAgAGBQI7gZJPAAoJEKA6cWcs
inaRsk0AnjmiJWmep/o9AFoPYPtjjK5vNuhcAJ4u9C53x4d3z4RdyG2FnbWjMIeiAYhGBBAR
AgAGBQI75UlyAAoJEJ7fge5GzXZ0QqsAniGAQUqPvjapeKPH0G3VkwhX1qWUAJ9hgrsrVvAV
eXj+s9Bef7Pyl0wD3YhGBBARAgAGBQI8YSzuAAoJEDlhuoU154VchA4AoKnX9fEFkB8ReQox
jlxWLafErH7uAJ0QVxy9rL32p0PFwC6Qn4V6wmIuJIhGBBARAgAGBQI+ZTRLAAoJEFQUZr6x
LcGbCCMAniqod8Yz/F3SqXWldryKWOm6HNitAJ9d3w8KY2C4xCNzSxBmt7VDJTAkU4hGBBAR
AgAGBQI/gC4MAAoJEHV4bFtSgTOwzJEAnjD2Ak0DOo2mIAfd1VMOsdnu8cK7AJsGJwgyAp9T
M/nOtxGly0IdHKMhvYhGBBMRAgAGBQI+ZTceAAoJEFHEeWWe4Un9z/cAnjduT77cVlkKYlIr
PHTa/l9r5p7tAJsFajItfqyDhhd/JExUz7nS/ZxecIhWBBMRAgAWBQI5NRH0BAsKBAMDFQMC
AxYCAQIXgAAKCRBGBril3pW8HyjYAJ0bg3uZHA+/f974QtI0VE+0uKRpDACfTkTeyy9yyRzO
OSzPcoyLuvFDru6IXgQTEQIAFgUCOTUR9AQLCgQDAxUDAgMWAgECF4AAEgkQRga4pd6VvB8H
ZUdQRwABASjYAJ0bg3uZHA+/f974QtI0VE+0uKRpDACfTkTeyy9yyRzOOSzPcoyLuvFDru6J

commit libvirt-python for openSUSE:Factory

2014-09-10 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-09-10 07:28:45

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-08-13 17:08:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-09-10 10:20:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  2 09:28:25 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.8
+  - Add all new APIs and constants in libvirt 1.2.8
+
+---

Old:

  libvirt-python-1.2.7.tar.bz2

New:

  libvirt-python-1.2.8.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.yWsF2F/_old  2014-09-10 10:20:02.0 +0200
+++ /var/tmp/diff_new_pack.yWsF2F/_new  2014-09-10 10:20:02.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.7
+Version:1.2.8
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.7.tar.bz2 - libvirt-python-1.2.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.7/AUTHORS 
new/libvirt-python-1.2.8/AUTHORS
--- old/libvirt-python-1.2.7/AUTHORS2014-08-05 09:36:12.0 +0200
+++ new/libvirt-python-1.2.8/AUTHORS2014-09-02 09:38:01.0 +0200
@@ -350,6 +350,8 @@
Eric Blake ebl...@redhat.com
Eric Blake ebl...@redhat.com
Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
Federico Simoncelli fsimo...@redhat.com
Giuseppe Scrivano gscri...@redhat.com
Giuseppe Scrivano gscri...@redhat.com
@@ -477,6 +479,7 @@
Miloslav Trmač m...@redhat.com
Minoru Usui u...@mxm.nes.nec.co.jp
Minoru Usui u...@mxm.nes.nec.co.jp
+   Mo Yuxiang moyuxi...@huawei.com
Nehal J Wani nehaljw.k...@gmail.com
Nehal J Wani nehaljw.k...@gmail.com
Nikunj A. Dadhania nik...@linux.vnet.ibm.com
@@ -510,6 +513,11 @@
Osier Yang jy...@redhat.com
Osier Yang jy...@redhat.com
Oskari Saarenmaa o...@ohmu.fi
+   Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Pavel Hrdina phrd...@redhat.com
+   Peter Krempa pkre...@redhat.com
+   Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
Peter Krempa pkre...@redhat.com
@@ -549,3 +557,4 @@
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Zeeshan Ali (Khattak) zeesha...@gnome.org
+   Zhou Yimin zhouyi...@huawei.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.7/ChangeLog 
new/libvirt-python-1.2.8/ChangeLog
--- old/libvirt-python-1.2.7/ChangeLog  2014-08-05 09:36:12.0 +0200
+++ new/libvirt-python-1.2.8/ChangeLog  2014-09-02 09:38:01.0 +0200
@@ -1,3 +1,91 @@
+2014-09-01 Pavel Hrdina  phrd...@redhat.com
+
+Implement API bindings for virDomainBlockCopy
+
+
+2014-09-01 Pavel Hrdina  phrd...@redhat.com
+
+API: Implement bindings for virDomainListGetStats
+Implement the function by returning a list of tuples instead the array
+of virDomainStatsRecords and store the typed parameters as dict.
+
+
+
+2014-09-01 Peter Krempa  pkre...@redhat.com
+
+API: Implement bindings for virConnectGetAllDomainStats
+Implement the function by returning a list of tuples instead the array
+of virDomainStatsRecords and store the typed parameters as dict.
+
+
+
+2014-09-01 Peter Krempa  pkre...@redhat.com
+
+API: Skip 'virDomainStatsRecordListFree'
+The new API function doesn't make sense to be exported in python. The
+bindings will return native types instead of the struct array.
+
+
+
+2014-09-01 Pavel Hrdina  phrd...@redhat.com
+
+generator: resolve one level of enum reference
+In the libvirt.h we have one enum defined by references from another
+enum and it leads in wrong order of definitons in python code. To
+prevent this we should resolve that references before we generate the
+python code.
+
+For now we have only one level of references so we will count with that
+in the generator but we should update it in the future to be more
+flexible.
+
+
+
+2014-08-19 Mo Yuxiang  moyuxi...@huawei.com
+
+build: Fix build warning on libvirt-python
+On 

commit libvirt-python for openSUSE:Factory

2014-08-13 Thread h_root
Hello community,

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

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-07-10 09:32:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-08-13 17:08:39.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  5 16:35:18 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.7
+  - Add all new APIs and constants in libvirt 1.2.7
+
+---

Old:

  libvirt-python-1.2.6.tar.bz2

New:

  libvirt-python-1.2.7.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.fd2spd/_old  2014-08-13 17:08:40.0 +0200
+++ /var/tmp/diff_new_pack.fd2spd/_new  2014-08-13 17:08:40.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.6
+Version:1.2.7
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.6.tar.bz2 - libvirt-python-1.2.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.6/AUTHORS 
new/libvirt-python-1.2.7/AUTHORS
--- old/libvirt-python-1.2.6/AUTHORS2014-07-02 08:12:23.0 +0200
+++ new/libvirt-python-1.2.7/AUTHORS2014-08-05 09:36:12.0 +0200
@@ -427,6 +427,7 @@
Jiri Denemark jdene...@redhat.com
Jiri Denemark jdene...@redhat.com
Jiri Denemark jdene...@redhat.com
+   Jiri Denemark jiri.denem...@gmail.com
Ján Tomko jto...@redhat.com
KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com
Lai Jiangshan la...@cn.fujitsu.com
@@ -443,6 +444,7 @@
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.6/ChangeLog 
new/libvirt-python-1.2.7/ChangeLog
--- old/libvirt-python-1.2.6/ChangeLog  2014-07-02 08:12:23.0 +0200
+++ new/libvirt-python-1.2.7/ChangeLog  2014-08-05 09:36:12.0 +0200
@@ -1,3 +1,18 @@
+2014-07-29 Jiri Denemark  jiri.denem...@gmail.com
+
+spec: Reorganize to satisfy buggy spectool
+spectool parses a specfile and strips everything but a preamble.
+However, if the first section is preceded by %if clause, it keeps it
+there which then makes rpmbuild complain about unmatched %if. Let's make
+the buggy tool happy by moving sections around so that the first one is
+not in any conditional.
+
+
+2014-07-22 Martin Kletzander  mklet...@redhat.com
+
+Bump version to 1.2.7 for new dev cycle
+
+
 2014-06-27 Nehal J Wani  nehaljw.k...@gmail.com
 
 Implement new virNetworkGetDHCPLeases API
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.6/PKG-INFO 
new/libvirt-python-1.2.7/PKG-INFO
--- old/libvirt-python-1.2.6/PKG-INFO   2014-07-02 08:12:23.0 +0200
+++ new/libvirt-python-1.2.7/PKG-INFO   2014-08-05 09:36:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: libvirt-python
-Version: 1.2.6
+Version: 1.2.7
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.6/libvirt-python.spec 
new/libvirt-python-1.2.7/libvirt-python.spec
--- old/libvirt-python-1.2.6/libvirt-python.spec2014-07-02 
08:12:22.0 +0200
+++ new/libvirt-python-1.2.7/libvirt-python.spec2014-08-05 
09:36:12.0 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.2.6
+Version: 1.2.7
 Release: 1%{?dist}%{?extra_release}
 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
 Url: http://libvirt.org
@@ -22,14 +22,6 @@
 BuildRequires: python3-lxml
 %endif
 
-%if %{with_python3}
-%package -n libvirt-python3
-Summary: The libvirt virtualization API python3 binding
-Url: http://libvirt.org
-License: LGPLv2+
-Group: Development/Libraries
-%endif
-
 # Don't want provides for python shared objects
 %{?filter_provides_in: %filter_provides_in 

commit libvirt-python for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-07-10 08:18:19

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-06-10 14:39:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-07-10 09:32:03.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  2 13:36:18 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.6
+  - Add all new APIs and constants in libvirt 1.2.6
+
+---

Old:

  libvirt-python-1.2.5.tar.bz2

New:

  libvirt-python-1.2.6.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.UvDpQY/_old  2014-07-10 09:32:04.0 +0200
+++ /var/tmp/diff_new_pack.UvDpQY/_new  2014-07-10 09:32:04.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.5
+Version:1.2.6
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.5.tar.bz2 - libvirt-python-1.2.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.5/AUTHORS 
new/libvirt-python-1.2.6/AUTHORS
--- old/libvirt-python-1.2.5/AUTHORS2014-06-02 03:55:34.0 +0200
+++ new/libvirt-python-1.2.6/AUTHORS2014-07-02 08:12:23.0 +0200
@@ -346,6 +346,10 @@
Eric Blake ebl...@redhat.com
Eric Blake ebl...@redhat.com
Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
Federico Simoncelli fsimo...@redhat.com
Giuseppe Scrivano gscri...@redhat.com
Giuseppe Scrivano gscri...@redhat.com
@@ -380,6 +384,7 @@
Hu Tao hu...@cn.fujitsu.com
Hu Tao hu...@cn.fujitsu.com
Hu Tao hu...@cn.fujitsu.com
+   Jason Andryuk andr...@aero.org
Jim Fehlig jfeh...@novell.com
Jim Meyering meyer...@redhat.com
Jim Meyering meyer...@redhat.com
@@ -443,6 +448,7 @@
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
MATSUDA Daiki matsuda...@intellilink.co.jp
MATSUDA Daiki matsuda...@intellilink.co.jp
Matthias Bolte matthias.bo...@googlemail.com
@@ -465,9 +471,12 @@
Michal Privoznik mpriv...@redhat.com
Michal Privoznik mpriv...@redhat.com
Michal Privoznik mpriv...@redhat.com
+   Michal Privoznik mpriv...@redhat.com
Miloslav Trmač m...@redhat.com
Minoru Usui u...@mxm.nes.nec.co.jp
Minoru Usui u...@mxm.nes.nec.co.jp
+   Nehal J Wani nehaljw.k...@gmail.com
+   Nehal J Wani nehaljw.k...@gmail.com
Nikunj A. Dadhania nik...@linux.vnet.ibm.com
Osier Yang jy...@redhat.com
Osier Yang jy...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.5/ChangeLog 
new/libvirt-python-1.2.6/ChangeLog
--- old/libvirt-python-1.2.5/ChangeLog  2014-06-02 03:55:34.0 +0200
+++ new/libvirt-python-1.2.6/ChangeLog  2014-07-02 08:12:23.0 +0200
@@ -1,3 +1,125 @@
+2014-06-27 Nehal J Wani  nehaljw.k...@gmail.com
+
+Implement new virNetworkGetDHCPLeases API
+This API returns a list of DHCP leases for all network interfaces
+connected to the given virtual network or limited output just for one
+interface if mac is specified.
+
+Example Output:
+[{'iface': 'virbr3', 'ipaddr': '192.168.150.181', 'hostname': 'ubuntu14',
+'expirytime': 1403737495L, 'prefix': 24, 'clientid': None,
+'mac': '52:54:00:e8:73:eb', 'iaid': None, 'type': 0},
+{'iface': 'virbr3', 'ipaddr': '2001:db8:ca2:2:1::bd', 'hostname': 
'fedora20-test',
+'expirytime': 1403738587L, 'prefix': 64, 'clientid': 
'00:04:b1:d8:86:42:e1:6a:aa:cf:d5:86:94:23:6f:94:04:cd',
+'mac': '52:54:00:5b:40:98', 'iaid': '5980312', 'type': 1}]
+
+
+
+2014-06-25 Eric Blake  ebl...@redhat.com
+
+maint: document development against uninstalled libvirt
+Thanks to Dan's recent work in libvirt.git, it is much easier to
+develop against uninstalled libvirt.  Mention how.
+
+* README: More details.
+
+
+
+2014-06-25 Nehal J Wani  nehaljw.k...@gmail.com
+
+build: use correct int conversion in NodeGetFreePages
+Commit c8ba859bc7 introduced a compiler warning while un-wrapping
+a python object to uint in 

commit libvirt-python for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

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

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-05-13 20:44:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-06-10 14:39:17.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun  1 22:43:05 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.5
+  - Add all new APIs and constants in libvirt 1.2.5
+
+---

Old:

  libvirt-python-1.2.4.tar.bz2

New:

  libvirt-python-1.2.5.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.zixoU3/_old  2014-06-10 14:39:18.0 +0200
+++ /var/tmp/diff_new_pack.zixoU3/_new  2014-06-10 14:39:18.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.4
+Version:1.2.5
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.4.tar.bz2 - libvirt-python-1.2.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.4/AUTHORS 
new/libvirt-python-1.2.5/AUTHORS
--- old/libvirt-python-1.2.4/AUTHORS2014-05-04 08:52:45.0 +0200
+++ new/libvirt-python-1.2.5/AUTHORS2014-06-02 03:55:34.0 +0200
@@ -441,6 +441,8 @@
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
MATSUDA Daiki matsuda...@intellilink.co.jp
MATSUDA Daiki matsuda...@intellilink.co.jp
Matthias Bolte matthias.bo...@googlemail.com
@@ -462,6 +464,7 @@
Michal Privoznik mpriv...@redhat.com
Michal Privoznik mpriv...@redhat.com
Michal Privoznik mpriv...@redhat.com
+   Michal Privoznik mpriv...@redhat.com
Miloslav Trmač m...@redhat.com
Minoru Usui u...@mxm.nes.nec.co.jp
Minoru Usui u...@mxm.nes.nec.co.jp
@@ -530,6 +533,7 @@
Taku Izumi izumi.t...@jp.fujitsu.com
Taku Izumi izumi.t...@jp.fujitsu.com
Taku Izumi izumi.t...@jp.fujitsu.com
+   Tomoki Sekiyama tomoki.sekiy...@hds.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
Viktor Mihajlovski mihaj...@linux.vnet.ibm.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.4/ChangeLog 
new/libvirt-python-1.2.5/ChangeLog
--- old/libvirt-python-1.2.4/ChangeLog  2014-05-04 08:52:45.0 +0200
+++ new/libvirt-python-1.2.5/ChangeLog  2014-06-02 03:55:34.0 +0200
@@ -1,3 +1,44 @@
+2014-05-27 Martin Kletzander  mklet...@redhat.com
+
+fix leak in memoryStats with older python
+libvirt_virDomainMemoryStats() function creates a dictionary without
+any checks whether the additions were successful, whether the python
+objects were created and, most importantly, without decrementing the
+reference count on the objects added to the dictionary.  This is
+somehow not an issue with current upstream versions, however with
+python 2.6 this exposes a leak in our bindings.  The following patch
+works on both old and new CPython versions and is already used in
+other parts of the code, so it's also most straightforward.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1099860
+
+
+
+2014-05-20 Michal Privoznik  mpriv...@redhat.com
+
+Implement virDomain{Get,Set}Time APIs
+While the setter can be generated automatically, the getter is not.
+However, it would be a lot easier if they both share the same logic:
+a python dictionary to represent the time: dict['seconds'] to
+represent seconds, and dict['nseconds'] to represent nanoseconds.
+
+
+
+2014-05-16 Tomoki Sekiyama  tomoki.sekiy...@hds.com
+
+override: add virDomainFSFreeze and virDomainFSThaw API
+Add binding for the new virDomainFSFreeze and virDomainFSThaw functions
+added in libvirt 1.2.5. These require override since these take a list
+of mountpoints path string. The methods are named 'fsFreeze' and
+'fsThaw'.
+
+
+
+2014-05-05 Martin Kletzander  mklet...@redhat.com
+
+Bump version to 1.2.5 for new dev cycle
+
+
 2014-04-07 Laine Stump  la...@laine.org
 
 build: add BuildRequires for python-lxml and 

commit libvirt-python for openSUSE:Factory

2014-05-13 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-05-13 20:44:57

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-04-20 11:34:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-05-13 20:44:58.0 +0200
@@ -1,0 +2,6 @@
+Mon May  5 20:12:27 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.4
+  - Add all new APIs and constants in libvirt 1.2.4
+
+---

Old:

  libvirt-python-1.2.3.tar.bz2

New:

  libvirt-python-1.2.4.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.q33dHG/_old  2014-05-13 20:44:58.0 +0200
+++ /var/tmp/diff_new_pack.q33dHG/_new  2014-05-13 20:44:58.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.3.tar.bz2 - libvirt-python-1.2.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.3/AUTHORS 
new/libvirt-python-1.2.4/AUTHORS
--- old/libvirt-python-1.2.3/AUTHORS2014-04-03 08:06:37.0 +0200
+++ new/libvirt-python-1.2.4/AUTHORS2014-05-04 08:52:45.0 +0200
@@ -426,6 +426,8 @@
KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com
Lai Jiangshan la...@cn.fujitsu.com
Lai Jiangshan la...@cn.fujitsu.com
+   Laine Stump la...@laine.org
+   Laine Stump la...@laine.org
Lei Li li...@linux.vnet.ibm.com
Lei Li li...@linux.vnet.ibm.com
Marcelo Cerri mhce...@linux.vnet.ibm.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.3/ChangeLog 
new/libvirt-python-1.2.4/ChangeLog
--- old/libvirt-python-1.2.3/ChangeLog  2014-04-03 08:06:37.0 +0200
+++ new/libvirt-python-1.2.4/ChangeLog  2014-05-04 08:52:45.0 +0200
@@ -1,3 +1,19 @@
+2014-04-07 Laine Stump  la...@laine.org
+
+build: add BuildRequires for python-lxml and python3-lxml
+python-lxml is likely always already present anyway (due to so many
+packages being dependent on it), but at least on my F20 system,
+python3-lxml wasn't installed, leading to a failure of python
+setup.py rpm without an informative error message.
+
+
+2014-04-07 Laine Stump  la...@laine.org
+
+increment version post-release
+As is now done with libvirt. git head will always have the version
+number of the expected *next* release.
+
+
 2014-04-02 Daniel P. Berrange  berra...@redhat.com
 
 Fix nosetests usage with python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.3/PKG-INFO 
new/libvirt-python-1.2.4/PKG-INFO
--- old/libvirt-python-1.2.3/PKG-INFO   2014-04-03 08:06:38.0 +0200
+++ new/libvirt-python-1.2.4/PKG-INFO   2014-05-04 08:52:45.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: libvirt-python
-Version: 1.2.3
+Version: 1.2.4
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.3/libvirt-python.spec 
new/libvirt-python-1.2.4/libvirt-python.spec
--- old/libvirt-python-1.2.3/libvirt-python.spec2014-04-03 
08:06:37.0 +0200
+++ new/libvirt-python-1.2.4/libvirt-python.spec2014-05-04 
08:52:45.0 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.2.3
+Version: 1.2.4
 Release: 1%{?dist}%{?extra_release}
 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
 Url: http://libvirt.org
@@ -15,9 +15,11 @@
 BuildRequires: libvirt-devel = 0.9.11
 BuildRequires: python-devel
 BuildRequires: python-nose
+BuildRequires: python-lxml
 %if %{with_python3}
 BuildRequires: python3-devel
 BuildRequires: python3-nose
+BuildRequires: python3-lxml
 %endif
 
 %if %{with_python3}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.3/setup.py 
new/libvirt-python-1.2.4/setup.py
--- old/libvirt-python-1.2.3/setup.py   2014-04-03 08:06:21.0 +0200
+++ new/libvirt-python-1.2.4/setup.py   2014-05-04 08:51:16.0 +0200
@@ -309,7 +309,7 @@

commit libvirt-python for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-04-20 11:34:57

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-03-04 13:45:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-04-20 11:34:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  7 11:54:39 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.3
+  - Add all new APIs and constants in libvirt 1.2.3
+
+---

Old:

  libvirt-python-1.2.2.tar.bz2

New:

  libvirt-python-1.2.3.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.vSLO1F/_old  2014-04-20 11:34:59.0 +0200
+++ /var/tmp/diff_new_pack.vSLO1F/_new  2014-04-20 11:34:59.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.2
+Version:1.2.3
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.2.tar.bz2 - libvirt-python-1.2.3.tar.bz2 ++
 1834 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libvirt-python for openSUSE:Factory

2014-03-04 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-03-04 13:45:28

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-01-30 11:30:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-03-04 13:45:29.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  2 19:49:08 MST 2014 - jfeh...@suse.com
+
+- Update to 1.2.2
+  - Add all new APIs and constants in libvirt 1.2.2
+
+---

Old:

  libvirt-python-1.2.1.tar.bz2

New:

  libvirt-python-1.2.2.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.6ek3BI/_old  2014-03-04 13:45:29.0 +0100
+++ /var/tmp/diff_new_pack.6ek3BI/_new  2014-03-04 13:45:29.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.1
+Version:1.2.2
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.1.tar.bz2 - libvirt-python-1.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.1/AUTHORS 
new/libvirt-python-1.2.2/AUTHORS
--- old/libvirt-python-1.2.1/AUTHORS2014-01-16 10:34:23.0 +0100
+++ new/libvirt-python-1.2.2/AUTHORS2014-03-02 15:41:31.0 +0100
@@ -326,6 +326,9 @@
Eric Blake ebl...@redhat.com
Eric Blake ebl...@redhat.com
Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
+   Eric Blake ebl...@redhat.com
Federico Simoncelli fsimo...@redhat.com
Giuseppe Scrivano gscri...@redhat.com
Giuseppe Scrivano gscri...@redhat.com
@@ -417,6 +420,7 @@
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
Martin Kletzander mklet...@redhat.com
+   Martin Kletzander mklet...@redhat.com
MATSUDA Daiki matsuda...@intellilink.co.jp
MATSUDA Daiki matsuda...@intellilink.co.jp
Matthias Bolte matthias.bo...@googlemail.com
@@ -482,6 +486,7 @@
Philipp Hahn h...@univention.de
Philipp Hahn h...@univention.de
Philipp Hahn h...@univention.de
+   Philipp Hahn h...@univention.de
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
@@ -492,6 +497,7 @@
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
Richard W.M. Jones rjo...@redhat.com
+   Robie Basak robie.ba...@canonical.com
Serge Hallyn serge.hal...@canonical.com
Stefan Berger stef...@linux.vnet.ibm.com
Stefan Berger stef...@us.ibm.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-1.2.1/ChangeLog 
new/libvirt-python-1.2.2/ChangeLog
--- old/libvirt-python-1.2.1/ChangeLog  2014-01-16 10:34:24.0 +0100
+++ new/libvirt-python-1.2.2/ChangeLog  2014-03-02 15:41:31.0 +0100
@@ -1,3 +1,56 @@
+2014-02-20 Martin Kletzander  mklet...@redhat.com
+
+generator: Skip exporting only sentinels
+When enum type has '_LAST' in its name, but is not the last type in
+that enum, it's skipped even though it shouldn't be.  Currently, this
+is the case for only VIR_NETWORK_UPDATE_COMMAND_ADD_LAST inside an
+enum virNetworkUpdateCommand.
+
+Also, since _LAST types can have other enums instead of values, that
+needs to be filtered out using a try-except when converting the value.
+
+
+
+2014-02-13 Philipp Hahn  h...@univention.de
+
+Fix stream related spelling mistakes
+Consistent spelling of all-uppercase I/O.
+
+
+
+2014-02-12 Eric Blake  ebl...@redhat.com
+
+examples: demonstrate network events
+Commit 6ea5be0 added network event callback support, so we might
+as well demonstrate that it works by updating our example.
+
+* examples/event-test.py: Add network event, fix typos.
+
+
+
+2014-02-04 Eric Blake  ebl...@redhat.com
+
+maint: ignore editor files
+* .gitignore: Exclude emacs cruft.
+
+
+
+2014-02-03 Eric Blake  ebl...@redhat.com
+
+Merge tag 'v1.2.1'
+Release of libvirt-python-1.2.1
+
+
+2014-01-23 Robie Basak  robie.ba...@canonical.com
+
+Fix calling of virStreamSend method
+Change d40861 removed the 'len' argument from the virStreamSend
+C level wrapper, but forgot to remove it from the python level
+

commit libvirt-python for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-01-30 11:30:40

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


Package is libvirt-python

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-01-07 20:58:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-01-30 11:30:40.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 17 13:05:45 MST 2014 - jfeh...@suse.com
+
+- Update to 1.2.1
+  - Add all new APIs and constants in libvirt 1.2.1
+
+---

Old:

  libvirt-python-1.2.0.tar.bz2

New:

  libvirt-python-1.2.1.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.2fn3UJ/_old  2014-01-30 11:30:41.0 +0100
+++ /var/tmp/diff_new_pack.2fn3UJ/_new  2014-01-30 11:30:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt-python
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -55,3 +56,5 @@
 %{python_sitearch}/libvirt_lxc.py*
 %{python_sitearch}/libvirtmod*
 %{python_sitearch}/libvirt_python-%{version}-py%{py_ver}.egg-info
+
+%changelog

++ libvirt-python-1.2.0.tar.bz2 - libvirt-python-1.2.1.tar.bz2 ++
 3759 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org