14
0

- Update to 1.8.1:

* Adding pytest integration to turn of networking tests
  * Fix missing issuer problem in deserialize function
  * Add a CL tool to verify SciTokens
  * Fix issue in creating the cache file location
  * Add convenience functions to issue demo tokens
  * Adding python scitokens spec file changes for review
- Drop patch use-importlib-metadata.patch, included upstream.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scitokens?expand=0&rev=13
This commit is contained in:
2024-10-10 03:12:39 +00:00
committed by Git OBS Bridge
parent 29ed77b832
commit e6918afdc1
5 changed files with 34 additions and 73 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 10 03:11:39 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.1:
* Adding pytest integration to turn of networking tests
* Fix missing issuer problem in deserialize function
* Add a CL tool to verify SciTokens
* Fix issue in creating the cache file location
* Add convenience functions to issue demo tokens
* Adding python scitokens spec file changes for review
- Drop patch use-importlib-metadata.patch, included upstream.
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Apr 12 04:56:08 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>