sumo-wrapper-python 1.0.11__tar.gz → 1.0.12__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.11 → sumo_wrapper_python-1.0.12}/PKG-INFO +2 -2
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/pyproject.toml +1 -1
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/_version.py +2 -2
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/sumo_client.py +4 -2
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo_wrapper_python.egg-info/PKG-INFO +2 -2
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo_wrapper_python.egg-info/requires.txt +1 -1
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.flake8 +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.github/workflows/build_docs.yaml +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.github/workflows/linting.yml +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.github/workflows/publish_release.yml +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.github/workflows/pytest.yml +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.gitignore +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.readthedocs.yaml +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/CONTRIBUTING.md +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/LICENSE +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/README.md +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/SECURITY.md +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/conftest.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/Makefile +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/_static/equinor-logo.png +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/_static/equinor-logo2.jpg +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/_static/equinor_logo.jpg +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/_static/equinor_logo_only.jpg +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/_templates/layout.html +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/api.rst +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/conf.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/index.rst +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/make.bat +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/docs/sumo-wrapper-python.rst +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/setup.cfg +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/__init__.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/__init__.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/_auth_provider.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/_blob_client.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/_decorators.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/_logging.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/_retry_strategy.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/config.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/login.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo_wrapper_python.egg-info/SOURCES.txt +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo_wrapper_python.egg-info/dependency_links.txt +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo_wrapper_python.egg-info/entry_points.txt +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo_wrapper_python.egg-info/top_level.txt +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/tests/test_sumo_thin_client.py +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/tests/testdata/case.yml +0 -0
- {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/tests/testdata/surface.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sumo-wrapper-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.12
|
|
4
4
|
Summary: Python wrapper for the Sumo API
|
|
5
5
|
Author: Equinor
|
|
6
6
|
License: Apache License
|
|
@@ -221,7 +221,7 @@ Provides-Extra: test
|
|
|
221
221
|
Requires-Dist: pytest; extra == "test"
|
|
222
222
|
Requires-Dist: PyYAML; extra == "test"
|
|
223
223
|
Provides-Extra: docs
|
|
224
|
-
Requires-Dist: sphinx; extra == "docs"
|
|
224
|
+
Requires-Dist: sphinx==7.1.2; extra == "docs"
|
|
225
225
|
Requires-Dist: sphinx-rtd-theme; extra == "docs"
|
|
226
226
|
Requires-Dist: autoapi; extra == "docs"
|
|
227
227
|
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
|
@@ -383,8 +383,10 @@ class SumoClient:
|
|
|
383
383
|
"""
|
|
384
384
|
|
|
385
385
|
logger = logging.getLogger(name)
|
|
386
|
-
|
|
387
|
-
|
|
386
|
+
if len(logger.handlers) == 0:
|
|
387
|
+
handler = LogHandlerSumo(self)
|
|
388
|
+
logger.addHandler(handler)
|
|
389
|
+
pass
|
|
388
390
|
return logger
|
|
389
391
|
|
|
390
392
|
@raise_for_status_async
|
{sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo_wrapper_python.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sumo-wrapper-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.12
|
|
4
4
|
Summary: Python wrapper for the Sumo API
|
|
5
5
|
Author: Equinor
|
|
6
6
|
License: Apache License
|
|
@@ -221,7 +221,7 @@ Provides-Extra: test
|
|
|
221
221
|
Requires-Dist: pytest; extra == "test"
|
|
222
222
|
Requires-Dist: PyYAML; extra == "test"
|
|
223
223
|
Provides-Extra: docs
|
|
224
|
-
Requires-Dist: sphinx; extra == "docs"
|
|
224
|
+
Requires-Dist: sphinx==7.1.2; extra == "docs"
|
|
225
225
|
Requires-Dist: sphinx-rtd-theme; extra == "docs"
|
|
226
226
|
Requires-Dist: autoapi; extra == "docs"
|
|
227
227
|
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/.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.11 → sumo_wrapper_python-1.0.12}/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
|
{sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/src/sumo/wrapper/_auth_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.12}/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
|