From 96a71ecc903dbcf35626ca4abe25c44142fe4fb52ee7f9d51a9017fbe40ce8b9 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 14 Dec 2022 12:35:42 +0000 Subject: [PATCH] Accepting request 1042772 from home:yarunachalam:branches:devel:languages:python - Update to version v2.6.0 (2022-10-03) Feat * attack detection API implementation - Update to v2.5.0 (2022-08-19) No changelog - Update to v2.4.0 (2022-08-19) Feat * add client scope-mappings client roles operations * added missing functionality to include attributes when returning realm roles according to specifications - Update to v2.3.0 (2022-08-13) Feat * Add token_type/scope to token exchange api - Update to v2.2.0 (2022-08-12) Feat * add client scope-mappings realm roles operations - Update to v2.1.1 (2022-07-19) Fix * removed whitespace from urls Refactor * applied linting -Update to v2.1.0 (2022-07-18) Feat * add unit tests * add docstrings * add functions covering some missing REST API calls Fix * linting * now get_required_action_by_alias now returns None if action does not exist * moved imports at the top of the file * remove duplicate function OBS-URL: https://build.opensuse.org/request/show/1042772 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-keycloak?expand=0&rev=4 --- python-keycloak-0.27.0.tar.gz | 3 --- python-keycloak-2.6.0.tar.gz | 3 +++ python-python-keycloak.changes | 49 ++++++++++++++++++++++++++++++++++ python-python-keycloak.spec | 9 ++++--- 4 files changed, 58 insertions(+), 6 deletions(-) delete mode 100644 python-keycloak-0.27.0.tar.gz create mode 100644 python-keycloak-2.6.0.tar.gz diff --git a/python-keycloak-0.27.0.tar.gz b/python-keycloak-0.27.0.tar.gz deleted file mode 100644 index b506bf5..0000000 --- a/python-keycloak-0.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3caddf2108f62cea6122243e33cb7e27bafbd7b8016be347de120ecf898b919 -size 30385 diff --git a/python-keycloak-2.6.0.tar.gz b/python-keycloak-2.6.0.tar.gz new file mode 100644 index 0000000..43f8229 --- /dev/null +++ b/python-keycloak-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c530ff86f631faccb8033d9d9345cc3148cb2cf132ff7564f025292e4dbd96 +size 40915 diff --git a/python-python-keycloak.changes b/python-python-keycloak.changes index d8924d0..d61c041 100644 --- a/python-python-keycloak.changes +++ b/python-python-keycloak.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue Dec 13 18:49:15 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version v2.6.0 (2022-10-03) + Feat + * attack detection API implementation + +- Update to v2.5.0 (2022-08-19) + No changelog + +- Update to v2.4.0 (2022-08-19) + Feat + * add client scope-mappings client roles operations + * added missing functionality to include attributes when returning realm roles according to specifications + +- Update to v2.3.0 (2022-08-13) + Feat + * Add token_type/scope to token exchange api + +- Update to v2.2.0 (2022-08-12) + Feat + * add client scope-mappings realm roles operations + +- Update to v2.1.1 (2022-07-19) + Fix + * removed whitespace from urls + Refactor + * applied linting + +-Update to v2.1.0 (2022-07-18) + Feat + * add unit tests + * add docstrings + * add functions covering some missing REST API calls + Fix + * linting + * now get_required_action_by_alias now returns None if action does not exist + * moved imports at the top of the file + * remove duplicate function + * applied tox -e docs + * applied flake linting checks + * applied tox linting check + +-Update to v2.0.0 (2022-07-17) + BREAKING CHANGE + * Renamed parameter client_name to client_id in get_client_id method + Fix + * check client existence based on clientId + ------------------------------------------------------------------- Sat Apr 30 09:26:19 UTC 2022 - Matej Cepl diff --git a/python-python-keycloak.spec b/python-python-keycloak.spec index 45be6cd..d98a563 100644 --- a/python-python-keycloak.spec +++ b/python-python-keycloak.spec @@ -16,11 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname python-keycloak %define skip_python2 1 Name: python-%{modname} -Version: 0.27.0 +Version: 2.6.0 Release: 0 Summary: Python package providing access to the Keycloak API License: MIT @@ -30,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/p/python-keycloak BuildRequires: %{python_module base} BuildRequires: %{python_module httmock} BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} BuildRequires: %{python_module python-jose} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -59,7 +59,10 @@ Python package providing access to the Keycloak API %files %{python_files} %doc README.md -%license LICENSE +%doc %{python_sitelib}/CHANGELOG.md +%doc %{python_sitelib}/CONTRIBUTING.md +%doc %{python_sitelib}/CODEOWNERS +%license %{python_sitelib}/LICENSE %{python_sitelib}/keycloak %{python_sitelib}/python_keycloak-%{version}*-info