<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/tox.ini, branch ocata-eol</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Avoid tox_install.sh for constraints support</title>
<updated>2018-10-19T20:36:52+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2017-12-02T08:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e483783cb90962826309a2a26b7cb3109c47caba'/>
<id>e483783cb90962826309a2a26b7cb3109c47caba</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: Iee9939776d5552b818aec5cab0b8c2a1133f74b9
(cherry picked from commit 40f4a6b282757d7dd9ebd60de0c4cfbeccfcb16f)
</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: Iee9939776d5552b818aec5cab0b8c2a1133f74b9
(cherry picked from commit 40f4a6b282757d7dd9ebd60de0c4cfbeccfcb16f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update UPPER_CONSTRAINTS_FILE for stable/ocata</title>
<updated>2017-01-25T09:49:13+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2017-01-25T09:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e6b8b011ed4e0641ccf474bc65f4035df446ca9a'/>
<id>e6b8b011ed4e0641ccf474bc65f4035df446ca9a</id>
<content type='text'>
Change-Id: I77670e46ff2aa2b61ac38918d0b78be3ec95a06d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I77670e46ff2aa2b61ac38918d0b78be3ec95a06d
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "remove hacking checks from keystoneclient"</title>
<updated>2017-01-06T19:41:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-06T19:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=272f60d8a2cce1ce1158ce241699fe7710d3c4e9'/>
<id>272f60d8a2cce1ce1158ce241699fe7710d3c4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove hacking checks from keystoneclient</title>
<updated>2017-01-06T16:56:18+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>s.martinelli@gmail.com</email>
</author>
<published>2017-01-03T14:51:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=ffdab4ea43389b94f3c1d1ead5d97870d7c3c311'/>
<id>ffdab4ea43389b94f3c1d1ead5d97870d7c3c311</id>
<content type='text'>
the only hacking check in keystoneclient is related to
older versions of oslo libraries, which are no longer
supported by keystoneclient, for example:

$ pip freeze | grep oslo.utils
oslo.utils==3.18.0
$ python
&gt;&gt;&gt; import oslo.utils
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
ImportError: No module named oslo.utils
&gt;&gt;&gt; import oslo_utils
&gt;&gt;&gt;

Let's just remove the hacking check since theres no
way someone could incorrectly import the older
versions.

Closes-Bug: 1652458

Signed-off-by: Adam Williamson &lt;awilliam@redhat.com&gt;

Change-Id: I14165903b46d2fc26e8c9de591917893f58516db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the only hacking check in keystoneclient is related to
older versions of oslo libraries, which are no longer
supported by keystoneclient, for example:

$ pip freeze | grep oslo.utils
oslo.utils==3.18.0
$ python
&gt;&gt;&gt; import oslo.utils
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
ImportError: No module named oslo.utils
&gt;&gt;&gt; import oslo_utils
&gt;&gt;&gt;

Let's just remove the hacking check since theres no
way someone could incorrectly import the older
versions.

Closes-Bug: 1652458

Signed-off-by: Adam Williamson &lt;awilliam@redhat.com&gt;

Change-Id: I14165903b46d2fc26e8c9de591917893f58516db
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to Python 3.4</title>
<updated>2017-01-05T23:33:23+00:00</updated>
<author>
<name>Eric Brown</name>
<email>browne@vmware.com</email>
</author>
<published>2017-01-05T23:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=cfe12a7fe3a8f6733ebf8879e19d69a81b30bbc1'/>
<id>cfe12a7fe3a8f6733ebf8879e19d69a81b30bbc1</id>
<content type='text'>
Now that there exists only a gate job for Python 3.5 and not 3.4,
we should remove those references to the 3.4 that is untested.

Change-Id: Id32fca50f5f1834175b6003be61f2cc4c8b9aeeb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that there exists only a gate job for Python 3.5 and not 3.4,
we should remove those references to the 3.4 that is untested.

Change-Id: Id32fca50f5f1834175b6003be61f2cc4c8b9aeeb
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Constraints support</title>
<updated>2016-12-21T01:59:13+00:00</updated>
<author>
<name>Tony Breeds</name>
<email>tony@bakeyournoodle.com</email>
</author>
<published>2016-12-21T01:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d12de79636d4584e48224576d4b81a23d0fe6d4e'/>
<id>d12de79636d4584e48224576d4b81a23d0fe6d4e</id>
<content type='text'>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-keystoneclient.

Change-Id: I8933945ab8948c43022963ba6cff4d38cec5a04f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-keystoneclient.

Change-Id: I8933945ab8948c43022963ba6cff4d38cec5a04f
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable code coverage report in console output</title>
<updated>2016-11-10T15:50:20+00:00</updated>
<author>
<name>pawnesh.kumar</name>
<email>pawnesh.kumar@nectechnologies.in</email>
</author>
<published>2016-10-19T11:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=dea52657e6523575db403f5236671d869357f51c'/>
<id>dea52657e6523575db403f5236671d869357f51c</id>
<content type='text'>
Change the behaviour of tox -e cover to also print the coverage report
to the console, rather than only creating html files that contain the
report. This is a convenience change and should provide a better user
experience.

Change-Id: I10dca81fa600083ec5e0471e88aaa712a1e68bf6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the behaviour of tox -e cover to also print the coverage report
to the console, rather than only creating html files that contain the
report. This is a convenience change and should provide a better user
experience.

Change-Id: I10dca81fa600083ec5e0471e88aaa712a1e68bf6
</pre>
</div>
</content>
</entry>
<entry>
<title>List system dependencies for running common tests</title>
<updated>2016-06-28T14:29:44+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-06-28T09:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f74d9e3d82ad46efb27069487670165e2c30dc45'/>
<id>f74d9e3d82ad46efb27069487670165e2c30dc45</id>
<content type='text'>
Add an other-requirements.txt file containing a cross-platform list
of dependencies needed for running included tox-based tests. Also
include a tox environment for convenience calling the bindep[*]
utility to list any missing system requirements.

This change is self-testing.

For other-requirements.txt see also
http://docs.openstack.org/infra/manual/drivers.html#package-requirements

[*] http://docs.openstack.org/infra/bindep/

Change-Id: Ifa3d417d9c3f8c172980a593c0a5a4a29987366a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an other-requirements.txt file containing a cross-platform list
of dependencies needed for running included tox-based tests. Also
include a tox environment for convenience calling the bindep[*]
utility to list any missing system requirements.

This change is self-testing.

For other-requirements.txt see also
http://docs.openstack.org/infra/manual/drivers.html#package-requirements

[*] http://docs.openstack.org/infra/bindep/

Change-Id: Ifa3d417d9c3f8c172980a593c0a5a4a29987366a
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP257: Ignore D203 because it was deprecated</title>
<updated>2016-06-03T13:53:17+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2016-06-03T13:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=305b0e031f8a9029f7d285e241bf36aacd969936'/>
<id>305b0e031f8a9029f7d285e241bf36aacd969936</id>
<content type='text'>
PEP257's D203 check ensures that you have a blank line before class
docstrings. This rule directly conflicts with D211 (no blank lines
before class docstrings), which is intended to supersede D203.

The original language in PEP257 which D203 was based on was actually
removed from PEP257 by Guido here:

  https://hg.python.org/peps/rev/9b715d8246db

Change-Id: Icc048b947acea8f655d00540c221123b906e7545
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PEP257's D203 check ensures that you have a blank line before class
docstrings. This rule directly conflicts with D211 (no blank lines
before class docstrings), which is intended to supersede D203.

The original language in PEP257 which D203 was based on was actually
removed from PEP257 by Guido here:

  https://hg.python.org/peps/rev/9b715d8246db

Change-Id: Icc048b947acea8f655d00540c221123b906e7545
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial: ignore openstack/common in flake8 exclude list</title>
<updated>2016-05-11T05:52:03+00:00</updated>
<author>
<name>ChangBo Guo(gcb)</name>
<email>eric.guo@easystack.cn</email>
</author>
<published>2016-05-11T05:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6e758ba78f6dfe84fa0b5cce9b23faf6b61a7a81'/>
<id>6e758ba78f6dfe84fa0b5cce9b23faf6b61a7a81</id>
<content type='text'>
The directory openstack/common doesn't exist any more,
so remove it from flake8 exclude list.

Change-Id: I4ec588c5c0a2cf1b3bf06b4754889dc27d391b33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The directory openstack/common doesn't exist any more,
so remove it from flake8 exclude list.

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