14
0

Accepting request 974235 from home:badshah400:branches:science

Update to version 1.7.0.

OBS-URL: https://build.opensuse.org/request/show/974235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scitokens?expand=0&rev=3
This commit is contained in:
2022-05-02 06:45:12 +00:00
committed by Git OBS Bridge
parent 1468342779
commit ea93743cd8
4 changed files with 37 additions and 5 deletions

View File

@@ -21,12 +21,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-scitokens
Version: 1.6.2
Version: 1.7.0
Release: 0
Summary: SciToken reference implementation library
License: Apache-2.0
URL: https://scitokens.org
Source: https://github.com/scitokens/scitokens/archive/refs/tags/v1.6.2.tar.gz#/%{bname}-%{version}.tar.gz
Source: https://github.com/scitokens/scitokens/archive/refs/tags/v%{version}.tar.gz#/%{bname}-%{version}.tar.gz
BuildRequires: %{python_module PyJWT}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}