dkist-processing-ops 1.10.16__tar.gz → 1.10.17__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.16 → dkist_processing_ops-1.10.17}/PKG-INFO +14 -15
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops.egg-info/PKG-INFO +14 -15
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops.egg-info/requires.txt +13 -14
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/pyproject.toml +15 -16
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/.gitignore +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/.snyk +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/README.rst +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/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.17
|
|
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.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.2.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -46,12 +46,11 @@ Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
|
46
46
|
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
47
47
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
49
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
49
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.36.0; extra == "frozen"
|
|
50
50
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
51
51
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
52
|
+
Requires-Dist: apache-airflow-providers-standard==1.13.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
55
54
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
55
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
57
56
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -62,7 +61,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
62
61
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
63
62
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
64
63
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
65
|
-
Requires-Dist: astropy-iers-data==0.2026.5.
|
|
64
|
+
Requires-Dist: astropy-iers-data==0.2026.5.11.1.8.52; extra == "frozen"
|
|
66
65
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
67
66
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
68
67
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -94,9 +93,9 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
|
94
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
95
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
96
95
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: dkist-processing-common==14.
|
|
96
|
+
Requires-Dist: dkist-processing-common==14.2.0; extra == "frozen"
|
|
98
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.17; extra == "frozen"
|
|
100
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
101
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
102
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -123,7 +122,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
123
122
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
125
124
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: idna==3.
|
|
125
|
+
Requires-Dist: idna==3.14; extra == "frozen"
|
|
127
126
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
128
127
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
129
128
|
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
@@ -157,7 +156,7 @@ Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
|
157
156
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
158
157
|
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
159
158
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
160
|
-
Requires-Dist: matplotlib-inline==0.2.
|
|
159
|
+
Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
161
160
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
162
161
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
163
162
|
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
@@ -200,7 +199,7 @@ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
|
200
199
|
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
201
200
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
202
201
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
203
|
-
Requires-Dist: pandas==3.0.
|
|
202
|
+
Requires-Dist: pandas==3.0.3; extra == "frozen"
|
|
204
203
|
Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
|
|
205
204
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
206
205
|
Requires-Dist: parso==0.8.7; extra == "frozen"
|
|
@@ -217,7 +216,7 @@ Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
|
217
216
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
218
217
|
Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
|
|
219
218
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
220
|
-
Requires-Dist: propcache==0.
|
|
219
|
+
Requires-Dist: propcache==0.5.2; extra == "frozen"
|
|
221
220
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
222
221
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
223
222
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
@@ -235,19 +234,19 @@ Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
|
235
234
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
236
235
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
237
236
|
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
238
|
-
Requires-Dist: python-multipart==0.0.
|
|
237
|
+
Requires-Dist: python-multipart==0.0.28; extra == "frozen"
|
|
239
238
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
240
239
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
241
240
|
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
242
241
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
243
242
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
244
|
-
Requires-Dist: requests==2.
|
|
243
|
+
Requires-Dist: requests==2.34.0; extra == "frozen"
|
|
245
244
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
246
245
|
Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
247
246
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
248
247
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
249
248
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
250
|
-
Requires-Dist: rich-toolkit==0.19.
|
|
249
|
+
Requires-Dist: rich-toolkit==0.19.8; extra == "frozen"
|
|
251
250
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
252
251
|
Requires-Dist: s3transfer==0.17.0; extra == "frozen"
|
|
253
252
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/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.17'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 17)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gd131dc228'
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.17
|
|
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.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.2.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -46,12 +46,11 @@ Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
|
46
46
|
Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
|
|
47
47
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
49
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
49
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.36.0; extra == "frozen"
|
|
50
50
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
51
51
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
52
|
+
Requires-Dist: apache-airflow-providers-standard==1.13.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
55
54
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
55
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
57
56
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -62,7 +61,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
62
61
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
63
62
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
64
63
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
65
|
-
Requires-Dist: astropy-iers-data==0.2026.5.
|
|
64
|
+
Requires-Dist: astropy-iers-data==0.2026.5.11.1.8.52; extra == "frozen"
|
|
66
65
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
67
66
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
68
67
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -94,9 +93,9 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
|
94
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
95
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
96
95
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: dkist-processing-common==14.
|
|
96
|
+
Requires-Dist: dkist-processing-common==14.2.0; extra == "frozen"
|
|
98
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.17; extra == "frozen"
|
|
100
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
101
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
102
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -123,7 +122,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
123
122
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
125
124
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: idna==3.
|
|
125
|
+
Requires-Dist: idna==3.14; extra == "frozen"
|
|
127
126
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
128
127
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
129
128
|
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
@@ -157,7 +156,7 @@ Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
|
157
156
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
158
157
|
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
159
158
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
160
|
-
Requires-Dist: matplotlib-inline==0.2.
|
|
159
|
+
Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
161
160
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
162
161
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
163
162
|
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
@@ -200,7 +199,7 @@ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
|
200
199
|
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
201
200
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
202
201
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
203
|
-
Requires-Dist: pandas==3.0.
|
|
202
|
+
Requires-Dist: pandas==3.0.3; extra == "frozen"
|
|
204
203
|
Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
|
|
205
204
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
206
205
|
Requires-Dist: parso==0.8.7; extra == "frozen"
|
|
@@ -217,7 +216,7 @@ Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
|
217
216
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
218
217
|
Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
|
|
219
218
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
220
|
-
Requires-Dist: propcache==0.
|
|
219
|
+
Requires-Dist: propcache==0.5.2; extra == "frozen"
|
|
221
220
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
222
221
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
223
222
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
@@ -235,19 +234,19 @@ Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
|
235
234
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
236
235
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
237
236
|
Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
|
|
238
|
-
Requires-Dist: python-multipart==0.0.
|
|
237
|
+
Requires-Dist: python-multipart==0.0.28; extra == "frozen"
|
|
239
238
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
240
239
|
Requires-Dist: pytz==2026.2; extra == "frozen"
|
|
241
240
|
Requires-Dist: pyzmq==27.1.0; extra == "frozen"
|
|
242
241
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
243
242
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
244
|
-
Requires-Dist: requests==2.
|
|
243
|
+
Requires-Dist: requests==2.34.0; extra == "frozen"
|
|
245
244
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
246
245
|
Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
247
246
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
248
247
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
249
248
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
250
|
-
Requires-Dist: rich-toolkit==0.19.
|
|
249
|
+
Requires-Dist: rich-toolkit==0.19.8; extra == "frozen"
|
|
251
250
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
252
251
|
Requires-Dist: s3transfer==0.17.0; extra == "frozen"
|
|
253
252
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.
|
|
1
|
+
dkist-processing-common==14.2.0
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -30,12 +30,11 @@ apache-airflow-core==3.2.1
|
|
|
30
30
|
apache-airflow-providers-celery==3.19.0
|
|
31
31
|
apache-airflow-providers-common-compat==1.14.3
|
|
32
32
|
apache-airflow-providers-common-io==1.7.2
|
|
33
|
-
apache-airflow-providers-common-sql==1.
|
|
33
|
+
apache-airflow-providers-common-sql==1.36.0
|
|
34
34
|
apache-airflow-providers-postgres==6.6.3
|
|
35
35
|
apache-airflow-providers-smtp==3.0.0
|
|
36
|
-
apache-airflow-providers-standard==1.
|
|
36
|
+
apache-airflow-providers-standard==1.13.0
|
|
37
37
|
apache-airflow-task-sdk==1.2.1
|
|
38
|
-
appnope==0.1.4
|
|
39
38
|
argcomplete==3.6.3
|
|
40
39
|
argon2-cffi==25.1.0
|
|
41
40
|
argon2-cffi-bindings==25.1.0
|
|
@@ -46,7 +45,7 @@ asdf_transform_schemas==0.6.0
|
|
|
46
45
|
asgiref==3.11.1
|
|
47
46
|
asteval==1.0.8
|
|
48
47
|
astropy==7.2.0
|
|
49
|
-
astropy-iers-data==0.2026.5.
|
|
48
|
+
astropy-iers-data==0.2026.5.11.1.8.52
|
|
50
49
|
asttokens==3.0.1
|
|
51
50
|
async-lru==2.3.0
|
|
52
51
|
asyncpg==0.31.0
|
|
@@ -78,9 +77,9 @@ decorator==5.2.1
|
|
|
78
77
|
defusedxml==0.7.1
|
|
79
78
|
dill==0.4.1
|
|
80
79
|
dkist-header-validator==5.4.0
|
|
81
|
-
dkist-processing-common==14.
|
|
80
|
+
dkist-processing-common==14.2.0
|
|
82
81
|
dkist-processing-core==7.3.0
|
|
83
|
-
dkist-processing-ops==1.10.
|
|
82
|
+
dkist-processing-ops==1.10.17
|
|
84
83
|
dkist-processing-pac==3.1.2
|
|
85
84
|
dkist-service-configuration==4.3.0
|
|
86
85
|
dkist-spectral-lines==3.0.1
|
|
@@ -107,7 +106,7 @@ httpcore==1.0.9
|
|
|
107
106
|
httptools==0.7.1
|
|
108
107
|
httpx==0.28.1
|
|
109
108
|
humanize==4.15.0
|
|
110
|
-
idna==3.
|
|
109
|
+
idna==3.14
|
|
111
110
|
imageio-ffmpeg==0.6.0
|
|
112
111
|
importlib_metadata==8.7.1
|
|
113
112
|
ipykernel==7.2.0
|
|
@@ -141,7 +140,7 @@ lockfile==0.12.2
|
|
|
141
140
|
loguru==0.7.3
|
|
142
141
|
markdown-it-py==4.2.0
|
|
143
142
|
matplotlib==3.10.9
|
|
144
|
-
matplotlib-inline==0.2.
|
|
143
|
+
matplotlib-inline==0.2.2
|
|
145
144
|
mdurl==0.1.2
|
|
146
145
|
methodtools==0.4.7
|
|
147
146
|
mistune==3.2.1
|
|
@@ -184,7 +183,7 @@ opentelemetry-semantic-conventions==0.62b1
|
|
|
184
183
|
opentelemetry-util-http==0.62b1
|
|
185
184
|
outcome==1.3.0.post0
|
|
186
185
|
packaging==26.2
|
|
187
|
-
pandas==3.0.
|
|
186
|
+
pandas==3.0.3
|
|
188
187
|
pandocfilters==1.5.1
|
|
189
188
|
parfive==2.3.1
|
|
190
189
|
parso==0.8.7
|
|
@@ -201,7 +200,7 @@ pooch==1.9.0
|
|
|
201
200
|
proglog==0.1.12
|
|
202
201
|
prometheus_client==0.25.0
|
|
203
202
|
prompt_toolkit==3.0.52
|
|
204
|
-
propcache==0.
|
|
203
|
+
propcache==0.5.2
|
|
205
204
|
protobuf==6.33.6
|
|
206
205
|
psutil==7.2.2
|
|
207
206
|
psycopg2-binary==2.9.12
|
|
@@ -219,19 +218,19 @@ python-daemon==3.1.2
|
|
|
219
218
|
python-dateutil==2.9.0.post0
|
|
220
219
|
python-dotenv==1.2.2
|
|
221
220
|
python-json-logger==4.1.0
|
|
222
|
-
python-multipart==0.0.
|
|
221
|
+
python-multipart==0.0.28
|
|
223
222
|
python-slugify==8.0.4
|
|
224
223
|
pytz==2026.2
|
|
225
224
|
pyzmq==27.1.0
|
|
226
225
|
redis==6.4.0
|
|
227
226
|
referencing==0.37.0
|
|
228
|
-
requests==2.
|
|
227
|
+
requests==2.34.0
|
|
229
228
|
rfc3339-validator==0.1.4
|
|
230
229
|
rfc3986-validator==0.1.1
|
|
231
230
|
rfc3987-syntax==1.1.0
|
|
232
231
|
rich==15.0.0
|
|
233
232
|
rich-argparse==1.8.0
|
|
234
|
-
rich-toolkit==0.19.
|
|
233
|
+
rich-toolkit==0.19.8
|
|
235
234
|
rpds-py==0.30.0
|
|
236
235
|
s3transfer==0.17.0
|
|
237
236
|
scipy==1.17.1
|
|
@@ -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-05-
|
|
9
|
+
version = "1.10.17"
|
|
10
|
+
date = 2026-05-12T14:27:45.760855
|
|
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==14.
|
|
28
|
+
"dkist-processing-common==14.2.0",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -67,12 +67,11 @@ frozen = [
|
|
|
67
67
|
"apache-airflow-providers-celery == 3.19.0",
|
|
68
68
|
"apache-airflow-providers-common-compat == 1.14.3",
|
|
69
69
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
70
|
-
"apache-airflow-providers-common-sql == 1.
|
|
70
|
+
"apache-airflow-providers-common-sql == 1.36.0",
|
|
71
71
|
"apache-airflow-providers-postgres == 6.6.3",
|
|
72
72
|
"apache-airflow-providers-smtp == 3.0.0",
|
|
73
|
-
"apache-airflow-providers-standard == 1.
|
|
73
|
+
"apache-airflow-providers-standard == 1.13.0",
|
|
74
74
|
"apache-airflow-task-sdk == 1.2.1",
|
|
75
|
-
"appnope == 0.1.4",
|
|
76
75
|
"argcomplete == 3.6.3",
|
|
77
76
|
"argon2-cffi == 25.1.0",
|
|
78
77
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -83,7 +82,7 @@ frozen = [
|
|
|
83
82
|
"asgiref == 3.11.1",
|
|
84
83
|
"asteval == 1.0.8",
|
|
85
84
|
"astropy == 7.2.0",
|
|
86
|
-
"astropy-iers-data == 0.2026.5.
|
|
85
|
+
"astropy-iers-data == 0.2026.5.11.1.8.52",
|
|
87
86
|
"asttokens == 3.0.1",
|
|
88
87
|
"async-lru == 2.3.0",
|
|
89
88
|
"asyncpg == 0.31.0",
|
|
@@ -115,9 +114,9 @@ frozen = [
|
|
|
115
114
|
"defusedxml == 0.7.1",
|
|
116
115
|
"dill == 0.4.1",
|
|
117
116
|
"dkist-header-validator == 5.4.0",
|
|
118
|
-
"dkist-processing-common == 14.
|
|
117
|
+
"dkist-processing-common == 14.2.0",
|
|
119
118
|
"dkist-processing-core == 7.3.0",
|
|
120
|
-
"dkist-processing-ops == 1.10.
|
|
119
|
+
"dkist-processing-ops == 1.10.17",
|
|
121
120
|
"dkist-processing-pac == 3.1.2",
|
|
122
121
|
"dkist-service-configuration == 4.3.0",
|
|
123
122
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -144,7 +143,7 @@ frozen = [
|
|
|
144
143
|
"httptools == 0.7.1",
|
|
145
144
|
"httpx == 0.28.1",
|
|
146
145
|
"humanize == 4.15.0",
|
|
147
|
-
"idna == 3.
|
|
146
|
+
"idna == 3.14",
|
|
148
147
|
"imageio-ffmpeg == 0.6.0",
|
|
149
148
|
"importlib_metadata == 8.7.1",
|
|
150
149
|
"ipykernel == 7.2.0",
|
|
@@ -178,7 +177,7 @@ frozen = [
|
|
|
178
177
|
"loguru == 0.7.3",
|
|
179
178
|
"markdown-it-py == 4.2.0",
|
|
180
179
|
"matplotlib == 3.10.9",
|
|
181
|
-
"matplotlib-inline == 0.2.
|
|
180
|
+
"matplotlib-inline == 0.2.2",
|
|
182
181
|
"mdurl == 0.1.2",
|
|
183
182
|
"methodtools == 0.4.7",
|
|
184
183
|
"mistune == 3.2.1",
|
|
@@ -221,7 +220,7 @@ frozen = [
|
|
|
221
220
|
"opentelemetry-util-http == 0.62b1",
|
|
222
221
|
"outcome == 1.3.0.post0",
|
|
223
222
|
"packaging == 26.2",
|
|
224
|
-
"pandas == 3.0.
|
|
223
|
+
"pandas == 3.0.3",
|
|
225
224
|
"pandocfilters == 1.5.1",
|
|
226
225
|
"parfive == 2.3.1",
|
|
227
226
|
"parso == 0.8.7",
|
|
@@ -238,7 +237,7 @@ frozen = [
|
|
|
238
237
|
"proglog == 0.1.12",
|
|
239
238
|
"prometheus_client == 0.25.0",
|
|
240
239
|
"prompt_toolkit == 3.0.52",
|
|
241
|
-
"propcache == 0.
|
|
240
|
+
"propcache == 0.5.2",
|
|
242
241
|
"protobuf == 6.33.6",
|
|
243
242
|
"psutil == 7.2.2",
|
|
244
243
|
"psycopg2-binary == 2.9.12",
|
|
@@ -256,19 +255,19 @@ frozen = [
|
|
|
256
255
|
"python-dateutil == 2.9.0.post0",
|
|
257
256
|
"python-dotenv == 1.2.2",
|
|
258
257
|
"python-json-logger == 4.1.0",
|
|
259
|
-
"python-multipart == 0.0.
|
|
258
|
+
"python-multipart == 0.0.28",
|
|
260
259
|
"python-slugify == 8.0.4",
|
|
261
260
|
"pytz == 2026.2",
|
|
262
261
|
"pyzmq == 27.1.0",
|
|
263
262
|
"redis == 6.4.0",
|
|
264
263
|
"referencing == 0.37.0",
|
|
265
|
-
"requests == 2.
|
|
264
|
+
"requests == 2.34.0",
|
|
266
265
|
"rfc3339-validator == 0.1.4",
|
|
267
266
|
"rfc3986-validator == 0.1.1",
|
|
268
267
|
"rfc3987-syntax == 1.1.0",
|
|
269
268
|
"rich == 15.0.0",
|
|
270
269
|
"rich-argparse == 1.8.0",
|
|
271
|
-
"rich-toolkit == 0.19.
|
|
270
|
+
"rich-toolkit == 0.19.8",
|
|
272
271
|
"rpds-py == 0.30.0",
|
|
273
272
|
"s3transfer == 0.17.0",
|
|
274
273
|
"scipy == 1.17.1",
|
|
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.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.16 → dkist_processing_ops-1.10.17}/dkist_processing_ops/tests/__init__.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
|