<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libvirt-python.git/setup.py, branch v1.2.0</title>
<subtitle>libvirt.org: git/libvirt-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/'/>
<entry>
<title>Improve quality of sanitytest check</title>
<updated>2013-11-28T13:37:55+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2013-11-26T17:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=4fe99943382f4aefc0a818c494a2a45b1d1341d6'/>
<id>4fe99943382f4aefc0a818c494a2a45b1d1341d6</id>
<content type='text'>
Validate that every public API method is mapped into the python
and that every python method has a sane C API.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Validate that every public API method is mapped into the python
and that every python method has a sane C API.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make setup.py executable</title>
<updated>2013-11-26T13:33:31+00:00</updated>
<author>
<name>Martin Kletzander</name>
<email>mkletzan@redhat.com</email>
</author>
<published>2013-11-26T09:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=e81d4dce75009c74c02f298bbfe6d0506d459272'/>
<id>e81d4dce75009c74c02f298bbfe6d0506d459272</id>
<content type='text'>
Signed-off-by: Martin Kletzander &lt;mkletzan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Kletzander &lt;mkletzan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Relax min required libvirt to version 0.9.11</title>
<updated>2013-11-22T15:59:39+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2013-11-21T16:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=45eb6b995c6e787359d6525175d364bc208f42e7'/>
<id>45eb6b995c6e787359d6525175d364bc208f42e7</id>
<content type='text'>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't build LXC module when building less than 1.0.2</title>
<updated>2013-11-22T15:58:06+00:00</updated>
<author>
<name>Doug Goldstein</name>
<email>cardoe@cardoe.com</email>
</author>
<published>2013-11-18T22:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=75666e2d3afacb6f7cb61600dbf77144f98a48d3'/>
<id>75666e2d3afacb6f7cb61600dbf77144f98a48d3</id>
<content type='text'>
The functions that the LXC module wraps did not appear until 1.0.2 so we
can't build the module unless we're building against 1.0.2 or newer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functions that the LXC module wraps did not appear until 1.0.2 so we
can't build the module unless we're building against 1.0.2 or newer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create array of modules to be built</title>
<updated>2013-11-22T15:58:06+00:00</updated>
<author>
<name>Doug Goldstein</name>
<email>cardoe@cardoe.com</email>
</author>
<published>2013-11-18T22:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=766f7433f0e7ea686978bdad956a7df5f0973ee8'/>
<id>766f7433f0e7ea686978bdad956a7df5f0973ee8</id>
<content type='text'>
Create an array of modules to be built to allow for flexibility to
enable or disable some modules in the future and allow for additional
modules to be added easily
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create an array of modules to be built to allow for flexibility to
enable or disable some modules in the future and allow for additional
modules to be added easily
</pre>
</div>
</content>
</entry>
<entry>
<title>Break generator.py to be called per module</title>
<updated>2013-11-22T15:58:06+00:00</updated>
<author>
<name>Doug Goldstein</name>
<email>cardoe@cardoe.com</email>
</author>
<published>2013-11-18T22:16:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=3878fbd548e7a0c9add168cadb814a1afa882667'/>
<id>3878fbd548e7a0c9add168cadb814a1afa882667</id>
<content type='text'>
Since we don't always want to build all the modules, and there might be
more modules added in the future but we want to retain backwards
compatibility with older libvirts, change generator.py to be called once
per module instead of with all modules at once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't always want to build all the modules, and there might be
more modules added in the future but we want to retain backwards
compatibility with older libvirts, change generator.py to be called once
per module instead of with all modules at once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup distutils build system</title>
<updated>2013-11-22T15:58:06+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2013-11-12T18:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=41562e063e33232111d17d3769ae4d58266a3b56'/>
<id>41562e063e33232111d17d3769ae4d58266a3b56</id>
<content type='text'>
Create a setup.py for building libvirt python code and add
supporting files

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a setup.py for building libvirt python code and add
supporting files

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
