<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/tools, branch 2.2.2</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>   Rename requires files to standard names.</title>
<updated>2013-05-28T23:22:04+00:00</updated>
<author>
<name>Carlos D. Garza</name>
<email>carlos.garza@rackspace.com</email>
</author>
<published>2013-05-25T00:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=ae2a91f25513c4f572f70f2cf664353f7cbcb3aa'/>
<id>ae2a91f25513c4f572f70f2cf664353f7cbcb3aa</id>
<content type='text'>
    Rename tools/pip-requires to requirements.txt and tools/test-requires
    to test-requirements.txt. These are standard files, and tools in the
    general world are growing intelligence about them.

    adding test-requirements.txt to quantumclient/openstack/common/setup.py per review instructions.

Change-Id: Ibf991b400bfbeb4222216649901586e01a0255b1
Fixes: bug #1179008
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Rename tools/pip-requires to requirements.txt and tools/test-requires
    to test-requirements.txt. These are standard files, and tools in the
    general world are growing intelligence about them.

    adding test-requirements.txt to quantumclient/openstack/common/setup.py per review instructions.

Change-Id: Ibf991b400bfbeb4222216649901586e01a0255b1
Fixes: bug #1179008
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to pbr.</title>
<updated>2013-05-24T20:08:00+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2013-05-11T19:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=898acc30f76b2629aa740976103b99f10801d593'/>
<id>898acc30f76b2629aa740976103b99f10801d593</id>
<content type='text'>
Fixes bug 1179007

Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1179007

Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
</pre>
</div>
</content>
</entry>
<entry>
<title>Make flake8 deps consistent with other projects.</title>
<updated>2013-05-11T19:13:13+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2013-05-11T19:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=ce11f7e859a5068e52655c94224273283353c255'/>
<id>ce11f7e859a5068e52655c94224273283353c255</id>
<content type='text'>
Make the flake8 dependencies consistent with openstack/requirements and
the other OpenStack projects.

Fixes bug 1172444.

Change-Id: I04bd814ad51cf53a3fa0026028a36de461da45d4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the flake8 dependencies consistent with openstack/requirements and
the other OpenStack projects.

Fixes bug 1172444.

Change-Id: I04bd814ad51cf53a3fa0026028a36de461da45d4
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable automatic validation of many HACKING rules.</title>
<updated>2013-04-08T23:10:35+00:00</updated>
<author>
<name>Maru Newby</name>
<email>marun@redhat.com</email>
</author>
<published>2013-04-05T23:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=3c193c9387308af6153c0e6e3d751b6672667c82'/>
<id>3c193c9387308af6153c0e6e3d751b6672667c82</id>
<content type='text'>
 * Add hacking to the tox build - a set of flake8 plugins that
   perform automatic validation of many HACKING.rst rules.
 * This patch configures hacking in the tox build and performs
   the mechanical cleanup required to allow the checks to pass.
 * See https://pypi.python.org/pypi/hacking

Change-Id: Ib41313b5aae991e6ffef2a89dd69e83985bdc36d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Add hacking to the tox build - a set of flake8 plugins that
   perform automatic validation of many HACKING.rst rules.
 * This patch configures hacking in the tox build and performs
   the mechanical cleanup required to allow the checks to pass.
 * See https://pypi.python.org/pypi/hacking

Change-Id: Ib41313b5aae991e6ffef2a89dd69e83985bdc36d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add custom TableFormater for keep same empty list behavior as prettytable 0.6</title>
<updated>2013-04-08T09:14:49+00:00</updated>
<author>
<name>He Jie Xu</name>
<email>xuhj@linux.vnet.ibm.com</email>
</author>
<published>2013-04-08T06:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=e901c5fe8071914a867bbb981da5773ff2a1db6e'/>
<id>e901c5fe8071914a867bbb981da5773ff2a1db6e</id>
<content type='text'>
Fix bug 1165962

And upgrade cliff to 1.3.2, because cliff 1.3.1 depends on prettytable&lt;0.7

Change-Id: I6b38a2d77f6b9bf88d6d64f6c02b98b6c21fda3a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug 1165962

And upgrade cliff to 1.3.2, because cliff 1.3.1 depends on prettytable&lt;0.7

