We high-spiritedly announce the release of: python-congressclient 1.7.0: Client for Congress This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/python-congressclient Download the package from: https://pypi.python.org/pypi/python-congressclient Please report issues through launchpad: http://bugs.launchpad.net/python-congressclient For more details, please see below. Changes in python-congressclient 1.6.0..1.7.0 --------------------------------------------- 5fc1bab Updated from global requirements 3a31533 Updated from global requirements 68964aa Updated from global requirements 798e4a1 Updated from global requirements f700916 Updated from global requirements 25b0b5d Updated from global requirements 1796d76 Updated from global requirements 49ca54a Updated from global requirements 2496d21 Remove log translations 0f68863 Updated from global requirements a8d16cb Updated from global requirements a209066 Python 3.5 is added 613dac7 [Fix gate]Update test requirement bafa0c3 Updated from global requirements 7bf1ce0 Fix modindex link d90617c Added how to install from a branch 619af38 Remove unused packages from requirements.txt e241273 Use oslo_log instead of system logging for consistency 8242851 Update .gitignore Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + README.rst | 19 +++++++++++++++---- congressclient/i18n.py | 10 ---------- congressclient/osc/osc_plugin.py | 2 +- requirements.txt | 14 ++++++-------- setup.cfg | 6 +++++- setup.py | 2 +- test-requirements.txt | 8 +++----- tox.ini | 2 +- 11 files changed, 38 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index befbdb1..ea734eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ -pbr>=1.8 # Apache-2.0 -Babel>=2.3.4 # BSD -cliff>=2.3.0 # Apache-2.0 -keystoneauth1>=2.18.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD +cliff>=2.6.0 # Apache-2.0 +keystoneauth1>=2.20.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 @@ -11,2 +10,0 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 -requests!=2.12.2,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 42c5681..911653e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking<0.10,>=0.9.2 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -6 +6 @@ hacking<0.10,>=0.9.2 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -12 +11,0 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD @@ -15 +13,0 @@ mock>=2.0 # BSD -WebOb>=1.6.0 # MIT