diracx-cli 0.0.1a50__py3-none-any.whl → 0.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
diracx/cli/auth.py CHANGED
@@ -129,7 +129,7 @@ async def logout():
129
129
  # Revoke refresh token
130
130
  try:
131
131
  await api.auth.revoke_refresh_token_by_refresh_token(
132
- client_id=api.client_id, refresh_token=credentials.refresh_token
132
+ client_id=api.client_id, token=credentials.refresh_token
133
133
  )
134
134
  except Exception as e:
135
135
  print(f"Error revoking the refresh token {e!r}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diracx-cli
3
- Version: 0.0.1a50
3
+ Version: 0.0.2
4
4
  Summary: TODO
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -1,6 +1,6 @@
1
1
  diracx/cli/__init__.py,sha256=HB9Umd1DXskg8lrRY0ZnSaOBVYPD5Pl4PYRWts-ZR0E,808
2
2
  diracx/cli/__main__.py,sha256=yGjYWjRcrrp5mJ0xD0v3rc7VIA9bzDib5D7LPAdH4OI,92
3
- diracx/cli/auth.py,sha256=kY6cRy6Xv_EkCvtI8-NMAELzSxfzzjWAs69I-IdfGds,5118
3
+ diracx/cli/auth.py,sha256=QkwzHCXCAKRCPOOSL_8m-fEEtFy3IXLBxzLYn0aAEmk,5110
4
4
  diracx/cli/config.py,sha256=LDoFT4x0VF0QAU2_y-fkZWQwD7yMYmyiM7VJFLK79GQ,863
5
5
  diracx/cli/jobs.py,sha256=ev3Zm6WH9g5MVT5EXbfSwHamiQUcatT4bYUrxx4c8BE,4729
6
6
  diracx/cli/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -8,7 +8,7 @@ diracx/cli/utils.py,sha256=--kP1lOO4yky81nxmej8IQz1v6njxn_WYol5O9LcJ04,1063
8
8
  diracx/cli/internal/__init__.py,sha256=KZrzVcKu3YhNev2XF2KA2nttAa9ONU3CVUgatVMonJ4,143
9
9
  diracx/cli/internal/config.py,sha256=T5bf9brG1oCQkQ6D7Em4z7Fk--2Q-nPtUbe2jv-syUU,6079
10
10
  diracx/cli/internal/legacy.py,sha256=NV28d8_1m3ePL7cEQYQUqXoQDNP1S5jkeilsi7UXAP4,13516
11
- diracx_cli-0.0.1a50.dist-info/METADATA,sha256=2ICJ2LiA_ByeoP_B5YzgtGWCETNbSggo9MdGFDP2K0g,763
12
- diracx_cli-0.0.1a50.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
- diracx_cli-0.0.1a50.dist-info/entry_points.txt,sha256=b1909GHVOkFUiHVglNlpwia4Ug-7Ncrg-8D5xtYVAlw,169
14
- diracx_cli-0.0.1a50.dist-info/RECORD,,
11
+ diracx_cli-0.0.2.dist-info/METADATA,sha256=BUxYdBgte4Q8FO7RbUcSja0rmy3sKDzkdhKSW5CRHPE,760
12
+ diracx_cli-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
+ diracx_cli-0.0.2.dist-info/entry_points.txt,sha256=b1909GHVOkFUiHVglNlpwia4Ug-7Ncrg-8D5xtYVAlw,169
14
+ diracx_cli-0.0.2.dist-info/RECORD,,