15
0

- Correct BuildRequires WRT poetry-core vs poetry.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-keycloak?expand=0&rev=10
This commit is contained in:
2026-01-20 03:39:52 +00:00
committed by Git OBS Bridge
commit 857921857a
6 changed files with 218 additions and 0 deletions

12
fix-version.patch Normal file
View File

@@ -0,0 +1,12 @@
Index: python-keycloak-3.7.0/pyproject.toml
===================================================================
--- python-keycloak-3.7.0.orig/pyproject.toml
+++ python-keycloak-3.7.0/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-keycloak"
-version = "0.0.0"
+version = "3.7.0"
description = "python-keycloak is a Python package providing access to the Keycloak API."
license = "MIT"
readme = "README.md"