We are psyched to announce the release of: python-keystoneclient 3.6.0: Client Library for OpenStack Identity This release is part of the ocata release series. The source is available from: https://git.openstack.org/cgit/openstack/python-keystoneclient Download the package from: https://pypi.python.org/pypi/python-keystoneclient Please report issues through launchpad: https://bugs.launchpad.net/python-keystoneclient For more details, please see below. 3.6.0 ^^^^^ The "data" argument for creating and updating credentials has been removed. Other Notes *********** * The "data" argument for creating and updating credentials was deprecated in the 1.7.0 release. It has been replaced by the "blob" argument. Changes in python-keystoneclient 3.5.0..3.6.0 --------------------------------------------- 77e963d Updated from global requirements a8086f3 Updated from global requirements 630ef12 Updated from global requirements 3675e9e TrivialFix: Fixed typo in some files 4aa20fc Import module instead of object 050617e Updated from global requirements dc9e449 Fix non-ascii attributes 659ee35 Updated from global requirements 8b07996 Correct output for Implied Roles ca66970 Revert "Add auth functional tests" be48540 Import module instead of object 71af540 standardize release note page ordering c58ccf6 Update reno for stable/newton f557170 Use AUTH_INTERFACE object from keystoneauth 4b8158f Use fixtures from keystoneauth 0c8e5cd Minor docstring fix in mappings.py 15869f4 Remove deprecated 'data' credential argument Diffstat (except docs and test files) ------------------------------------- keystoneclient/auth/cli.py | 2 +- keystoneclient/auth/conf.py | 2 +- keystoneclient/auth/identity/generic/base.py | 2 +- keystoneclient/base.py | 13 ++++++-- keystoneclient/discover.py | 4 +-- keystoneclient/v2_0/tenants.py | 4 +-- keystoneclient/v2_0/tokens.py | 4 +-- keystoneclient/v3/auth.py | 7 ++-- keystoneclient/v3/contrib/federation/base.py | 4 +-- keystoneclient/v3/contrib/federation/mappings.py | 2 +- keystoneclient/v3/contrib/oauth1/access_tokens.py | 5 +-- keystoneclient/v3/contrib/oauth1/request_tokens.py | 4 +-- keystoneclient/v3/credentials.py | 32 +++--------------- keystoneclient/v3/roles.py | 3 +- .../remove-credentials-data-46ab3c3c248047cf.yaml | 8 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/newton.rst | 6 ++++ requirements.txt | 4 +-- test-requirements.txt | 6 ++-- 43 files changed, 135 insertions(+), 153 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8b7b592..35d2d65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.utils>=3.16.0 # Apache-2.0 -positional>=1.0.1 # Apache-2.0 +positional>=1.1.1 # Apache-2.0 @@ -16 +16 @@ six>=1.9.0 # MIT -stevedore>=1.16.0 # Apache-2.0 +stevedore>=1.17.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1aa11fd..e91a96f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ oauthlib>=0.6 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslosphinx>=4.7.0 # Apache-2.0 @@ -17,2 +17,2 @@ reno>=1.8.0 # Apache2 -requests-mock>=1.0 # Apache-2.0 -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +requests-mock>=1.1 # Apache-2.0 +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD