17
0

Accepting request 1146556 from home:bnavigator:branches:science

- Update to 1.1.0
  * Support multiple scopes in is_valid_token [!70]
- Release 1.0.2
  * Ensure that token=False works on all requests [!67]
- Release 1.0.1
  * Fix bug in disabling token auth via function call [!65]
- Release 1.0.0
  ## Major changes
  * Refactor requests auth handling to enable per-request token
    discovery [!59]
  ## Other changes:
  * Allow disabling automatic raise_for_status for Sessions [!52]
  * Fix keyword argument passing in requests wrappers [!56]
  * Add issuer keyword to is_valid_token [!57]
  * Allow deserialising token in is_valid_token [!58]
  * Add support for Python 3.11 [!61]
  * Workaround bug in requests 2.14 [!62]
- Add patches for python 3.12
  * igwn-auth-utils-mr73-utznow.patch
    https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/73
  * igwn-auth-utils-mr76-mock_called_once.patch
    https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/76

OBS-URL: https://build.opensuse.org/request/show/1146556
OBS-URL: https://build.opensuse.org/package/show/science/python-igwn-auth-utils?expand=0&rev=8
This commit is contained in:
2024-02-14 11:24:54 +00:00
committed by Git OBS Bridge
parent 0330f4d858
commit 78e60eead0
6 changed files with 172 additions and 10 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Feb 14 11:14:43 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 1.1.0
* Support multiple scopes in is_valid_token [!70]
- Release 1.0.2
* Ensure that token=False works on all requests [!67]
- Release 1.0.1
* Fix bug in disabling token auth via function call [!65]
- Release 1.0.0
## Major changes
* Refactor requests auth handling to enable per-request token
discovery [!59]
## Other changes:
* Allow disabling automatic raise_for_status for Sessions [!52]
* Fix keyword argument passing in requests wrappers [!56]
* Add issuer keyword to is_valid_token [!57]
* Allow deserialising token in is_valid_token [!58]
* Add support for Python 3.11 [!61]
* Workaround bug in requests 2.14 [!62]
- Add patches for python 3.12
* igwn-auth-utils-mr73-utznow.patch
https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/73
* igwn-auth-utils-mr76-mock_called_once.patch
https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/76
-------------------------------------------------------------------
Sat Apr 1 20:27:20 UTC 2023 - Ben Greiner <code@bnavigator.de>