Change-Id: I6b38a2d77f6b9bf88d6d64f6c02b98b6c21fda3a
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to flake8 from pep8.</title>
<updated>2013-04-05T17:27:04+00:00</updated>
<author>
<name>Maru Newby</name>
<email>marun@redhat.com</email>
</author>
<published>2013-04-05T17:26:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d41d223e465dfdcb4c7d2a2f5dc55652bbf32bf7'/>
<id>d41d223e465dfdcb4c7d2a2f5dc55652bbf32bf7</id>
<content type='text'>
 * flake8 supports more checks than pep8 (e.g. detection of
   unused imports and variables), and has an extension mechanism.
   A plugin to support automatic HACKING validation is planned.
 * See: http://flake8.readthedocs.org/

Change-Id: I1cba551fadf87f3dbc40a002736c1009e7b9d5b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * flake8 supports more checks than pep8 (e.g. detection of
   unused imports and variables), and has an extension mechanism.
   A plugin to support automatic HACKING validation is planned.
 * See: http://flake8.readthedocs.org/

Change-Id: I1cba551fadf87f3dbc40a002736c1009e7b9d5b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tools/pip-requires for prettytable</title>
<updated>2013-03-22T19:59:06+00:00</updated>
<author>
<name>Chris Krelle</name>
<email>nobodycam@gmail.com</email>
</author>
<published>2013-03-22T19:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=714ade07ac4d1ac0cdf545f5b0823e88af0c03ae'/>
<id>714ade07ac4d1ac0cdf545f5b0823e88af0c03ae</id>
<content type='text'>
changes pip-requires from:
    prettytable&gt;=0.6,&lt;0.7
to:
    prettytable&gt;=0.6,&lt;0.8

Change-Id: Ia4e7460525e73474c90cd0c50d3d1243f64f68eb
Authored-by: Chris Krelle &lt;nobodycam@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changes pip-requires from:
    prettytable&gt;=0.6,&lt;0.7
to:
    prettytable&gt;=0.6,&lt;0.8

Change-Id: Ia4e7460525e73474c90cd0c50d3d1243f64f68eb
Authored-by: Chris Krelle &lt;nobodycam@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cliff dependency (1.3.1)</title>
<updated>2013-02-27T13:54:22+00:00</updated>
<author>
<name>Gary Kotton</name>
<email>gkotton@redhat.com</email>
</author>
<published>2013-02-27T13:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=94a60cfe5b0db53099bbcc39997c5656679333e4'/>
<id>94a60cfe5b0db53099bbcc39997c5656679333e4</id>
<content type='text'>
Fixed bug 1134163

Change-Id: I2bae8dee2f95f5372bb1b513a40da31fdd7962b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed bug 1134163

Change-Id: I2bae8dee2f95f5372bb1b513a40da31fdd7962b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Match other python-*client prettytable dependency</title>
<updated>2013-02-19T04:10:55+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2013-02-18T00:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=448c8ff6b3cf54e3ebe3cfebc76514f4d03b80e9'/>
<id>448c8ff6b3cf54e3ebe3cfebc76514f4d03b80e9</id>
<content type='text'>
The other openstack clients use prettytable&gt;=0.6,&lt;0.7. For several
reasons (primarily a lack of support in pip), we will match that here.

Change-Id: Id4fb08ae48a65666014c96a22baefe46a771b002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The other openstack clients use prettytable&gt;=0.6,&lt;0.7. For several
reasons (primarily a lack of support in pip), we will match that here.

Change-Id: Id4fb08ae48a65666014c96a22baefe46a771b002
</pre>
</div>
</content>
</entry>
<entry>
<title>Support XML request format</title>
<updated>2013-02-06T10:56:10+00:00</updated>
<author>
<name>gongysh</name>
<email>gongysh@cn.ibm.com</email>
</author>
<published>2013-01-18T15:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=5117731a6d55651adcd2277fb65b977a1ec8e970'/>
<id>5117731a6d55651adcd2277fb65b977a1ec8e970</id>
<content type='text'>
blueprint quantum-client-xml

Change-Id: I9db8ea7c395909def00d6f25c9c1a98c07fdde68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
blueprint quantum-client-xml

Change-Id: I9db8ea7c395909def00d6f25c9c1a98c07fdde68
</pre>
</div>
</content>
</entry>
</feed>
