Changelog for
python3-keystoneauth1-5.6.0-1.1.noarch.rpm :
* Thu May 02 2024 cloud-develAATTsuse.de- update to version 5.6.0 - Update python classifier in setup.cfg - Add doc of OAuth2.0 Client Credentials Grant Flow - Support PKCE with v3oidcdeviceauthz - Allow setting retriable status codes for Adapter via configuration options - Keep request-id at redirect - Update master for stable/2023.2 - Drop parameters when connecting to a redirected endpoint - Add project URLs from README as packaging metadata - Bump bandit - Fix \"dictionary changed size during iteration\" - Bump hacking, other flake8 plugins - Change retries log level to warning instead of info - Remove dependency on oslo_config - reno: Update master for unmaintained/yoga - Add doc of OAuth 2.0 Mutual-TLS Authenticate
* Tue Jul 18 2023 cloud-develAATTsuse.de- update to version 5.2.1 - Remove last reference to the python six package - Fix up some packaging metadata - Make v3oidcpassword send client_id - Add RFC required headers and data to the request
* Mon Jul 17 2023 cloud-develAATTsuse.de- update to version 5.2.0 - Replace abc.abstractproperty with property and abc.abstractmethod - setup.cfg: Restore python_requires after a typo - Remove six - New auth plugin v3oidcdeviceauthz - Update master for stable/zed - Switch to 2023.1 Python3 unit tests and generic template name - Update master for stable/2023.1 - OAuth 2.0 Mutual-TLS Support - Allow federation to work with unversioned auth_url
* Mon Mar 06 2023 cloud-develAATTsuse.de- update to version 5.1.2 - OAuth2.0 Client Credentials Grant Flow Support - Update python testing as per zed cycle teting runtime - Enforce scope mutual exclusion for system - Allow passing of version header - Fix docs build for tox4 - Fix linters and bindep on jammy
* Tue Jun 07 2022 cloud-develAATTsuse.de- update to version 4.6.0 - Improve help messages for a few options - Drop lower-constraints.txt and its testing - Fix version discovery check of url for integer project id - setup.cfg: Replace dashes by underscores - bump py37 to py38 in tox.ini - Update master for stable/wallaby - Fix bindep for current rpm based distributions - remove unicode from code - Allow logging of Content-Type text/plain - Fix docs build - Clarify token_endpoint.Token usecases - Use TOX_CONSTRAINTS_FILE - fix: miss attr _discovery_cache in ServiceTokenAuthWrapper - Update master for stable/yoga - Update master for stable/xena - User-friendly error message for DiscoveryFailure
* Fri May 13 2022 cloud-develAATTsuse.de- update to version 4.4.0
* Sun May 02 2021 cloud-develAATTsuse.de- update to version 4.3.1 - Provide the default get_auth_ref implementation - Specify manila microversion header - Update master for stable/victoria
* Fri Oct 09 2020 cloud-develAATTsuse.de- update to version 4.2.1 - Remove mox3 from local upper-constraints - Fix E741 pep8 failure - Add in-tree upper-constraints for py35 job - Cleanup py27 support - Fix get_endpoint_data for non-keystone plugins - Implement HTTP Basic client support in keystoneauth1 - Fix docs builds for modern stevedors - Fix hacking min version to 3.0.1 - Correct major version discovery for non-keystone plugins - Use unittest.mock instead of third party mock - Make header Case Insensitive - Update lower-constraints versions - Re-add python3.5 testing - Add py38 package metadata - Replace assertItemsEqual with assertCountEqual - Inject /v3 in token path for v3 plugins - Switch to newer openstackdocstheme and reno versions - Drop python 3.5 support - Update master for stable/ussuri
* Tue May 12 2020 cloud-develAATTsuse.de- update to version 4.0.0 - Follow the PTI for docs - Switch to Ussuri jobs - Remove universal wheel configuration - Fetch discovery documents with auth when needed - Update master for stable/train - fix bandit complains - Generate pdf documentation - [ussuri][goal] Drop python 2.7 support and testing - Update hacking for Python3 - Fix misspell word - Cleanup session on delete - Make tests pass in 2020 - Allow initializing session with connection retries
* Sat Mar 14 2020 Dirk Mueller
- fix doc requirements