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-01-20 21:03:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-keycloak (Old)
and /work/SRC/openSUSE:Factory/.python-python-keycloak.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-keycloak"
Tue Jan 20 21:03:22 2026 rev:5 rq:1328164 version:3.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-keycloak/python-python-keycloak.changes
2025-01-12 12:00:12.828292027 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-keycloak.new.1928/python-python-keycloak.changes
2026-01-20 21:03:31.773535293 +0100
@@ -1,0 +2,5 @@
+Tue Jan 20 03:38:44 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Correct BuildRequires WRT poetry-core vs poetry.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-keycloak.spec ++++++
--- /var/tmp/diff_new_pack.kpFppc/_old 2026-01-20 21:03:32.585568904 +0100
+++ /var/tmp/diff_new_pack.kpFppc/_new 2026-01-20 21:03:32.589569069 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-keycloak
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,15 +25,15 @@
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 base}
+BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module deprecation}
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module httmock}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry}
+BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-jose}
-BuildRequires: %{python_module wheel}
+BuildRequires: %{python_module requests-toolbelt}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-deprecation