forked from pool/python-python-keycloak
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e161aea941 | |||
| 857921857a | |||
| f42444416e | |||
| 3bd2609732 |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 03:38:44 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Correct BuildRequires WRT poetry-core vs poetry.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 05:03:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Correct %doc and %license locations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 01:32:07 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-keycloak
|
||||
#
|
||||
# Copyright (c) 2024 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 @@ 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 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
|
||||
@@ -65,10 +65,8 @@ 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
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%doc %{python_sitelib}/CHANGELOG.md
|
||||
%doc %{python_sitelib}/CONTRIBUTING.md
|
||||
%license %{python_sitelib}/LICENSE
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG.md CONTRIBUTING.md
|
||||
%{python_sitelib}/keycloak
|
||||
%{python_sitelib}/python_keycloak-%{version}.dist-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user