15
0

Accepting request 1232567 from home:mcalabkova:branches:devel:languages:python

- Add httpx028.patch to add compatibility with new httpx

OBS-URL: https://build.opensuse.org/request/show/1232567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=34
This commit is contained in:
2024-12-19 15:37:31 +00:00
committed by Git OBS Bridge
parent a61a7fb097
commit 0ee18569d9
3 changed files with 113 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ License: BSD-3-Clause
URL: https://authlib.org/
Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
Patch1: https://github.com/lepture/authlib/commit/d282c1afad676cf8ed3670e60fd43516fc9615de.patch#/py313-tests.patch
# PATCH-FIX-UPSTREAM https://github.com/lepture/authlib/pull/695 Support httpx 0.28
Patch2: httpx028.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}