14
0

- Update to 1.7.4:

* Remove aud enforcement from deserialize function
  * Reduce length of comment line
  * Update minimum pyjwt
  * Remove use of six 
- Drop patch python-scitokens-no-six.patch, included upstream
- Add patch use-importlib-metadata.patch:
  * Use importlib.metadata, rather than pkg_resources.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scitokens?expand=0&rev=11
This commit is contained in:
2023-04-12 04:59:38 +00:00
committed by Git OBS Bridge
parent 1508d48d36
commit 29ed77b832
6 changed files with 83 additions and 93 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 12 04:56:08 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.7.4:
* Remove aud enforcement from deserialize function
* Reduce length of comment line
* Update minimum pyjwt
* Remove use of six
- Drop patch python-scitokens-no-six.patch, included upstream
- Add patch use-importlib-metadata.patch:
* Use importlib.metadata, rather than pkg_resources.
-------------------------------------------------------------------
Mon Nov 14 08:47:39 UTC 2022 - pgajdos@suse.com