Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-keycloak for
openSUSE:Factory checked in at 2022-12-15 19:24:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-keycloak (Old)
and /work/SRC/openSUSE:Factory/.python-python-keycloak.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-keycloak"
Thu Dec 15 19:24:59 2022 rev:2 rq:1042917 version:2.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-keycloak/python-python-keycloak.changes
2022-04-30 22:53:16.816284521 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-keycloak.new.1835/python-python-keycloak.changes
2022-12-15 19:25:15.824076288 +0100
@@ -1,0 +2,49 @@
+Tue Dec 13 18:49:15 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
python-keycloak-0.27.0.tar.gz
New:
----
python-keycloak-2.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-keycloak.spec ++++++
--- /var/tmp/diff_new_pack.kQrD69/_old 2022-12-15 19:25:16.284078905 +0100
+++ /var/tmp/diff_new_pack.kQrD69/_new 2022-12-15 19:25:16.288078928 +0100
@@ -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 @@
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 @@
%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
++++++ python-keycloak-0.27.0.tar.gz -> python-keycloak-2.6.0.tar.gz ++++++
++++ 11813 lines of diff (skipped)