dkist-processing-ops 1.10.7rc2__tar.gz → 1.10.8__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.
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/PKG-INFO +7 -7
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops.egg-info/PKG-INFO +7 -7
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops.egg-info/requires.txt +6 -6
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/pyproject.toml +8 -8
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/.gitignore +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/.snyk +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/README.rst +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.8
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.0.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -84,9 +84,9 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
|
-
Requires-Dist: dkist-processing-common==
|
|
87
|
+
Requires-Dist: dkist-processing-common==14.0.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.8; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -111,7 +111,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
111
111
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
112
112
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
114
|
-
Requires-Dist: idna==3.
|
|
114
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
115
115
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -181,7 +181,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
181
181
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
182
182
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
183
183
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
184
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
184
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
185
185
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
186
186
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
187
187
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -234,7 +234,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
234
234
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
235
235
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
236
236
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: uvicorn==0.
|
|
237
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
{dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.10.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 10,
|
|
21
|
+
__version__ = version = '1.10.8'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 8)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g934800036'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.8
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.0.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -84,9 +84,9 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
|
-
Requires-Dist: dkist-processing-common==
|
|
87
|
+
Requires-Dist: dkist-processing-common==14.0.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.8; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -111,7 +111,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
111
111
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
112
112
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
114
|
-
Requires-Dist: idna==3.
|
|
114
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
115
115
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -181,7 +181,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
181
181
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
182
182
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
183
183
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
184
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
184
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
185
185
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
186
186
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
187
187
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -234,7 +234,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
234
234
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
235
235
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
236
236
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: uvicorn==0.
|
|
237
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==
|
|
1
|
+
dkist-processing-common==14.0.0
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -68,9 +68,9 @@ cycler==0.12.1
|
|
|
68
68
|
decorator==5.2.1
|
|
69
69
|
dill==0.4.1
|
|
70
70
|
dkist-header-validator==5.3.1
|
|
71
|
-
dkist-processing-common==
|
|
71
|
+
dkist-processing-common==14.0.0
|
|
72
72
|
dkist-processing-core==7.2.1
|
|
73
|
-
dkist-processing-ops==1.10.
|
|
73
|
+
dkist-processing-ops==1.10.8
|
|
74
74
|
dkist-processing-pac==3.1.1
|
|
75
75
|
dkist-service-configuration==4.3.0
|
|
76
76
|
dkist-spectral-lines==3.0.1
|
|
@@ -95,7 +95,7 @@ httpcore==1.0.9
|
|
|
95
95
|
httptools==0.7.1
|
|
96
96
|
httpx==0.28.1
|
|
97
97
|
humanize==4.15.0
|
|
98
|
-
idna==3.
|
|
98
|
+
idna==3.12
|
|
99
99
|
imageio-ffmpeg==0.6.0
|
|
100
100
|
importlib_metadata==8.7.1
|
|
101
101
|
itsdangerous==2.2.0
|
|
@@ -165,7 +165,7 @@ prompt_toolkit==3.0.52
|
|
|
165
165
|
propcache==0.4.1
|
|
166
166
|
protobuf==6.33.6
|
|
167
167
|
psutil==7.2.2
|
|
168
|
-
psycopg2-binary==2.9.
|
|
168
|
+
psycopg2-binary==2.9.12
|
|
169
169
|
pycparser==3.0
|
|
170
170
|
pydantic==2.13.3
|
|
171
171
|
pydantic-settings==2.14.0
|
|
@@ -218,7 +218,7 @@ uncertainties==3.2.3
|
|
|
218
218
|
universal_pathlib==0.2.6
|
|
219
219
|
urllib3==2.6.3
|
|
220
220
|
uuid6==2025.0.1
|
|
221
|
-
uvicorn==0.
|
|
221
|
+
uvicorn==0.45.0
|
|
222
222
|
uvloop==0.22.1
|
|
223
223
|
vine==5.1.0
|
|
224
224
|
voluptuous==0.16.0
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.10.
|
|
10
|
-
date = 2026-04-
|
|
9
|
+
version = "1.10.8"
|
|
10
|
+
date = 2026-04-21T14:46:00.603203
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==
|
|
28
|
+
"dkist-processing-common==14.0.0",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -105,9 +105,9 @@ frozen = [
|
|
|
105
105
|
"decorator == 5.2.1",
|
|
106
106
|
"dill == 0.4.1",
|
|
107
107
|
"dkist-header-validator == 5.3.1",
|
|
108
|
-
"dkist-processing-common ==
|
|
108
|
+
"dkist-processing-common == 14.0.0",
|
|
109
109
|
"dkist-processing-core == 7.2.1",
|
|
110
|
-
"dkist-processing-ops == 1.10.
|
|
110
|
+
"dkist-processing-ops == 1.10.8",
|
|
111
111
|
"dkist-processing-pac == 3.1.1",
|
|
112
112
|
"dkist-service-configuration == 4.3.0",
|
|
113
113
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -132,7 +132,7 @@ frozen = [
|
|
|
132
132
|
"httptools == 0.7.1",
|
|
133
133
|
"httpx == 0.28.1",
|
|
134
134
|
"humanize == 4.15.0",
|
|
135
|
-
"idna == 3.
|
|
135
|
+
"idna == 3.12",
|
|
136
136
|
"imageio-ffmpeg == 0.6.0",
|
|
137
137
|
"importlib_metadata == 8.7.1",
|
|
138
138
|
"itsdangerous == 2.2.0",
|
|
@@ -202,7 +202,7 @@ frozen = [
|
|
|
202
202
|
"propcache == 0.4.1",
|
|
203
203
|
"protobuf == 6.33.6",
|
|
204
204
|
"psutil == 7.2.2",
|
|
205
|
-
"psycopg2-binary == 2.9.
|
|
205
|
+
"psycopg2-binary == 2.9.12",
|
|
206
206
|
"pycparser == 3.0",
|
|
207
207
|
"pydantic == 2.13.3",
|
|
208
208
|
"pydantic-settings == 2.14.0",
|
|
@@ -255,7 +255,7 @@ frozen = [
|
|
|
255
255
|
"universal_pathlib == 0.2.6",
|
|
256
256
|
"urllib3 == 2.6.3",
|
|
257
257
|
"uuid6 == 2025.0.1",
|
|
258
|
-
"uvicorn == 0.
|
|
258
|
+
"uvicorn == 0.45.0",
|
|
259
259
|
"uvloop == 0.22.1",
|
|
260
260
|
"vine == 5.1.0",
|
|
261
261
|
"voluptuous == 0.16.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.7rc2 → dkist_processing_ops-1.10.8}/dkist_processing_ops/tasks/wait.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
|