dkist-processing-ops 1.6.52__tar.gz → 1.6.53__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.52 → dkist_processing_ops-1.6.53}/PKG-INFO +18 -17
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops.egg-info/PKG-INFO +18 -17
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops.egg-info/requires.txt +17 -16
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/pyproject.toml +19 -18
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/.gitignore +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/.snyk +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/README.rst +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/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.53
|
|
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==11.0
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.1.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -69,7 +69,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
69
69
|
Requires-Dist: asgiref==3.9.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.7.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.7.14.0.40.29; 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"
|
|
@@ -79,7 +79,7 @@ Requires-Dist: boto3==1.39.4; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: botocore==1.39.4; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
|
-
Requires-Dist: certifi==2025.7.
|
|
82
|
+
Requires-Dist: certifi==2025.7.14; extra == "frozen"
|
|
83
83
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
@@ -99,9 +99,9 @@ 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==11.0
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.1.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.53; 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"
|
|
@@ -114,11 +114,12 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: fonttools==4.58.5; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: fsspec==2025.
|
|
117
|
+
Requires-Dist: fsspec==2025.7.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: globus-sdk==3.60.0; 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: greenlet==3.2.3; extra == "frozen"
|
|
122
123
|
Requires-Dist: grpcio==1.73.1; extra == "frozen"
|
|
123
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
125
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -157,14 +158,14 @@ Requires-Dist: multidict==6.6.3; extra == "frozen"
|
|
|
157
158
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
159
|
Requires-Dist: numpy==2.3.1; extra == "frozen"
|
|
159
160
|
Requires-Dist: object-clerk==0.1.2; extra == "frozen"
|
|
160
|
-
Requires-Dist: opentelemetry-api==1.
|
|
161
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
162
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
165
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
166
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
167
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
161
|
+
Requires-Dist: opentelemetry-api==1.35.0; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.35.0; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.35.0; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.35.0; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.35.0; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-proto==1.35.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-sdk==1.35.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.56b0; extra == "frozen"
|
|
168
169
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
169
170
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
170
171
|
Requires-Dist: pandas==2.3.1; extra == "frozen"
|
|
@@ -182,7 +183,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
182
183
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
183
184
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
184
185
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
185
|
-
Requires-Dist: protobuf==
|
|
186
|
+
Requires-Dist: protobuf==6.31.1; extra == "frozen"
|
|
186
187
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
187
188
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
188
189
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
@@ -211,7 +212,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
211
212
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
212
213
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
213
214
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
214
|
-
Requires-Dist: setuptools==
|
|
215
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
215
216
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
216
217
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
217
218
|
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
{dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/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.53
|
|
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==11.0
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.1.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -69,7 +69,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
69
69
|
Requires-Dist: asgiref==3.9.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.7.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.7.14.0.40.29; 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"
|
|
@@ -79,7 +79,7 @@ Requires-Dist: boto3==1.39.4; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: botocore==1.39.4; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
|
-
Requires-Dist: certifi==2025.7.
|
|
82
|
+
Requires-Dist: certifi==2025.7.14; extra == "frozen"
|
|
83
83
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
@@ -99,9 +99,9 @@ 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==11.0
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.1.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.53; 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"
|
|
@@ -114,11 +114,12 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: fonttools==4.58.5; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: fsspec==2025.
|
|
117
|
+
Requires-Dist: fsspec==2025.7.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: globus-sdk==3.60.0; 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: greenlet==3.2.3; extra == "frozen"
|
|
122
123
|
Requires-Dist: grpcio==1.73.1; extra == "frozen"
|
|
123
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
125
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -157,14 +158,14 @@ Requires-Dist: multidict==6.6.3; extra == "frozen"
|
|
|
157
158
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
159
|
Requires-Dist: numpy==2.3.1; extra == "frozen"
|
|
159
160
|
Requires-Dist: object-clerk==0.1.2; extra == "frozen"
|
|
160
|
-
Requires-Dist: opentelemetry-api==1.
|
|
161
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
162
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
165
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
166
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
167
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
161
|
+
Requires-Dist: opentelemetry-api==1.35.0; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.35.0; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.35.0; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.35.0; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.35.0; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-proto==1.35.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-sdk==1.35.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.56b0; extra == "frozen"
|
|
168
169
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
169
170
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
170
171
|
Requires-Dist: pandas==2.3.1; extra == "frozen"
|
|
@@ -182,7 +183,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
182
183
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
183
184
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
184
185
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
185
|
-
Requires-Dist: protobuf==
|
|
186
|
+
Requires-Dist: protobuf==6.31.1; extra == "frozen"
|
|
186
187
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
187
188
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
188
189
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
@@ -211,7 +212,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
211
212
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
212
213
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
213
214
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
214
|
-
Requires-Dist: setuptools==
|
|
215
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
215
216
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
216
217
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
217
218
|
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.0
|
|
1
|
+
dkist-processing-common==11.1.0
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -53,7 +53,7 @@ asdf_transform_schemas==0.6.0
|
|
|
53
53
|
asgiref==3.9.1
|
|
54
54
|
asteval==1.0.6
|
|
55
55
|
astropy==7.1.0
|
|
56
|
-
astropy-iers-data==0.2025.7.
|
|
56
|
+
astropy-iers-data==0.2025.7.14.0.40.29
|
|
57
57
|
asyncpg==0.30.0
|
|
58
58
|
attrs==25.3.0
|
|
59
59
|
babel==2.17.0
|
|
@@ -63,7 +63,7 @@ boto3==1.39.4
|
|
|
63
63
|
botocore==1.39.4
|
|
64
64
|
cachelib==0.13.0
|
|
65
65
|
celery==5.5.3
|
|
66
|
-
certifi==2025.7.
|
|
66
|
+
certifi==2025.7.14
|
|
67
67
|
cffi==1.17.1
|
|
68
68
|
charset-normalizer==3.4.2
|
|
69
69
|
click==8.2.1
|
|
@@ -83,9 +83,9 @@ 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==11.0
|
|
86
|
+
dkist-processing-common==11.1.0
|
|
87
87
|
dkist-processing-core==5.1.1
|
|
88
|
-
dkist-processing-ops==1.6.
|
|
88
|
+
dkist-processing-ops==1.6.53
|
|
89
89
|
dkist-processing-pac==3.1.1
|
|
90
90
|
dkist-service-configuration==2.3.0
|
|
91
91
|
dkist-spectral-lines==3.0.0
|
|
@@ -98,11 +98,12 @@ fastjsonschema==2.21.1
|
|
|
98
98
|
flower==2.0.1
|
|
99
99
|
fonttools==4.58.5
|
|
100
100
|
frozenlist==1.7.0
|
|
101
|
-
fsspec==2025.
|
|
101
|
+
fsspec==2025.7.0
|
|
102
102
|
globus-sdk==3.60.0
|
|
103
103
|
google-re2==1.1.20240702
|
|
104
104
|
googleapis-common-protos==1.70.0
|
|
105
105
|
gqlclient==1.2.3
|
|
106
|
+
greenlet==3.2.3
|
|
106
107
|
grpcio==1.73.1
|
|
107
108
|
gunicorn==23.0.0
|
|
108
109
|
h11==0.16.0
|
|
@@ -141,14 +142,14 @@ multidict==6.6.3
|
|
|
141
142
|
nbformat==5.10.4
|
|
142
143
|
numpy==2.3.1
|
|
143
144
|
object-clerk==0.1.2
|
|
144
|
-
opentelemetry-api==1.
|
|
145
|
-
opentelemetry-exporter-otlp==1.
|
|
146
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
147
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
148
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
149
|
-
opentelemetry-proto==1.
|
|
150
|
-
opentelemetry-sdk==1.
|
|
151
|
-
opentelemetry-semantic-conventions==0.
|
|
145
|
+
opentelemetry-api==1.35.0
|
|
146
|
+
opentelemetry-exporter-otlp==1.35.0
|
|
147
|
+
opentelemetry-exporter-otlp-proto-common==1.35.0
|
|
148
|
+
opentelemetry-exporter-otlp-proto-grpc==1.35.0
|
|
149
|
+
opentelemetry-exporter-otlp-proto-http==1.35.0
|
|
150
|
+
opentelemetry-proto==1.35.0
|
|
151
|
+
opentelemetry-sdk==1.35.0
|
|
152
|
+
opentelemetry-semantic-conventions==0.56b0
|
|
152
153
|
ordered-set==4.1.0
|
|
153
154
|
packaging==25.0
|
|
154
155
|
pandas==2.3.1
|
|
@@ -166,7 +167,7 @@ proglog==0.1.12
|
|
|
166
167
|
prometheus_client==0.22.1
|
|
167
168
|
prompt_toolkit==3.0.51
|
|
168
169
|
propcache==0.3.2
|
|
169
|
-
protobuf==
|
|
170
|
+
protobuf==6.31.1
|
|
170
171
|
psutil==7.0.0
|
|
171
172
|
psycopg2-binary==2.9.10
|
|
172
173
|
py==1.11.0
|
|
@@ -195,7 +196,7 @@ s3transfer==0.13.0
|
|
|
195
196
|
scipy==1.16.0
|
|
196
197
|
semantic-version==2.10.0
|
|
197
198
|
setproctitle==1.3.6
|
|
198
|
-
setuptools==
|
|
199
|
+
setuptools==65.5.0
|
|
199
200
|
six==1.17.0
|
|
200
201
|
sniffio==1.3.1
|
|
201
202
|
solar-wavelength-calibration==1.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.6.
|
|
10
|
-
date = 2025-07-
|
|
9
|
+
version = "1.6.53"
|
|
10
|
+
date = 2025-07-15T12:55:14.785248
|
|
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==11.0
|
|
28
|
+
"dkist-processing-common==11.1.0",
|
|
29
29
|
"dkist-service-configuration==2.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -90,7 +90,7 @@ frozen = [
|
|
|
90
90
|
"asgiref == 3.9.1",
|
|
91
91
|
"asteval == 1.0.6",
|
|
92
92
|
"astropy == 7.1.0",
|
|
93
|
-
"astropy-iers-data == 0.2025.7.
|
|
93
|
+
"astropy-iers-data == 0.2025.7.14.0.40.29",
|
|
94
94
|
"asyncpg == 0.30.0",
|
|
95
95
|
"attrs == 25.3.0",
|
|
96
96
|
"babel == 2.17.0",
|
|
@@ -100,7 +100,7 @@ frozen = [
|
|
|
100
100
|
"botocore == 1.39.4",
|
|
101
101
|
"cachelib == 0.13.0",
|
|
102
102
|
"celery == 5.5.3",
|
|
103
|
-
"certifi == 2025.7.
|
|
103
|
+
"certifi == 2025.7.14",
|
|
104
104
|
"cffi == 1.17.1",
|
|
105
105
|
"charset-normalizer == 3.4.2",
|
|
106
106
|
"click == 8.2.1",
|
|
@@ -120,9 +120,9 @@ 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 == 11.0
|
|
123
|
+
"dkist-processing-common == 11.1.0",
|
|
124
124
|
"dkist-processing-core == 5.1.1",
|
|
125
|
-
"dkist-processing-ops == 1.6.
|
|
125
|
+
"dkist-processing-ops == 1.6.53",
|
|
126
126
|
"dkist-processing-pac == 3.1.1",
|
|
127
127
|
"dkist-service-configuration == 2.3.0",
|
|
128
128
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -135,11 +135,12 @@ frozen = [
|
|
|
135
135
|
"flower == 2.0.1",
|
|
136
136
|
"fonttools == 4.58.5",
|
|
137
137
|
"frozenlist == 1.7.0",
|
|
138
|
-
"fsspec == 2025.
|
|
138
|
+
"fsspec == 2025.7.0",
|
|
139
139
|
"globus-sdk == 3.60.0",
|
|
140
140
|
"google-re2 == 1.1.20240702",
|
|
141
141
|
"googleapis-common-protos == 1.70.0",
|
|
142
142
|
"gqlclient == 1.2.3",
|
|
143
|
+
"greenlet == 3.2.3",
|
|
143
144
|
"grpcio == 1.73.1",
|
|
144
145
|
"gunicorn == 23.0.0",
|
|
145
146
|
"h11 == 0.16.0",
|
|
@@ -178,14 +179,14 @@ frozen = [
|
|
|
178
179
|
"nbformat == 5.10.4",
|
|
179
180
|
"numpy == 2.3.1",
|
|
180
181
|
"object-clerk == 0.1.2",
|
|
181
|
-
"opentelemetry-api == 1.
|
|
182
|
-
"opentelemetry-exporter-otlp == 1.
|
|
183
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
184
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
185
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
186
|
-
"opentelemetry-proto == 1.
|
|
187
|
-
"opentelemetry-sdk == 1.
|
|
188
|
-
"opentelemetry-semantic-conventions == 0.
|
|
182
|
+
"opentelemetry-api == 1.35.0",
|
|
183
|
+
"opentelemetry-exporter-otlp == 1.35.0",
|
|
184
|
+
"opentelemetry-exporter-otlp-proto-common == 1.35.0",
|
|
185
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.35.0",
|
|
186
|
+
"opentelemetry-exporter-otlp-proto-http == 1.35.0",
|
|
187
|
+
"opentelemetry-proto == 1.35.0",
|
|
188
|
+
"opentelemetry-sdk == 1.35.0",
|
|
189
|
+
"opentelemetry-semantic-conventions == 0.56b0",
|
|
189
190
|
"ordered-set == 4.1.0",
|
|
190
191
|
"packaging == 25.0",
|
|
191
192
|
"pandas == 2.3.1",
|
|
@@ -203,7 +204,7 @@ frozen = [
|
|
|
203
204
|
"prometheus_client == 0.22.1",
|
|
204
205
|
"prompt_toolkit == 3.0.51",
|
|
205
206
|
"propcache == 0.3.2",
|
|
206
|
-
"protobuf ==
|
|
207
|
+
"protobuf == 6.31.1",
|
|
207
208
|
"psutil == 7.0.0",
|
|
208
209
|
"psycopg2-binary == 2.9.10",
|
|
209
210
|
"py == 1.11.0",
|
|
@@ -232,7 +233,7 @@ frozen = [
|
|
|
232
233
|
"scipy == 1.16.0",
|
|
233
234
|
"semantic-version == 2.10.0",
|
|
234
235
|
"setproctitle == 1.3.6",
|
|
235
|
-
"setuptools ==
|
|
236
|
+
"setuptools == 65.5.0",
|
|
236
237
|
"six == 1.17.0",
|
|
237
238
|
"sniffio == 1.3.1",
|
|
238
239
|
"solar-wavelength-calibration == 1.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.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.52 → dkist_processing_ops-1.6.53}/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
|