11 Commits

Author SHA256 Message Date
Ana Guerrero
d10666349c Accepting request 1152303 from science
- Fix cryptography deprecation sent to duncan.macleod@ligo.org
  igwn-auth-utils-cryptography-utc-deprecation.patch (forwarded request 1152302 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1152303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-igwn-auth-utils?expand=0&rev=5
2024-02-27 21:49:42 +00:00
41f15c5429 Accepting request 1152302 from home:bnavigator:branches:science
- Fix cryptography deprecation sent to duncan.macleod@ligo.org
  igwn-auth-utils-cryptography-utc-deprecation.patch

OBS-URL: https://build.opensuse.org/request/show/1152302
OBS-URL: https://build.opensuse.org/package/show/science/python-igwn-auth-utils?expand=0&rev=10
2024-02-27 13:57:17 +00:00
Ana Guerrero
30b5225917 Accepting request 1146557 from 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 (forwarded request 1146556 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1146557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-igwn-auth-utils?expand=0&rev=4
2024-02-14 22:19:36 +00:00
5c3dac9a91 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
2024-02-14 11:24:54 +00:00
Dominique Leuenberger
1661852170 Accepting request 1076680 from science
- Update to v0.4.0
  * [!48] Add igwn_auth_utils.scitokens.token_audience function.
  * [!49] Add support for all HTTP methods
  * [!51] Fix error reporting in scitokens tests
- Ignore setuptools deprecation API

OBS-URL: https://build.opensuse.org/request/show/1076680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-igwn-auth-utils?expand=0&rev=3
2023-04-02 17:18:30 +00:00
31d9ee4095 - Update to v0.4.0
* [!48] Add igwn_auth_utils.scitokens.token_audience function.
  * [!49] Add support for all HTTP methods
  * [!51] Fix error reporting in scitokens tests
- Ignore setuptools deprecation API

OBS-URL: https://build.opensuse.org/package/show/science/python-igwn-auth-utils?expand=0&rev=6
2023-04-01 20:32:13 +00:00
Dominique Leuenberger
b34cd01cea Accepting request 1004516 from science
- Update to v0.3.1
  * [!41] Python Requests interface is now not optional
  * [!44] New .token attribute for the Session wrapper
  * [!46] Improvements to token discovery to handle   mismatching
    audiences
- Remove and obsolete -requests meta subpackage

OBS-URL: https://build.opensuse.org/request/show/1004516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-igwn-auth-utils?expand=0&rev=2
2022-09-19 14:03:15 +00:00
07e42425e5 - Update to v0.3.1
* [!41] Python Requests interface is now not optional
  * [!44] New .token attribute for the Session wrapper
  * [!46] Improvements to token discovery to handle   mismatching
    audiences
- Remove and obsolete -requests meta subpackage

OBS-URL: https://build.opensuse.org/package/show/science/python-igwn-auth-utils?expand=0&rev=4
2022-09-18 19:56:41 +00:00
Dominique Leuenberger
98527e56e5 Accepting request 987408 from science
required by new version of gwdatafind

OBS-URL: https://build.opensuse.org/request/show/987408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-igwn-auth-utils?expand=0&rev=1
2022-07-10 21:15:20 +00:00
9894e73779 Accepting request 986501 from home:bnavigator:branches:science
- Update to 0.2.3
  * [!37] Handle port numbers in the default token_audience
  * [!39] Use sphinx-immaterial-igwn for the docs theme
- Clean up specfile
- Make the [requests] extra a separate meta subpackage
  * required by python-gwdatafind

- New package. Version 0.2.2

OBS-URL: https://build.opensuse.org/request/show/986501
OBS-URL: https://build.opensuse.org/package/show/science/python-igwn-auth-utils?expand=0&rev=2
2022-07-06 18:06:18 +00:00
4ed5a9811b Accepting request 974237 from home:badshah400:branches:science
New package, needed by python-gwdatafind update.

OBS-URL: https://build.opensuse.org/request/show/974237
OBS-URL: https://build.opensuse.org/package/show/science/python-igwn-auth-utils?expand=0&rev=1
2022-06-04 10:24:04 +00:00