We jubilantly announce the release of: python-congressclient 1.8.0: Client for Congress This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/python-congressclient Download the package from: https://pypi.python.org/pypi/python-congressclient Please report issues through launchpad: https://bugs.launchpad.net/python-congressclient For more details, please see below. Changes in python-congressclient 1.7.0..1.8.0 --------------------------------------------- e2baac2 Set default max-width to 80 everywhere 85a18b6 Fix the problem of default width is small 87cc67b Revert "Fix the problem of default width is small" e579e9a Use 'project' instead of 'tenant' when switching to openstackclient command ce70082 Update the documentation link for doc migration 6dc5844 Updated from global requirements 4b2dc00 Updated from global requirements 2ad2a87 doc migration bdd528d Updated from global requirements b162bc9 remove redundant path variables in v1/client.py 0e4f3b2 Updated from global requirements 4866a0e Add client methods for library policy CRUD 39dc7d6 Update documentation link 673faa2 Add command to create policy from file acce498 Switch from oslosphinx to openstackdocstheme 46e4bc6 Fix the problem of default width is small ec89672 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- HACKING.rst | 2 +- README.rst | 14 +++--- congressclient/common/utils.py | 2 +- congressclient/i18n.py | 2 +- congressclient/osc/v1/api_versions.py | 3 ++ congressclient/osc/v1/datasource.py | 26 ++++++++++- congressclient/osc/v1/driver.py | 9 ++++ congressclient/osc/v1/policy.py | 66 +++++++++++++++++++++++++++ congressclient/v1/client.py | 30 ++++++++++-- requirements.txt | 6 +-- setup.cfg | 3 ++ test-requirements.txt | 4 +- 27 files changed, 265 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ea734eb..726fe78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ Babel!=2.4.0,>=2.3.4 # BSD -cliff>=2.6.0 # Apache-2.0 -keystoneauth1>=2.20.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 +keystoneauth1>=3.0.1 # Apache-2.0 @@ -10 +10 @@ oslo.log>=3.22.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 911653e..06784db 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,2 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.6.1,>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0