14
0

- Update to 1.5.1:

* Update Poetry dependencies.
- Add patch support-new-django-graphql-jwt.patch:
  * Stop calling a now removed method in new django-graphql-jwt.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortinghat?expand=0&rev=48
This commit is contained in:
2024-12-11 04:54:22 +00:00
committed by Git OBS Bridge
parent 1ae726b6d6
commit cd3001c571
5 changed files with 38 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-sortinghat
Version: 1.5.0
Version: 1.5.1
Release: 0
Summary: A tool to manage identities
License: GPL-3.0-only
@@ -25,6 +25,8 @@ URL: https://github.com/grimoirelab/sortinghat
Source: https://github.com/chaoss/grimoirelab-sortinghat/archive/refs/tags/%{version}.tar.gz#/sortinghat-%{version}.tar.gz
# PATCH-FIX-OPENSUSE Allow overridding the database config
Patch0: allow-database-config-overrides.patch
# PATCH-FIX-OPENSUSE Support django-graphql-jwt 0.4.0
Patch1: support-new-django-graphql-jwt.patch
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}