dkist-processing-ops 1.6.49__tar.gz → 1.6.51__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 dkist-processing-ops might be problematic. Click here for more details.
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/PKG-INFO +17 -16
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops.egg-info/PKG-INFO +17 -16
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops.egg-info/requires.txt +16 -15
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/pyproject.toml +18 -17
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/.gitignore +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/.snyk +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/README.rst +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.51
|
|
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.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.9.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -43,7 +43,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
44
44
|
Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: aiohttp==3.12.
|
|
46
|
+
Requires-Dist: aiohttp==3.12.7; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
@@ -69,16 +69,16 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
69
69
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
71
71
|
Requires-Dist: astropy==7.1.0; extra == "frozen"
|
|
72
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.6.2.0.38.23; extra == "frozen"
|
|
73
73
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.38.
|
|
79
|
-
Requires-Dist: botocore==1.38.
|
|
78
|
+
Requires-Dist: boto3==1.38.28; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.38.28; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
|
-
Requires-Dist: celery==5.5.
|
|
81
|
+
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
83
83
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
@@ -99,13 +99,13 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==10.
|
|
102
|
+
Requires-Dist: dkist-processing-common==10.9.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.51; extra == "frozen"
|
|
105
105
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
108
|
+
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
@@ -119,7 +119,8 @@ Requires-Dist: globus-sdk==3.56.1; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
120
120
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist:
|
|
122
|
+
Requires-Dist: greenlet==3.2.2; extra == "frozen"
|
|
123
|
+
Requires-Dist: grpcio==1.72.1; extra == "frozen"
|
|
123
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
125
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
125
126
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -136,7 +137,7 @@ Requires-Dist: jsonschema==4.24.0; extra == "frozen"
|
|
|
136
137
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
137
138
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
138
139
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
139
|
-
Requires-Dist: kombu==5.5.
|
|
140
|
+
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
140
141
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
141
142
|
Requires-Dist: limits==5.2.0; extra == "frozen"
|
|
142
143
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -178,10 +179,10 @@ Requires-Dist: platformdirs==4.3.8; extra == "frozen"
|
|
|
178
179
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
179
180
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
180
181
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
181
|
-
Requires-Dist: prometheus_client==0.22.
|
|
182
|
+
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
182
183
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
183
184
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: protobuf==5.29.
|
|
185
|
+
Requires-Dist: protobuf==5.29.5; extra == "frozen"
|
|
185
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
186
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
187
188
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
@@ -210,7 +211,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
210
211
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
211
212
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
212
213
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
213
|
-
Requires-Dist: setuptools==
|
|
214
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
214
215
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
215
216
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
216
217
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -225,7 +226,7 @@ Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
|
225
226
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
226
227
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
228
|
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
228
|
-
Requires-Dist: typing_extensions==4.
|
|
229
|
+
Requires-Dist: typing_extensions==4.14.0; extra == "frozen"
|
|
229
230
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
230
231
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
231
232
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/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.6.
|
|
3
|
+
Version: 1.6.51
|
|
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.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.9.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -43,7 +43,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
44
44
|
Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: aiohttp==3.12.
|
|
46
|
+
Requires-Dist: aiohttp==3.12.7; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
@@ -69,16 +69,16 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
69
69
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
71
71
|
Requires-Dist: astropy==7.1.0; extra == "frozen"
|
|
72
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.6.2.0.38.23; extra == "frozen"
|
|
73
73
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.38.
|
|
79
|
-
Requires-Dist: botocore==1.38.
|
|
78
|
+
Requires-Dist: boto3==1.38.28; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.38.28; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
|
-
Requires-Dist: celery==5.5.
|
|
81
|
+
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
83
83
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
@@ -99,13 +99,13 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==10.
|
|
102
|
+
Requires-Dist: dkist-processing-common==10.9.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.51; extra == "frozen"
|
|
105
105
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
108
|
+
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
@@ -119,7 +119,8 @@ Requires-Dist: globus-sdk==3.56.1; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
120
120
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist:
|
|
122
|
+
Requires-Dist: greenlet==3.2.2; extra == "frozen"
|
|
123
|
+
Requires-Dist: grpcio==1.72.1; extra == "frozen"
|
|
123
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
125
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
125
126
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -136,7 +137,7 @@ Requires-Dist: jsonschema==4.24.0; extra == "frozen"
|
|
|
136
137
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
137
138
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
138
139
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
139
|
-
Requires-Dist: kombu==5.5.
|
|
140
|
+
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
140
141
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
141
142
|
Requires-Dist: limits==5.2.0; extra == "frozen"
|
|
142
143
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -178,10 +179,10 @@ Requires-Dist: platformdirs==4.3.8; extra == "frozen"
|
|
|
178
179
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
179
180
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
180
181
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
181
|
-
Requires-Dist: prometheus_client==0.22.
|
|
182
|
+
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
182
183
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
183
184
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: protobuf==5.29.
|
|
185
|
+
Requires-Dist: protobuf==5.29.5; extra == "frozen"
|
|
185
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
186
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
187
188
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
@@ -210,7 +211,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
210
211
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
211
212
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
212
213
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
213
|
-
Requires-Dist: setuptools==
|
|
214
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
214
215
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
215
216
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
216
217
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -225,7 +226,7 @@ Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
|
225
226
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
226
227
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
228
|
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
228
|
-
Requires-Dist: typing_extensions==4.
|
|
229
|
+
Requires-Dist: typing_extensions==4.14.0; extra == "frozen"
|
|
229
230
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
230
231
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
231
232
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.
|
|
1
|
+
dkist-processing-common==10.9.0
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -27,7 +27,7 @@ WTForms==3.2.1
|
|
|
27
27
|
Werkzeug==2.2.3
|
|
28
28
|
aioftp==0.25.1
|
|
29
29
|
aiohappyeyeballs==2.6.1
|
|
30
|
-
aiohttp==3.12.
|
|
30
|
+
aiohttp==3.12.7
|
|
31
31
|
aiosignal==1.3.2
|
|
32
32
|
alembic==1.16.1
|
|
33
33
|
amqp==5.3.1
|
|
@@ -53,16 +53,16 @@ asdf_transform_schemas==0.6.0
|
|
|
53
53
|
asgiref==3.8.1
|
|
54
54
|
asteval==1.0.6
|
|
55
55
|
astropy==7.1.0
|
|
56
|
-
astropy-iers-data==0.2025.
|
|
56
|
+
astropy-iers-data==0.2025.6.2.0.38.23
|
|
57
57
|
asyncpg==0.30.0
|
|
58
58
|
attrs==25.3.0
|
|
59
59
|
babel==2.17.0
|
|
60
60
|
billiard==4.2.1
|
|
61
61
|
blinker==1.9.0
|
|
62
|
-
boto3==1.38.
|
|
63
|
-
botocore==1.38.
|
|
62
|
+
boto3==1.38.28
|
|
63
|
+
botocore==1.38.28
|
|
64
64
|
cachelib==0.13.0
|
|
65
|
-
celery==5.5.
|
|
65
|
+
celery==5.5.3
|
|
66
66
|
certifi==2025.4.26
|
|
67
67
|
cffi==1.17.1
|
|
68
68
|
charset-normalizer==3.4.2
|
|
@@ -83,13 +83,13 @@ dacite==1.9.2
|
|
|
83
83
|
decorator==5.2.1
|
|
84
84
|
dill==0.4.0
|
|
85
85
|
dkist-header-validator==5.2.1
|
|
86
|
-
dkist-processing-common==10.
|
|
86
|
+
dkist-processing-common==10.9.0
|
|
87
87
|
dkist-processing-core==5.1.1
|
|
88
|
-
dkist-processing-ops==1.6.
|
|
88
|
+
dkist-processing-ops==1.6.51
|
|
89
89
|
dkist-processing-pac==3.1.1
|
|
90
90
|
dkist-service-configuration==2.3.0
|
|
91
91
|
dkist-spectral-lines==3.0.0
|
|
92
|
-
dkist_fits_specifications==4.
|
|
92
|
+
dkist_fits_specifications==4.17.0
|
|
93
93
|
dnspython==2.7.0
|
|
94
94
|
ecs-logging==2.2.0
|
|
95
95
|
elastic-apm==6.23.0
|
|
@@ -103,7 +103,8 @@ globus-sdk==3.56.1
|
|
|
103
103
|
google-re2==1.1.20240702
|
|
104
104
|
googleapis-common-protos==1.70.0
|
|
105
105
|
gqlclient==1.2.3
|
|
106
|
-
|
|
106
|
+
greenlet==3.2.2
|
|
107
|
+
grpcio==1.72.1
|
|
107
108
|
gunicorn==23.0.0
|
|
108
109
|
h11==0.16.0
|
|
109
110
|
httpcore==1.0.9
|
|
@@ -120,7 +121,7 @@ jsonschema==4.24.0
|
|
|
120
121
|
jsonschema-specifications==2025.4.1
|
|
121
122
|
jupyter_core==5.8.1
|
|
122
123
|
kiwisolver==1.4.8
|
|
123
|
-
kombu==5.5.
|
|
124
|
+
kombu==5.5.4
|
|
124
125
|
lazy-object-proxy==1.11.0
|
|
125
126
|
limits==5.2.0
|
|
126
127
|
linkify-it-py==2.0.3
|
|
@@ -162,10 +163,10 @@ platformdirs==4.3.8
|
|
|
162
163
|
pluggy==1.6.0
|
|
163
164
|
prison==0.2.1
|
|
164
165
|
proglog==0.1.12
|
|
165
|
-
prometheus_client==0.22.
|
|
166
|
+
prometheus_client==0.22.1
|
|
166
167
|
prompt_toolkit==3.0.51
|
|
167
168
|
propcache==0.3.1
|
|
168
|
-
protobuf==5.29.
|
|
169
|
+
protobuf==5.29.5
|
|
169
170
|
psutil==7.0.0
|
|
170
171
|
psycopg2-binary==2.9.10
|
|
171
172
|
py==1.11.0
|
|
@@ -194,7 +195,7 @@ s3transfer==0.13.0
|
|
|
194
195
|
scipy==1.15.3
|
|
195
196
|
semantic-version==2.10.0
|
|
196
197
|
setproctitle==1.3.6
|
|
197
|
-
setuptools==
|
|
198
|
+
setuptools==65.5.0
|
|
198
199
|
six==1.17.0
|
|
199
200
|
sniffio==1.3.1
|
|
200
201
|
sqids==0.5.1
|
|
@@ -209,7 +210,7 @@ tornado==6.5.1
|
|
|
209
210
|
tqdm==4.67.1
|
|
210
211
|
traitlets==5.14.3
|
|
211
212
|
typing-inspection==0.4.1
|
|
212
|
-
typing_extensions==4.
|
|
213
|
+
typing_extensions==4.14.0
|
|
213
214
|
tzdata==2025.2
|
|
214
215
|
uc-micro-py==1.0.3
|
|
215
216
|
uncertainties==3.2.3
|
|
@@ -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.6.
|
|
10
|
-
date = 2025-
|
|
9
|
+
version = "1.6.51"
|
|
10
|
+
date = 2025-06-02T22:54:08.844745
|
|
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==10.
|
|
28
|
+
"dkist-processing-common==10.9.0",
|
|
29
29
|
"dkist-service-configuration==2.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -64,7 +64,7 @@ frozen = [
|
|
|
64
64
|
"Werkzeug == 2.2.3",
|
|
65
65
|
"aioftp == 0.25.1",
|
|
66
66
|
"aiohappyeyeballs == 2.6.1",
|
|
67
|
-
"aiohttp == 3.12.
|
|
67
|
+
"aiohttp == 3.12.7",
|
|
68
68
|
"aiosignal == 1.3.2",
|
|
69
69
|
"alembic == 1.16.1",
|
|
70
70
|
"amqp == 5.3.1",
|
|
@@ -90,16 +90,16 @@ frozen = [
|
|
|
90
90
|
"asgiref == 3.8.1",
|
|
91
91
|
"asteval == 1.0.6",
|
|
92
92
|
"astropy == 7.1.0",
|
|
93
|
-
"astropy-iers-data == 0.2025.
|
|
93
|
+
"astropy-iers-data == 0.2025.6.2.0.38.23",
|
|
94
94
|
"asyncpg == 0.30.0",
|
|
95
95
|
"attrs == 25.3.0",
|
|
96
96
|
"babel == 2.17.0",
|
|
97
97
|
"billiard == 4.2.1",
|
|
98
98
|
"blinker == 1.9.0",
|
|
99
|
-
"boto3 == 1.38.
|
|
100
|
-
"botocore == 1.38.
|
|
99
|
+
"boto3 == 1.38.28",
|
|
100
|
+
"botocore == 1.38.28",
|
|
101
101
|
"cachelib == 0.13.0",
|
|
102
|
-
"celery == 5.5.
|
|
102
|
+
"celery == 5.5.3",
|
|
103
103
|
"certifi == 2025.4.26",
|
|
104
104
|
"cffi == 1.17.1",
|
|
105
105
|
"charset-normalizer == 3.4.2",
|
|
@@ -120,13 +120,13 @@ frozen = [
|
|
|
120
120
|
"decorator == 5.2.1",
|
|
121
121
|
"dill == 0.4.0",
|
|
122
122
|
"dkist-header-validator == 5.2.1",
|
|
123
|
-
"dkist-processing-common == 10.
|
|
123
|
+
"dkist-processing-common == 10.9.0",
|
|
124
124
|
"dkist-processing-core == 5.1.1",
|
|
125
|
-
"dkist-processing-ops == 1.6.
|
|
125
|
+
"dkist-processing-ops == 1.6.51",
|
|
126
126
|
"dkist-processing-pac == 3.1.1",
|
|
127
127
|
"dkist-service-configuration == 2.3.0",
|
|
128
128
|
"dkist-spectral-lines == 3.0.0",
|
|
129
|
-
"dkist_fits_specifications == 4.
|
|
129
|
+
"dkist_fits_specifications == 4.17.0",
|
|
130
130
|
"dnspython == 2.7.0",
|
|
131
131
|
"ecs-logging == 2.2.0",
|
|
132
132
|
"elastic-apm == 6.23.0",
|
|
@@ -140,7 +140,8 @@ frozen = [
|
|
|
140
140
|
"google-re2 == 1.1.20240702",
|
|
141
141
|
"googleapis-common-protos == 1.70.0",
|
|
142
142
|
"gqlclient == 1.2.3",
|
|
143
|
-
"
|
|
143
|
+
"greenlet == 3.2.2",
|
|
144
|
+
"grpcio == 1.72.1",
|
|
144
145
|
"gunicorn == 23.0.0",
|
|
145
146
|
"h11 == 0.16.0",
|
|
146
147
|
"httpcore == 1.0.9",
|
|
@@ -157,7 +158,7 @@ frozen = [
|
|
|
157
158
|
"jsonschema-specifications == 2025.4.1",
|
|
158
159
|
"jupyter_core == 5.8.1",
|
|
159
160
|
"kiwisolver == 1.4.8",
|
|
160
|
-
"kombu == 5.5.
|
|
161
|
+
"kombu == 5.5.4",
|
|
161
162
|
"lazy-object-proxy == 1.11.0",
|
|
162
163
|
"limits == 5.2.0",
|
|
163
164
|
"linkify-it-py == 2.0.3",
|
|
@@ -199,10 +200,10 @@ frozen = [
|
|
|
199
200
|
"pluggy == 1.6.0",
|
|
200
201
|
"prison == 0.2.1",
|
|
201
202
|
"proglog == 0.1.12",
|
|
202
|
-
"prometheus_client == 0.22.
|
|
203
|
+
"prometheus_client == 0.22.1",
|
|
203
204
|
"prompt_toolkit == 3.0.51",
|
|
204
205
|
"propcache == 0.3.1",
|
|
205
|
-
"protobuf == 5.29.
|
|
206
|
+
"protobuf == 5.29.5",
|
|
206
207
|
"psutil == 7.0.0",
|
|
207
208
|
"psycopg2-binary == 2.9.10",
|
|
208
209
|
"py == 1.11.0",
|
|
@@ -231,7 +232,7 @@ frozen = [
|
|
|
231
232
|
"scipy == 1.15.3",
|
|
232
233
|
"semantic-version == 2.10.0",
|
|
233
234
|
"setproctitle == 1.3.6",
|
|
234
|
-
"setuptools ==
|
|
235
|
+
"setuptools == 65.5.0",
|
|
235
236
|
"six == 1.17.0",
|
|
236
237
|
"sniffio == 1.3.1",
|
|
237
238
|
"sqids == 0.5.1",
|
|
@@ -246,7 +247,7 @@ frozen = [
|
|
|
246
247
|
"tqdm == 4.67.1",
|
|
247
248
|
"traitlets == 5.14.3",
|
|
248
249
|
"typing-inspection == 0.4.1",
|
|
249
|
-
"typing_extensions == 4.
|
|
250
|
+
"typing_extensions == 4.14.0",
|
|
250
251
|
"tzdata == 2025.2",
|
|
251
252
|
"uc-micro-py == 1.0.3",
|
|
252
253
|
"uncertainties == 3.2.3",
|
|
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.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.51}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|