suite-py 1.41.5__py3-none-any.whl → 1.41.7__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.
suite_py/__version__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  # -*- encoding: utf-8 -*-
2
- __version__ = "1.41.5"
2
+ __version__ = "1.41.7"
suite_py/cli.py CHANGED
@@ -349,7 +349,7 @@ def cli_docker_versions(obj):
349
349
  def cli_status(obj):
350
350
  from suite_py.commands.status import Status
351
351
 
352
- obj.call(Status, action="versions").run()
352
+ obj.call(Status).run()
353
353
 
354
354
 
355
355
  @main.command("check", help="Verify authorisations for third party services")
suite_py/lib/oauth.py CHANGED
@@ -93,7 +93,7 @@ def authorization_code_flow(
93
93
  base_url,
94
94
  scope,
95
95
  redirect_uri="http://127.0.0.1:5000/callback",
96
- listen=("0.0.0.0", 5000),
96
+ listen=("127.0.0.1", 5000),
97
97
  ):
98
98
  # from https://auth0.com/docs/flows/add-login-using-the-authorization-code-flow-with-pkce
99
99
  # Step1: Create code verifier: Generate a code_verifier that will be sent to Auth0 to request tokens.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: suite-py
3
- Version: 1.41.5
3
+ Version: 1.41.7
4
4
  Summary:
5
5
  Author: larrywax, EugenioLaghi, michelangelomo
6
6
  Author-email: devops@prima.it
@@ -1,6 +1,6 @@
1
1
  suite_py/__init__.py,sha256=REmi3D0X2G1ZWnYpKs8Ffm3NIj-Hw6dMuvz2b9NW344,142
2
- suite_py/__version__.py,sha256=_n_EAZVSfeYAG6Un5ksmgHsMYicx6e8oFtLYMdsWLts,49
3
- suite_py/cli.py,sha256=I4IbkCRCprI73-pjllFzDX8UY3lVUNOIbZAPRgK2ukw,14953
2
+ suite_py/__version__.py,sha256=wAbRU2sTScojzNb-U0PV2lPslNuv6eTvdLkQXXU6ViM,49
3
+ suite_py/cli.py,sha256=EaXTn4YONpw0Q5yuUeo9ANsLClHa0A-S87wHYnLwGOs,14934
4
4
  suite_py/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  suite_py/commands/aggregator.py,sha256=_xyyX7MOMZzDEvzj2AI03OF3sut5PpSIyuRjUiCp5aI,5747
6
6
  suite_py/commands/ask_review.py,sha256=yN__Ac-fiZBPShjRDhyCCQZGfVlQE16KozoJk4UtiNw,3788
@@ -41,14 +41,14 @@ suite_py/lib/handler/version_handler.py,sha256=DXTx4yCAbFVC6CdMqPJ-LiN5YM-dT2zkl
41
41
  suite_py/lib/handler/youtrack_handler.py,sha256=eTGBBXjlN_ay1cawtnZ2IG6l78dDyKdMN1x6PxcvtA0,7499
42
42
  suite_py/lib/logger.py,sha256=q_qRtpg0Eh7r5tB-Rwz87dnWBwP-a2dIvggkiQikH8M,782
43
43
  suite_py/lib/metrics.py,sha256=hGGrWg_c3uTz4xhpb7POGZh_xhIAYU3drRo-KgwpBvM,1626
44
- suite_py/lib/oauth.py,sha256=IFJNrVlUXZ7GewgUmwpVP3aZYFLVSQZPramlYjzqDq4,5012
44
+ suite_py/lib/oauth.py,sha256=Y_I8a9wDKOVQ75xJH5ECDRH4xrJHSPVPUvVVM2fTQdA,5014
45
45
  suite_py/lib/requests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  suite_py/lib/requests/auth.py,sha256=wN_WtGFmDUWRFilWzOmUaRBvP2n3EPpPMqex9Zjddko,228
47
47
  suite_py/lib/requests/session.py,sha256=P32H3cWnCWunu91WIj2iDM5U3HzaBglg60VN_C9JBL4,267
48
48
  suite_py/lib/symbol.py,sha256=z3QYBuNIwD3qQ3zF-cLOomIr_-C3bO_u5UIDAHMiyTo,60
49
49
  suite_py/lib/tokens.py,sha256=kK4vatd5iKEFaue0BZwK1f66YOh9zLdLzP41ZOhjMCU,5534
50
50
  suite_py/templates/login.html,sha256=fJLls2SB84oZTSrxTdA5q1PqfvIHcCD4fhVWfyco7Ig,861
51
- suite_py-1.41.5.dist-info/METADATA,sha256=6wXinzivnOCIO246fhb5p4LV592QPKJYA2sZu7SrtWw,1531
52
- suite_py-1.41.5.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
53
- suite_py-1.41.5.dist-info/entry_points.txt,sha256=dVKLC-9Infy-dHJT_MkK6LcDjOgBCJ8lfPkURJhBjxE,46
54
- suite_py-1.41.5.dist-info/RECORD,,
51
+ suite_py-1.41.7.dist-info/METADATA,sha256=uOxutEkEIpY9e6ainxXt99KQjLls7gP5xnyN0vwFido,1531
52
+ suite_py-1.41.7.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
53
+ suite_py-1.41.7.dist-info/entry_points.txt,sha256=dVKLC-9Infy-dHJT_MkK6LcDjOgBCJ8lfPkURJhBjxE,46
54
+ suite_py-1.41.7.dist-info/RECORD,,