suite-py 1.43.2__tar.gz → 1.43.3__tar.gz

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.
Files changed (45) hide show
  1. {suite_py-1.43.2 → suite_py-1.43.3}/PKG-INFO +1 -1
  2. {suite_py-1.43.2 → suite_py-1.43.3}/pyproject.toml +1 -1
  3. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/__version__.py +1 -1
  4. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/cli.py +1 -1
  5. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/oauth.py +3 -3
  6. {suite_py-1.43.2 → suite_py-1.43.3}/LICENSE-APACHE +0 -0
  7. {suite_py-1.43.2 → suite_py-1.43.3}/LICENSE-MIT +0 -0
  8. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/__init__.py +0 -0
  9. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/__init__.py +0 -0
  10. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/ask_review.py +0 -0
  11. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/bump.py +0 -0
  12. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/check.py +0 -0
  13. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/common.py +0 -0
  14. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/context.py +0 -0
  15. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/create_branch.py +0 -0
  16. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/login.py +0 -0
  17. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/merge_pr.py +0 -0
  18. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/open_pr.py +0 -0
  19. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/project_lock.py +0 -0
  20. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/release.py +0 -0
  21. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/set_token.py +0 -0
  22. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/commands/status.py +0 -0
  23. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/__init__.py +0 -0
  24. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/config.py +0 -0
  25. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/__init__.py +0 -0
  26. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/aws_handler.py +0 -0
  27. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/captainhook_handler.py +0 -0
  28. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/changelog_handler.py +0 -0
  29. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/frequent_reviewers_handler.py +0 -0
  30. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/git_handler.py +0 -0
  31. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/github_handler.py +0 -0
  32. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/metrics_handler.py +0 -0
  33. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/okta_handler.py +0 -0
  34. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/pre_commit_handler.py +0 -0
  35. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/prompt_utils.py +0 -0
  36. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/version_handler.py +0 -0
  37. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/handler/youtrack_handler.py +0 -0
  38. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/logger.py +0 -0
  39. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/metrics.py +0 -0
  40. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/requests/__init__.py +0 -0
  41. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/requests/auth.py +0 -0
  42. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/requests/session.py +0 -0
  43. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/symbol.py +0 -0
  44. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/lib/tokens.py +0 -0
  45. {suite_py-1.43.2 → suite_py-1.43.3}/suite_py/templates/login.html +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: suite-py
3
- Version: 1.43.2
3
+ Version: 1.43.3
4
4
  Summary:
5
5
  Author: larrywax, EugenioLaghi, michelangelomo
6
6
  Author-email: devops@prima.it
@@ -2,7 +2,7 @@
2
2
  authors = ["larrywax, EugenioLaghi, michelangelomo <devops@prima.it>"]
3
3
  description = ""
4
4
  name = "suite-py"
5
- version = "1.43.2"
5
+ version = "1.43.3"
6
6
 
7
7
  [tool.poetry.dependencies]
8
8
  Click = ">=7.0"
@@ -1,2 +1,2 @@
1
1
  # -*- encoding: utf-8 -*-
2
- __version__ = "1.43.2"
2
+ __version__ = "1.43.3"
@@ -325,7 +325,7 @@ def cli_check(obj):
325
325
  obj.call(Check).run()
326
326
 
327
327
 
328
- @main.command("login", help="manage login against Auth0")
328
+ @main.command("login", help="Manage login against Okta")
329
329
  @click.pass_obj
330
330
  @catch_exceptions
331
331
  def login(obj):
@@ -99,10 +99,10 @@ def authorization_code_flow(
99
99
  redirect_uri="http://127.0.0.1:5000/callback",
100
100
  listen=("127.0.0.1", 5000),
101
101
  ):
102
- # from https://auth0.com/docs/flows/add-login-using-the-authorization-code-flow-with-pkce
103
- # Step1: Create code verifier: Generate a code_verifier that will be sent to Auth0 to request tokens.
102
+ # From https://developer.okta.com/docs/guides/sign-into-web-app-redirect/python/main/
103
+ # Step1: Create code verifier: Generate a code_verifier that will be sent to Okta to request tokens.
104
104
  verifier = _url_encode_no_padding(secrets.token_bytes(32))
105
- # Step2: Create code challenge: Generate a code_challenge from the code_verifier that will be sent to Auth0 to request an authorization_code.
105
+ # Step2: Create code challenge: Generate a code_challenge from the code_verifier that will be sent to Okta to request an authorization_code.
106
106
  challenge = _generate_challenge(verifier)
107
107
  state = _url_encode_no_padding(secrets.token_bytes(32))
108
108
 
File without changes
File without changes