14
0

- Correct %doc and %license locations.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-keycloak?expand=0&rev=8
This commit is contained in:
2025-01-10 05:05:02 +00:00
committed by Git OBS Bridge
commit 3bd2609732
6 changed files with 213 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"