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 2026-04-17 21:05:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-keycloak (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-keycloak.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-keycloak"

Fri Apr 17 21:05:17 2026 rev:6 rq:1347734 version:7.1.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-keycloak/python-python-keycloak.changes
    2026-01-20 21:03:31.773535293 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-keycloak.new.11940/python-python-keycloak.changes
 2026-04-17 21:05:31.820970092 +0200
@@ -1,0 +2,84 @@
+Fri Apr 10 13:07:42 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 7.1.1:
+  * **uma**: set requested resource ids correctly in permission
+    ticket creation (#702)
+  * decode token with all keys, added get client certificate info
+    method (#704)
+  * do not throw when processing signed userinfo response (#699)
+  * Fix/python version and ci (#691)
+  * python version
+  * this change introduces a very strong typing across the library.
+  * updated lockfile
+  * pass along the default connection manager configuration into uma
+  * dont override transport for httpx
+  * pass query params in get groups
+  * removed async property as a dependency
+  * strong and consistent typing across the library
+  * changes the behavior of get_group_by_path to raise an exception
+    in case the path is not found, which is now the definitive new
+    behavior
+  * Add PKCE support (RFC 7636) (#670)
+  * implement authz import request (#685)
+  * add get_role_composites_by_id method (#680)
+  * add pool_maxsize parameter to connection managers (#651)
+  * prevent all httpx deprecation warnings (#666)
+  * implement endpoints returning the number of members in an
+    organization (#665)
+  * add `get_composite_client_roles_of_role` (#660)
+  * fix tests (#661)
+  * add pagination support to get realm roles (#659)
+  * fix/latest version (#654)
+  * implement client for revoking consents/offline access, with async
+    and improved testing (#644)
+  * adds support for keycloak organizations (#642)
+  * add py.typed marker file (pep-561) (#637)
+  * more authentication flows and executions methods
+  * Add functions to get/update realm users profile (#634)
+  * small bugs, use ruff as linter, added annotations
+  * retry upon 401
+  * get_client_all_sessions now supports pagination
+  * uma extra payload
+  * user profile metadata parameter for get_user method
+  * uma extra payload
+  * check uma permissions with resource ID as well
+  * get group by path should not raise on 404
+  * change to mounts (#622)
+  * Feature parity for `a_decode_token` and `decode_token` (#616)
+  * make sure to not call sync IO functions inside async functions
+  * add client scope client-specific role mappings (#605)
+  * Add optional Nonce parameter to the authorization URL requests
+  * add scopes to device auth (#599)
+  * changed sync get user id to async get user in create user async
+    function (#600)
+  * Add the max_retries parameter (#598)
+  * Set client_credentials as grant_type also when x509 certificate
+    is given (#597)
+  * add ability to remove composite client roles (#596)
+  * add matchingUri support for listing resources with wildcards
+  * allow the use of client certificates in all requests (#584)
+  * use a_public_key() in a_decode_token() instead of public_key()
+  * correctly pass query params in a_send_update_account and
+    a_send_verify_email (#581)
+  * passing timeout values to ConnectionManager (#578)
+  * functions for updating resource permissions and getting
+    associated policies for a permission (#574)
+  * Async feature (#566)
+  * changes signatures significantly
+  * Many attributes removed from the admin class
+  * Merge pull request #556 from marcospereirampj/release/4.0.0
+  * re-enable full group hierarchy fetching
+  * removed dead code, stabilized tests
+  * removed deprecated functionality
+  * allows retrieval of realm and client level roles for a user
+  * lowercase default role name (#547)
+  * add admin group count (#540)
+  * fix keycloak_admin.create_user documentation/ typehint (#545)
+  * improve KeycloakAdmin.get_client_id() performances (#511)
+  * Allow query parameters for group children (#534)
+  * incorporate custom headers into default header setup (#533)
+  * get_groups pagination call was not used #537 (#541)
+  * use jwcrypto and remove python-jose
+  * replace python-jose with jwcrypto
+
+-------------------------------------------------------------------

Old:
----
  python-keycloak-3.7.0.tar.gz

New:
----
  python-keycloak-7.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-python-keycloak.spec ++++++
--- /var/tmp/diff_new_pack.tY9bia/_old  2026-04-17 21:05:32.452996105 +0200
+++ /var/tmp/diff_new_pack.tY9bia/_new  2026-04-17 21:05:32.456996269 +0200
@@ -18,28 +18,33 @@
 
 %global modname python-keycloak
 Name:           python-%{modname}
-Version:        3.7.0
+Version:        7.1.1
 Release:        0
 Summary:        Python package providing access to the Keycloak API
 License:        MIT
 URL:            https://github.com/marcospereirampj/python-keycloak
 Source:         
https://github.com/marcospereirampj/python-keycloak/archive/refs/tags/v%{version}.tar.gz#/python-keycloak-%{version}.tar.gz
 Patch0:         fix-version.patch
-BuildRequires:  %{python_module cryptography}
-BuildRequires:  %{python_module deprecation}
-BuildRequires:  %{python_module freezegun}
-BuildRequires:  %{python_module httmock}
+BuildRequires:  %{python_module aiofiles >= 24.1.0}
+BuildRequires:  %{python_module cryptography >= 42.0.0}
+BuildRequires:  %{python_module deprecation >= 2.1.0}
+BuildRequires:  %{python_module freezegun >= 1.2.2}
+BuildRequires:  %{python_module httpx >= 0.23.2}
+BuildRequires:  %{python_module jwcrypto >= 1.5.4}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry-core}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module python-jose}
-BuildRequires:  %{python_module requests-toolbelt}
+BuildRequires:  %{python_module poetry-core >= 1.0.0}
+BuildRequires:  %{python_module pytest >= 7.1.2}
+BuildRequires:  %{python_module pytest-asyncio}
+BuildRequires:  %{python_module requests >= 2.20.0}
+BuildRequires:  %{python_module requests-toolbelt >= 0.6.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-deprecation
-Requires:       python-python-jose >= 1.4.0
+Requires:       python-aiofiles >= 24.1.0
+Requires:       python-deprecation >= 2.1.0
+Requires:       python-httpx >= 0.23.2
+Requires:       python-jwcrypto >= 1.5.4
 Requires:       python-requests >= 2.20.0
-Requires:       python-requests-toolbelt
+Requires:       python-requests-toolbelt >= 0.6.0
 BuildArch:      noarch
 %python_subpackages
 
@@ -61,8 +66,9 @@
 # the code is absolutely dependant on these variables being in the environment
 . tox.env
 export KEYCLOAK_HOST=localhost
+export KEYCLOAK_DOCKER_IMAGE_TAG=latest
 export KEYCLOAK_ADMIN KEYCLOAK_ADMIN_PASSWORD KEYCLOAK_PORT
-%pytest --ignore tests/test_keycloak_admin.py --ignore 
tests/test_keycloak_openid.py --ignore tests/test_keycloak_uma.py
+%pytest --ignore tests/test_keycloak_admin.py --ignore 
tests/test_keycloak_openid.py --ignore tests/test_keycloak_uma.py --ignore 
tests/test_pkce_flow.py
 
 %files %{python_files}
 %license LICENSE

++++++ fix-version.patch ++++++
--- /var/tmp/diff_new_pack.tY9bia/_old  2026-04-17 21:05:32.484997422 +0200
+++ /var/tmp/diff_new_pack.tY9bia/_new  2026-04-17 21:05:32.488997587 +0200
@@ -6,7 +6,7 @@
  [tool.poetry]
  name = "python-keycloak"
 -version = "0.0.0"
-+version = "3.7.0"
++version = "7.1.1"
  description = "python-keycloak is a Python package providing access to the 
Keycloak API."
  license = "MIT"
  readme = "README.md"

++++++ python-keycloak-3.7.0.tar.gz -> python-keycloak-7.1.1.tar.gz ++++++
++++ 37584 lines of diff (skipped)

Reply via email to