sumo-wrapper-python 1.0.12__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.
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.github/workflows/linting.yml +2 -2
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/PKG-INFO +1 -1
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_retry_strategy.py +6 -1
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_version.py +2 -2
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/PKG-INFO +1 -1
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.flake8 +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.github/workflows/build_docs.yaml +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.github/workflows/publish_release.yml +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.github/workflows/pytest.yml +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.gitignore +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.readthedocs.yaml +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/CONTRIBUTING.md +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/LICENSE +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/README.md +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/SECURITY.md +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/conftest.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/Makefile +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/_static/equinor-logo.png +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/_static/equinor-logo2.jpg +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/_static/equinor_logo.jpg +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/_static/equinor_logo_only.jpg +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/_templates/layout.html +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/api.rst +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/conf.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/index.rst +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/make.bat +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/docs/sumo-wrapper-python.rst +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/pyproject.toml +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/setup.cfg +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/__init__.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/__init__.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_auth_provider.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_blob_client.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_decorators.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_logging.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/config.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/login.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/sumo_client.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/SOURCES.txt +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/dependency_links.txt +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/entry_points.txt +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/requires.txt +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo_wrapper_python.egg-info/top_level.txt +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/tests/test_sumo_thin_client.py +0 -0
- {sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/tests/testdata/case.yml +0 -0
- {sumo_wrapper_python-1.0.12 → 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.
|
|
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.
|
|
27
|
+
python-version: ["3.9"]
|
|
28
28
|
steps:
|
|
29
29
|
- uses: actions/checkout@v4
|
|
30
30
|
- name: Set up Python ${{ matrix.python-version }}
|
{sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_retry_strategy.py
RENAMED
|
@@ -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
|
-
(
|
|
22
|
+
(
|
|
23
|
+
httpx.TimeoutException,
|
|
24
|
+
httpx.NetworkError,
|
|
25
|
+
httpx.ProtocolError,
|
|
26
|
+
httpx.ProxyError,
|
|
27
|
+
),
|
|
23
28
|
)
|
|
24
29
|
|
|
25
30
|
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/.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.12 → sumo_wrapper_python-1.0.13}/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
|
{sumo_wrapper_python-1.0.12 → sumo_wrapper_python-1.0.13}/src/sumo/wrapper/_auth_provider.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
|
|
File without changes
|
|
File without changes
|