We are glad to announce the release of: python-congressclient 1.6.0: Client for Congress This release is part of the ocata 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.5.0..1.6.0 --------------------------------------------- 191919a Fall back to UUID when delete by name fails 5e857fa Updated from global requirements 585cd34 Add method to show datasource b4162c7 Updated from global requirements 606dfa1 Add Constraints support 5778944 Updated from global requirements 1ada604 Change home-page and documentation link 21f569e Remove unnecessary utf coding 0fd8e34 Remove unnecessary db calls to list_datasources d769eed Updated from global requirements 129c791 Show team and repo badges on README 30e0e57 Updated from global requirements e12a973 no longer use oslo-incubator code 4db269f Updated from global requirements 2dc8927 Updated from global requirements e7072eb Minor edit of misleading message abbd54a Updated from global requirements 0c8998c Updated from global requirements 55955c9 Add plug-in summary for osc doc 1bec8d2 Updated from global requirements 2697305 Updated from global requirements 040a9e2 Remove oslo.i18n from requirements f2d84cd Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- README.rst | 11 +- congressclient/__init__.py | 2 - congressclient/common/utils.py | 2 +- congressclient/exceptions.py | 452 +++++++++++++++++- congressclient/i18n.py | 35 ++ congressclient/openstack/__init__.py | 0 congressclient/openstack/common/__init__.py | 17 - .../openstack/common/apiclient/__init__.py | 0 congressclient/openstack/common/apiclient/auth.py | 221 --------- congressclient/openstack/common/apiclient/base.py | 519 --------------------- .../openstack/common/apiclient/client.py | 345 -------------- .../openstack/common/apiclient/exceptions.py | 466 ------------------ .../openstack/common/apiclient/fake_client.py | 178 ------- congressclient/openstack/common/gettextutils.py | 479 ------------------- congressclient/osc/osc_plugin.py | 2 + congressclient/osc/v1/datasource.py | 45 +- congressclient/v1/client.py | 9 + openstack-common.conf | 6 - requirements.txt | 12 +- setup.cfg | 2 +- test-requirements.txt | 8 +- tools/tox_install.sh | 30 ++ tox.ini | 11 +- 27 files changed, 588 insertions(+), 2353 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5f1231f..befbdb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 @@ -6,2 +6,2 @@ Babel>=2.3.4 # BSD -cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 -keystoneauth1>=2.10.0 # Apache-2.0 +cliff>=2.3.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 @@ -9 +9 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.log>=1.14.0 # Apache-2.0 +oslo.log>=3.11.0 # Apache-2.0 @@ -11,2 +11,2 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 -requests>=2.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 2502ef8..42c5681 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.10,>=0.9.2 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -9,2 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 @@ -15 +15 @@ mock>=2.0 # BSD -WebOb>=1.2.3 # MIT +WebOb>=1.6.0 # MIT