<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/setup.py, 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>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>Merge "Exclude top level 'tests dir' from packages."</title>
<updated>2013-04-07T08:19:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-04-07T08:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=00935b8c1fb18351f8ff584f6b57596cdb5d7684'/>
<id>00935b8c1fb18351f8ff584f6b57596cdb5d7684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Exclude top level 'tests dir' from packages.</title>
<updated>2013-04-04T17:36:00+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2013-04-04T17:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=3889ba2be00308ea9012742bf3185b3bde7cc40b'/>
<id>3889ba2be00308ea9012742bf3185b3bde7cc40b</id>
<content type='text'>
In 8fbe6d we moved 'tests' to be top level. As such it makes
since to now exclude it from quantumclient packages.

Change-Id: I98b0bd4f5433b13c276ff89b8e359cba17ce78a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 8fbe6d we moved 'tests' to be top level. As such it makes
since to now exclude it from quantumclient packages.

Change-Id: I98b0bd4f5433b13c276ff89b8e359cba17ce78a5
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OpenStack trove classifier for PyPI</title>
<updated>2012-10-23T14:39:09+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug.hellmann@dreamhost.com</email>
</author>
<published>2012-10-22T22:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=855c4a1209d03c9aeeb5fa04310cb78b576ff404'/>
<id>855c4a1209d03c9aeeb5fa04310cb78b576ff404</id>
<content type='text'>
Add trove classifier to have the client listed among the
other OpenStack-related projets on PyPI.

Change-Id: Ia37256fb8eb10e3e0e3943f1ccae4344a6ed97de
Signed-off-by: Doug Hellmann &lt;doug.hellmann@dreamhost.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add trove classifier to have the client listed among the
other OpenStack-related projets on PyPI.

Change-Id: Ia37256fb8eb10e3e0e3943f1ccae4344a6ed97de
Signed-off-by: Doug Hellmann &lt;doug.hellmann@dreamhost.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add install_requires in setuptools.setup().</title>
<updated>2012-08-19T07:50:48+00:00</updated>
<author>
<name>Akihiro MOTOKI</name>
<email>motoki@da.jp.nec.com</email>
</author>
<published>2012-08-19T07:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f574f77731ed3ee2123c2b8f8572c50e30810c43'/>
<id>f574f77731ed3ee2123c2b8f8572c50e30810c43</id>
<content type='text'>
Fixes bug 1038587

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

Change-Id: I173cfd3ac8e53f6fb9ce58f30cc40afc9936165d
</pre>
</div>
</content>
</entry>
<entry>
<title>update mailing list, etc in setup.py</title>
<updated>2012-08-09T17:04:21+00:00</updated>
<author>
<name>Dan Wendlandt</name>
<email>dan@nicira.com</email>
</author>
<published>2012-08-09T17:02:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=22012a2f34c26a35e3d0fa06874ffa06e55599f3'/>
<id>22012a2f34c26a35e3d0fa06874ffa06e55599f3</id>
<content type='text'>
Change-Id: I0f50dd8d2d76b66e39b09d2fe65be66d6d405761
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0f50dd8d2d76b66e39b09d2fe65be66d6d405761
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove quantum client codes for API v1.0</title>
<updated>2012-07-12T23:27:43+00:00</updated>
<author>
<name>Yong Sheng Gong</name>
<email>gongysh@cn.ibm.com</email>
</author>
<published>2012-07-06T04:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=7f3e6eeb7a56d26d786275461293ef48a4727ca8'/>
<id>7f3e6eeb7a56d26d786275461293ef48a4727ca8</id>
<content type='text'>
Bug #1021546

Change-Id: Ic628db01034bc6dfb5fad3d6a2905e243900229a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug #1021546

Change-Id: Ic628db01034bc6dfb5fad3d6a2905e243900229a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add post-tag versioning.</title>
<updated>2012-06-27T02:18:29+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-25T16:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d955740671000b2b915c8c6717d12a5e52f3b89e'/>
<id>d955740671000b2b915c8c6717d12a5e52f3b89e</id>
<content type='text'>
Change-Id: I0667c7b72c36a20827730dd829a12430954b666e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0667c7b72c36a20827730dd829a12430954b666e
</pre>
</div>
</content>
</entry>
<entry>
<title>add keystone support, new command interface, API v2.0</title>
<updated>2012-06-20T16:17:39+00:00</updated>
<author>
<name>Yong Sheng Gong</name>
<email>gongysh@cn.ibm.com</email>
</author>
<published>2012-05-18T01:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=dd803f8e26f4c3a3b8f1b9e7526d0e1980b2491c'/>
<id>dd803f8e26f4c3a3b8f1b9e7526d0e1980b2491c</id>
<content type='text'>
blueprint new-cli
Bug #1001053

Implement new commands interface, ready for v2.0. adopt cliff arch. new
client binary is quantumv2. After it is stable, we will remove quantum
binary. Httplibs2 is used.

usage: https://docs.google.com/document/d/1e_4UtnhFfgtnsB8EVB31BZKldaVzl_BlsGnGBrKmcDk/edit

Patch 2: add license header
Patch 3: add v1.0 support, fix show net details
Patch 4: quantumclient network api v2.0
Patch 5: subnet and port commands for api v2.0, add fields selector
Patch 6: add test cases
Patch 7: fix interactive mode, modify according to comments and https://review.openstack.org/#/c/8366/, add two tasks to BP: noauth and openstack common
Patch 8: fix log problem
Patch 9: modify according to the comments by dan on patch 5
Patch 10: just trigger jenkins
Patch 11: pep 1.3 fix
Patch 12: cliff and prettytable to more than 0.6.0
Patch 13: change setup.py to include more packages
Patch 14: pep check on jenkins
Patch 15: add license text to empty __init__.py files
Patch 16: fix v1.1 test cases after server changes

Change-Id: Ibbbdd834371c6a023b31e4797718fc0fe9786d89
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
blueprint new-cli
Bug #1001053

Implement new commands interface, ready for v2.0. adopt cliff arch. new
client binary is quantumv2. After it is stable, we will remove quantum
binary. Httplibs2 is used.

usage: https://docs.google.com/document/d/1e_4UtnhFfgtnsB8EVB31BZKldaVzl_BlsGnGBrKmcDk/edit

Patch 2: add license header
Patch 3: add v1.0 support, fix show net details
Patch 4: quantumclient network api v2.0
Patch 5: subnet and port commands for api v2.0, add fields selector
Patch 6: add test cases
Patch 7: fix interactive mode, modify according to comments and https://review.openstack.org/#/c/8366/, add two tasks to BP: noauth and openstack common
Patch 8: fix log problem
Patch 9: modify according to the comments by dan on patch 5
Patch 10: just trigger jenkins
Patch 11: pep 1.3 fix
Patch 12: cliff and prettytable to more than 0.6.0
Patch 13: change setup.py to include more packages
Patch 14: pep check on jenkins
Patch 15: add license text to empty __init__.py files
Patch 16: fix v1.1 test cases after server changes

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