14
0

Accepting request 1035594 from home:pgajdos:python

- added patches
  fix https://github.com/scitokens/scitokens/issues/169
  + python-scitokens-no-six.patch

OBS-URL: https://build.opensuse.org/request/show/1035594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scitokens?expand=0&rev=9
This commit is contained in:
2022-11-14 13:40:41 +00:00
committed by Git OBS Bridge
parent fc5650f4b7
commit 1508d48d36
3 changed files with 88 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ Summary: SciToken reference implementation library
License: Apache-2.0
URL: https://scitokens.org
Source: https://github.com/scitokens/scitokens/archive/refs/tags/v%{version}.tar.gz#/%{bname}-%{version}.tar.gz
# https://github.com/scitokens/scitokens/issues/169
Patch0: python-scitokens-no-six.patch
BuildRequires: %{python_module PyJWT}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -49,6 +51,7 @@ want to delegate trust for an issuer for managing a storage allocation.
%prep
%setup -q -n scitokens-%{version}
%patch0 -p1
%build
%python_build