forked from pool/python-scitokens
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
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- initial commit of the python SciTokens interface
|