forked from pool/python-scitokens
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:
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 1 22:27:16 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.7.0:
|
||||||
|
* Reference test files using relative paths
|
||||||
|
[gh#citokens/scitokens#128].
|
||||||
|
* Use shutil.move instead of os.rename
|
||||||
|
[gh#citokens/scitokens#136].
|
||||||
|
* Add error message for when SciToken.discover doesn't find a
|
||||||
|
token [gh#citokens/scitokens#138].
|
||||||
|
* SciToken.serialize: fix str/bytes mismatch
|
||||||
|
[gh#citokens/scitokens#137].
|
||||||
|
* Add rpmbuild github actions workflow
|
||||||
|
[gh#citokens/scitokens#134].
|
||||||
|
* Update the bogus url used in the tests
|
||||||
|
[gh#citokens/scitokens#140].
|
||||||
|
* Fix bug decoding a token with no audience
|
||||||
|
[gh#citokens/scitokens#141].
|
||||||
|
* Use unittest.mock to check UnableToCreateCache
|
||||||
|
[gh#citokens/scitokens#139].
|
||||||
|
* Add obsoletes for smoother Yum updates on EL7
|
||||||
|
[gh#citokens/scitokens#127].
|
||||||
|
* Update algorithm used to test UnsupportedKeyException
|
||||||
|
[gh#citokens/scitokens#142].
|
||||||
|
* Run test suite using pytest during rpmbuild
|
||||||
|
[gh#citokens/scitokens#135].
|
||||||
|
* Update pyjwt version in requirements.txt
|
||||||
|
[gh#citokens/scitokens#131].
|
||||||
|
* Typo fix in readme [gh#citokens/scitokens#144].
|
||||||
|
* Default cached public keys set to 4 days
|
||||||
|
[gh#citokens/scitokens#145].
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 4 10:44:00 UTC 2022 - Christian Goll <cgoll@suse.com>
|
Fri Feb 4 10:44:00 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
@@ -21,12 +21,12 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
|
||||||
Name: python-scitokens
|
Name: python-scitokens
|
||||||
Version: 1.6.2
|
Version: 1.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SciToken reference implementation library
|
Summary: SciToken reference implementation library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://scitokens.org
|
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 PyJWT}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ac32ba24a4b6cea051cc436b888752e502005a91d636ebfdd715b2a325de4a2
|
|
||||||
size 48381
|
|
3
scitokens-1.7.0.tar.gz
Normal file
3
scitokens-1.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a7a0f3b87e486a5acc9be079a946d4d578ea6c6c32237e7b871826ca5ad51e5f
|
||||||
|
size 49991
|
Reference in New Issue
Block a user