sumo-wrapper-python 1.0.20__tar.gz → 1.0.21__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.
Potentially problematic release.
This version of sumo-wrapper-python might be problematic. Click here for more details.
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/PKG-INFO +1 -1
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_auth_provider.py +1 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_version.py +2 -2
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo_wrapper_python.egg-info/PKG-INFO +1 -1
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.github/workflows/build_docs.yaml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.github/workflows/linting.yml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.github/workflows/publish_release.yml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.github/workflows/pytest.yml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.gitignore +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.pre-commit-config.yaml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.readthedocs.yaml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/CONTRIBUTING.md +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/LICENSE +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/README.md +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/SECURITY.md +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/Makefile +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/_static/equinor-logo.png +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/_static/equinor-logo2.jpg +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/_static/equinor_logo.jpg +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/_static/equinor_logo_only.jpg +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/_templates/layout.html +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/api.rst +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/conf.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/index.rst +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/make.bat +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/sumo-wrapper-python.rst +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/pyproject.toml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/setup.cfg +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/__init__.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/__init__.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_blob_client.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_decorators.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_logging.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_retry_strategy.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/config.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/login.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/sumo_client.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo_wrapper_python.egg-info/SOURCES.txt +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo_wrapper_python.egg-info/dependency_links.txt +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo_wrapper_python.egg-info/entry_points.txt +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo_wrapper_python.egg-info/requires.txt +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo_wrapper_python.egg-info/top_level.txt +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/tests/conftest.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/tests/test_sumo_thin_client.py +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/tests/testdata/case.yml +0 -0
- {sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/tests/testdata/surface.yml +0 -0
{sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_auth_provider.py
RENAMED
|
@@ -389,6 +389,7 @@ class AuthProviderSumoToken(AuthProvider):
|
|
|
389
389
|
before_sleep=_log_retry_info,
|
|
390
390
|
)
|
|
391
391
|
def __init__(self, resource_id, case_uuid=None):
|
|
392
|
+
super().__init__(resource_id)
|
|
392
393
|
protect_token_cache(resource_id, ".sharedkey", case_uuid)
|
|
393
394
|
token_path = get_token_path(resource_id, ".sharedkey", case_uuid)
|
|
394
395
|
with open(token_path, "r") as f:
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/.github/workflows/publish_release.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/docs/_static/equinor_logo_only.jpg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.20 → sumo_wrapper_python-1.0.21}/src/sumo/wrapper/_retry_strategy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|