From ea93743cd854a6a7ef294c1c75e37813f0ee65afa98c6f4c8a05864c1c837b79 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 May 2022 06:45:12 +0000 Subject: [PATCH] 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 --- python-scitokens.changes | 32 ++++++++++++++++++++++++++++++++ python-scitokens.spec | 4 ++-- scitokens-1.6.2.tar.gz | 3 --- scitokens-1.7.0.tar.gz | 3 +++ 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 scitokens-1.6.2.tar.gz create mode 100644 scitokens-1.7.0.tar.gz diff --git a/python-scitokens.changes b/python-scitokens.changes index cba967d..85b9bc1 100644 --- a/python-scitokens.changes +++ b/python-scitokens.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun May 1 22:27:16 UTC 2022 - Atri Bhattacharya + +- 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 diff --git a/python-scitokens.spec b/python-scitokens.spec index f9de113..3dfe4f7 100644 --- a/python-scitokens.spec +++ b/python-scitokens.spec @@ -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} diff --git a/scitokens-1.6.2.tar.gz b/scitokens-1.6.2.tar.gz deleted file mode 100644 index 23a9103..0000000 --- a/scitokens-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ac32ba24a4b6cea051cc436b888752e502005a91d636ebfdd715b2a325de4a2 -size 48381 diff --git a/scitokens-1.7.0.tar.gz b/scitokens-1.7.0.tar.gz new file mode 100644 index 0000000..1625657 --- /dev/null +++ b/scitokens-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a0f3b87e486a5acc9be079a946d4d578ea6c6c32237e7b871826ca5ad51e5f +size 49991