python-keystoneclient 5.4.0 (caracal)
We are excited to announce the release of: python-keystoneclient 5.4.0: Client Library for OpenStack Identity This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/python-keystoneclient Download the package from: https://pypi.org/project/python-keystoneclient Please report issues through: https://bugs.launchpad.net/python-keystoneclient/+bugs For more details, please see below. Changes in python-keystoneclient 5.3.0..5.4.0 --------------------------------------------- 0cf86fd reno: Update master for unmaintained/yoga 8965392 Bump hacking f9d4c2f Update python classifier in setup.cfg 1833d5b Remove six dependency d7ec8cb Remove deprecated pbr options Diffstat (except docs and test files) ------------------------------------- keystoneclient/auth/base.py | 3 +- keystoneclient/auth/identity/base.py | 4 +-- keystoneclient/auth/identity/generic/base.py | 6 ++-- keystoneclient/auth/identity/v2.py | 4 +-- keystoneclient/auth/identity/v3/base.py | 10 ++---- keystoneclient/auth/identity/v3/federated.py | 4 +-- keystoneclient/base.py | 6 ++-- keystoneclient/common/cms.py | 15 ++++----- keystoneclient/contrib/auth/v3/saml2.py | 2 +- keystoneclient/contrib/ec2/utils.py | 12 +++---- keystoneclient/generic/client.py | 2 +- keystoneclient/service_catalog.py | 5 +-- keystoneclient/session.py | 7 ++-- keystoneclient/utils.py | 5 ++- keystoneclient/v2_0/tenants.py | 2 +- keystoneclient/v2_0/users.py | 3 +- keystoneclient/v3/application_credentials.py | 6 ++-- keystoneclient/v3/contrib/federation/base.py | 4 +-- keystoneclient/v3/contrib/oauth1/request_tokens.py | 3 +- keystoneclient/v3/contrib/oauth1/utils.py | 6 ++-- keystoneclient/v3/projects.py | 2 +- releasenotes/source/yoga.rst | 2 +- requirements.txt | 6 ---- setup.cfg | 8 +---- test-requirements.txt | 6 +--- 39 files changed, 78 insertions(+), 155 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c0528e0..343c98f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +3,0 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - @@ -18 +12,0 @@ requests>=2.14.2 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 97d0cd5..eb310e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org