sumo-wrapper-python 1.0.11__tar.gz → 1.0.13__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.

Files changed (46) hide show
  1. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/.github/workflows/linting.yml +2 -2
  2. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/PKG-INFO +2 -2
  3. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/pyproject.toml +1 -1
  4. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_retry_strategy.py +6 -1
  5. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_version.py +2 -2
  6. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/sumo_client.py +4 -2
  7. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/PKG-INFO +2 -2
  8. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/requires.txt +1 -1
  9. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/.flake8 +0 -0
  10. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/.github/workflows/build_docs.yaml +0 -0
  11. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/.github/workflows/publish_release.yml +0 -0
  12. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/.github/workflows/pytest.yml +0 -0
  13. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/.gitignore +0 -0
  14. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/.readthedocs.yaml +0 -0
  15. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/CONTRIBUTING.md +0 -0
  16. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/LICENSE +0 -0
  17. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/README.md +0 -0
  18. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/SECURITY.md +0 -0
  19. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/conftest.py +0 -0
  20. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/Makefile +0 -0
  21. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/_static/equinor-logo.png +0 -0
  22. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/_static/equinor-logo2.jpg +0 -0
  23. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/_static/equinor_logo.jpg +0 -0
  24. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/_static/equinor_logo_only.jpg +0 -0
  25. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/_templates/layout.html +0 -0
  26. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/api.rst +0 -0
  27. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/conf.py +0 -0
  28. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/index.rst +0 -0
  29. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/make.bat +0 -0
  30. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/docs/sumo-wrapper-python.rst +0 -0
  31. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/setup.cfg +0 -0
  32. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/__init__.py +0 -0
  33. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/__init__.py +0 -0
  34. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_auth_provider.py +0 -0
  35. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_blob_client.py +0 -0
  36. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_decorators.py +0 -0
  37. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_logging.py +0 -0
  38. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/config.py +0 -0
  39. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/login.py +0 -0
  40. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/SOURCES.txt +0 -0
  41. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/dependency_links.txt +0 -0
  42. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/entry_points.txt +0 -0
  43. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/top_level.txt +0 -0
  44. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/tests/test_sumo_thin_client.py +0 -0
  45. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/tests/testdata/case.yml +0 -0
  46. {sumo_wrapper_python-1.0.11 → sumo_wrapper_python-1.0.13}/tests/testdata/surface.yml +0 -0
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- python-version: ["3.8"]
12
+ python-version: ["3.9"]
13
13
  steps:
14
14
  - uses: actions/checkout@v4
15
15
  - name: Set up Python ${{ matrix.python-version }}
@@ -24,7 +24,7 @@ jobs:
24
24
  runs-on: ubuntu-latest
25
25
  strategy:
26
26
  matrix:
27
- python-version: ["3.8"]
27
+ python-version: ["3.9"]
28
28
  steps:
29
29
  - uses: actions/checkout@v4
30
30
  - name: Set up Python ${{ matrix.python-version }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sumo-wrapper-python
3
- Version: 1.0.11
3
+ Version: 1.0.13
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"
@@ -33,7 +33,7 @@ dependencies = [
33
33
  [project.optional-dependencies]
34
34
  test = ["pytest", "PyYAML"]
35
35
  docs = [
36
- "sphinx",
36
+ "sphinx==7.1.2",
37
37
  "sphinx-rtd-theme",
38
38
  "autoapi",
39
39
  "sphinx-autodoc-typehints",
@@ -19,7 +19,12 @@ def _log_retry_info(retry_state):
19
19
  def _is_retryable_exception(exception):
20
20
  return isinstance(
21
21
  exception,
22
- (httpx.TimeoutException, httpx.NetworkError, httpx.ProxyError),
22
+ (
23
+ httpx.TimeoutException,
24
+ httpx.NetworkError,
25
+ httpx.ProtocolError,
26
+ httpx.ProxyError,
27
+ ),
23
28
  )
24
29
 
25
30
 
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.0.11'
16
- __version_tuple__ = version_tuple = (1, 0, 11)
15
+ __version__ = version = '1.0.13'
16
+ __version_tuple__ = version_tuple = (1, 0, 13)
@@ -383,8 +383,10 @@ class SumoClient:
383
383
  """
384
384
 
385
385
  logger = logging.getLogger(name)
386
- handler = LogHandlerSumo(self)
387
- logger.addHandler(handler)
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sumo-wrapper-python
3
- Version: 1.0.11
3
+ Version: 1.0.13
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"
@@ -6,7 +6,7 @@ tenacity!=8.4.0,>=8.2.2
6
6
  azure-identity>=1.13.0
7
7
 
8
8
  [docs]
9
- sphinx
9
+ sphinx==7.1.2
10
10
  sphinx-rtd-theme
11
11
  autoapi
12
12
  sphinx-autodoc-typehints