<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/tools, branch stable/train</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>Avoid tox_install.sh for constraints support</title>
<updated>2017-12-02T17:07:47+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-11-30T21:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=96f5b3bbfc8aed7b91006409c5b7cca2ca1e2a75'/>
<id>96f5b3bbfc8aed7b91006409c5b7cca2ca1e2a75</id>
<content type='text'>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: I1e72cf7084ed0b6fcd3c5df1f31b3fa6c7734d31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: I1e72cf7084ed0b6fcd3c5df1f31b3fa6c7734d31
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync tools/tox_install.sh</title>
<updated>2016-08-30T17:55:59+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-08-30T17:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=0e183511db90de760e0702de4f75f0d35eab237f'/>
<id>0e183511db90de760e0702de4f75f0d35eab237f</id>
<content type='text'>
Sync tools/tox_install.sh with python-openstackclient. This brings in
the following improvements:

* Do not leave temporary directory around, instead delete temporary
  directory directly after usage (change
  I939eae82dba3287fd4e4086128ebf4609a0e0770).
* Do not set ZUUL_BRANCH explicitely and remove unused if condition
  (change I0077c986a17d6bb92791474e03d1e77776e9382f).

Change-Id: I58e62c7b3f9340ca6df6f9f17a9ed7801b32dbf5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sync tools/tox_install.sh with python-openstackclient. This brings in
the following improvements:

* Do not leave temporary directory around, instead delete temporary
  directory directly after usage (change
  I939eae82dba3287fd4e4086128ebf4609a0e0770).
* Do not set ZUUL_BRANCH explicitely and remove unused if condition
  (change I0077c986a17d6bb92791474e03d1e77776e9382f).

Change-Id: I58e62c7b3f9340ca6df6f9f17a9ed7801b32dbf5
</pre>
</div>
</content>
</entry>
<entry>
<title>Constraint tox targets with upper-constraints.txt</title>
<updated>2016-05-19T09:49:36+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihrachys@redhat.com</email>
</author>
<published>2016-05-18T08:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=78d778cdeccb6a24b7f6fa7e3c2eb0891b633701'/>
<id>78d778cdeccb6a24b7f6fa7e3c2eb0891b633701</id>
<content type='text'>
Client version pin is maintained in upper-constraints.txt file, so we
should replace it in the file with source based specifier before
applying it to pip install, otherwise pip fails with:

Could not satisfy constraints for 'python-neutronclient': installation
from path or url cannot be constrained to a version

Change-Id: I33302cdcab980a42c39dc9ec1e430add459615ff
Closes-Bug: #1583050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Client version pin is maintained in upper-constraints.txt file, so we
should replace it in the file with source based specifier before
applying it to pip install, otherwise pip fails with:

Could not satisfy constraints for 'python-neutronclient': installation
from path or url cannot be constrained to a version

Change-Id: I33302cdcab980a42c39dc9ec1e430add459615ff
Closes-Bug: #1583050
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes indentation for bash completion script</title>
<updated>2015-06-12T20:41:47+00:00</updated>
<author>
<name>Ming Yang</name>
<email>me@ongmingyang.com</email>
</author>
<published>2015-06-12T19:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f13161b1accdb9f009d30fe86088854d03b411cd'/>
<id>f13161b1accdb9f009d30fe86088854d03b411cd</id>
<content type='text'>
Change-Id: Ib8bda088da0af001c8d910ecfae5f9362abe8507
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib8bda088da0af001c8d910ecfae5f9362abe8507
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow bash completion script to work with BSD sed</title>
<updated>2015-06-12T20:32:44+00:00</updated>
<author>
<name>Ming Yang</name>
<email>me@ongmingyang.com</email>
</author>
<published>2015-05-29T18:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=c809e068a042fd876fa5b5bf7074b8c28ede3967'/>
<id>c809e068a042fd876fa5b5bf7074b8c28ede3967</id>
<content type='text'>
Shorthand \s isn't POSIX compliant; it works with GNU sed, but not BSD sed.
Changed \s to the literal whitespace character to fix this issue.

Change-Id: I936b372e4022a4717a64cea9a8928b6dc00c6711
Closes-Bug: #1459470
Closes-Bug: #1277492
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shorthand \s isn't POSIX compliant; it works with GNU sed, but not BSD sed.
Changed \s to the literal whitespace character to fix this issue.

Change-Id: I936b372e4022a4717a64cea9a8928b6dc00c6711
Closes-Bug: #1459470
Closes-Bug: #1277492
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename quantumclient to neutronclient</title>
<updated>2013-07-03T15:56:44+00:00</updated>
<author>
<name>Mark McClain</name>
<email>mark.mcclain@dreamhost.com</email>
</author>
<published>2013-07-02T22:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc'/>
<id>93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc</id>
<content type='text'>
Implements Blueprint: remove-use-of-quantum

Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements Blueprint: remove-use-of-quantum

Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
</pre>
</div>
</content>
</entry>
<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>
</feed>
