suite-py 1.41.6__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 +1 -1
- suite_py/cli.py +1 -1
- {suite_py-1.41.6.dist-info → suite_py-1.41.7.dist-info}/METADATA +1 -1
- {suite_py-1.41.6.dist-info → suite_py-1.41.7.dist-info}/RECORD +6 -6
- {suite_py-1.41.6.dist-info → suite_py-1.41.7.dist-info}/WHEEL +0 -0
- {suite_py-1.41.6.dist-info → suite_py-1.41.7.dist-info}/entry_points.txt +0 -0
suite_py/__version__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
__version__ = "1.41.
|
|
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
|
|
352
|
+
obj.call(Status).run()
|
|
353
353
|
|
|
354
354
|
|
|
355
355
|
@main.command("check", help="Verify authorisations for third party services")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
suite_py/__init__.py,sha256=REmi3D0X2G1ZWnYpKs8Ffm3NIj-Hw6dMuvz2b9NW344,142
|
|
2
|
-
suite_py/__version__.py,sha256=
|
|
3
|
-
suite_py/cli.py,sha256=
|
|
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
|
|
@@ -48,7 +48,7 @@ suite_py/lib/requests/session.py,sha256=P32H3cWnCWunu91WIj2iDM5U3HzaBglg60VN_C9J
|
|
|
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.
|
|
52
|
-
suite_py-1.41.
|
|
53
|
-
suite_py-1.41.
|
|
54
|
-
suite_py-1.41.
|
|
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,,
|
|
File without changes
|
|
File without changes
|