dkist-processing-ops 1.6.41__tar.gz → 1.6.42__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.41 → dkist_processing_ops-1.6.42}/PKG-INFO +23 -23
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/bitbucket-pipelines.yml +1 -1
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops.egg-info/PKG-INFO +23 -23
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops.egg-info/requires.txt +22 -22
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/pyproject.toml +25 -28
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/.gitignore +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/.snyk +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/README.rst +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/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.42
|
|
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.7.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.7.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -75,8 +75,8 @@ 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.37.
|
|
79
|
-
Requires-Dist: botocore==1.37.
|
|
78
|
+
Requires-Dist: boto3==1.37.36; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.37.36; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.1; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -90,22 +90,22 @@ Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
93
|
-
Requires-Dist: contourpy==1.3.
|
|
93
|
+
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
94
94
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
95
95
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: cryptography==44.0.2; extra == "frozen"
|
|
97
97
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
|
-
Requires-Dist: dill==0.
|
|
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.7.
|
|
102
|
+
Requires-Dist: dkist-processing-common==10.7.1; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.42; 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.13.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"
|
|
@@ -136,9 +136,9 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
136
136
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
138
138
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
139
|
-
Requires-Dist: kombu==5.5.
|
|
140
|
-
Requires-Dist: lazy-object-proxy==1.
|
|
141
|
-
Requires-Dist: limits==
|
|
139
|
+
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
140
|
+
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
141
|
+
Requires-Dist: limits==5.0.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
143
143
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
144
144
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
@@ -157,14 +157,14 @@ Requires-Dist: multidict==6.4.3; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
158
|
Requires-Dist: numpy==2.2.4; extra == "frozen"
|
|
159
159
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
160
|
-
Requires-Dist: opentelemetry-api==1.32.
|
|
161
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.32.
|
|
162
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.
|
|
165
|
-
Requires-Dist: opentelemetry-proto==1.32.
|
|
166
|
-
Requires-Dist: opentelemetry-sdk==1.32.
|
|
167
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
160
|
+
Requires-Dist: opentelemetry-api==1.32.1; extra == "frozen"
|
|
161
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.32.1; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.1; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
168
168
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
170
170
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -179,7 +179,7 @@ Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
|
179
179
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
180
180
|
Requires-Dist: proglog==0.1.11; extra == "frozen"
|
|
181
181
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
182
|
-
Requires-Dist: prompt_toolkit==3.0.
|
|
182
|
+
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
183
183
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
184
184
|
Requires-Dist: protobuf==5.29.4; extra == "frozen"
|
|
185
185
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
@@ -206,7 +206,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
207
207
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
209
|
-
Requires-Dist: s3transfer==0.11.
|
|
209
|
+
Requires-Dist: s3transfer==0.11.5; extra == "frozen"
|
|
210
210
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
211
211
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
@@ -238,7 +238,7 @@ Requires-Dist: wcwidth==0.2.13; extra == "frozen"
|
|
|
238
238
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
240
240
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
241
|
-
Requires-Dist: yarl==1.
|
|
241
|
+
Requires-Dist: yarl==1.20.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
243
243
|
Dynamic: license-file
|
|
244
244
|
|
|
@@ -36,7 +36,7 @@ definitions:
|
|
|
36
36
|
- pip
|
|
37
37
|
name: Test
|
|
38
38
|
script:
|
|
39
|
-
- pip install -U pip
|
|
39
|
+
- pip install -U pip wheel build setuptools_scm setuptools
|
|
40
40
|
- pip install .[test]
|
|
41
41
|
- pytest -v -n auto -m "not development" --pyargs dkist_processing_ops --cov dkist_processing_ops --cov-report xml:coverage.xml --cov-report term-missing
|
|
42
42
|
- ./ci_scripts/latest/execute_script.sh upload_coverage.sh
|
{dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/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.42
|
|
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.7.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.7.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -75,8 +75,8 @@ 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.37.
|
|
79
|
-
Requires-Dist: botocore==1.37.
|
|
78
|
+
Requires-Dist: boto3==1.37.36; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.37.36; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.1; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -90,22 +90,22 @@ Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
93
|
-
Requires-Dist: contourpy==1.3.
|
|
93
|
+
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
94
94
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
95
95
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: cryptography==44.0.2; extra == "frozen"
|
|
97
97
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
|
-
Requires-Dist: dill==0.
|
|
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.7.
|
|
102
|
+
Requires-Dist: dkist-processing-common==10.7.1; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.42; 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.13.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"
|
|
@@ -136,9 +136,9 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
136
136
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
138
138
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
139
|
-
Requires-Dist: kombu==5.5.
|
|
140
|
-
Requires-Dist: lazy-object-proxy==1.
|
|
141
|
-
Requires-Dist: limits==
|
|
139
|
+
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
140
|
+
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
141
|
+
Requires-Dist: limits==5.0.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
143
143
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
144
144
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
@@ -157,14 +157,14 @@ Requires-Dist: multidict==6.4.3; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
158
|
Requires-Dist: numpy==2.2.4; extra == "frozen"
|
|
159
159
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
160
|
-
Requires-Dist: opentelemetry-api==1.32.
|
|
161
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.32.
|
|
162
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.
|
|
165
|
-
Requires-Dist: opentelemetry-proto==1.32.
|
|
166
|
-
Requires-Dist: opentelemetry-sdk==1.32.
|
|
167
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
160
|
+
Requires-Dist: opentelemetry-api==1.32.1; extra == "frozen"
|
|
161
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.32.1; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.1; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
168
168
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
170
170
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -179,7 +179,7 @@ Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
|
179
179
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
180
180
|
Requires-Dist: proglog==0.1.11; extra == "frozen"
|
|
181
181
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
182
|
-
Requires-Dist: prompt_toolkit==3.0.
|
|
182
|
+
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
183
183
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
184
184
|
Requires-Dist: protobuf==5.29.4; extra == "frozen"
|
|
185
185
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
@@ -206,7 +206,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
207
207
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
209
|
-
Requires-Dist: s3transfer==0.11.
|
|
209
|
+
Requires-Dist: s3transfer==0.11.5; extra == "frozen"
|
|
210
210
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
211
211
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
@@ -238,7 +238,7 @@ Requires-Dist: wcwidth==0.2.13; extra == "frozen"
|
|
|
238
238
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
240
240
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
241
|
-
Requires-Dist: yarl==1.
|
|
241
|
+
Requires-Dist: yarl==1.20.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
243
243
|
Dynamic: license-file
|
|
244
244
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.7.
|
|
1
|
+
dkist-processing-common==10.7.1
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -59,8 +59,8 @@ 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.37.
|
|
63
|
-
botocore==1.37.
|
|
62
|
+
boto3==1.37.36
|
|
63
|
+
botocore==1.37.36
|
|
64
64
|
cachelib==0.13.0
|
|
65
65
|
celery==5.5.1
|
|
66
66
|
certifi==2025.1.31
|
|
@@ -74,22 +74,22 @@ clickclick==20.10.2
|
|
|
74
74
|
colorama==0.4.6
|
|
75
75
|
colorlog==6.9.0
|
|
76
76
|
connexion==2.14.2
|
|
77
|
-
contourpy==1.3.
|
|
77
|
+
contourpy==1.3.2
|
|
78
78
|
cron-descriptor==1.4.5
|
|
79
79
|
croniter==6.0.0
|
|
80
80
|
cryptography==44.0.2
|
|
81
81
|
cycler==0.12.1
|
|
82
82
|
dacite==1.9.2
|
|
83
83
|
decorator==5.2.1
|
|
84
|
-
dill==0.
|
|
84
|
+
dill==0.4.0
|
|
85
85
|
dkist-header-validator==5.2.1
|
|
86
|
-
dkist-processing-common==10.7.
|
|
86
|
+
dkist-processing-common==10.7.1
|
|
87
87
|
dkist-processing-core==5.1.0
|
|
88
|
-
dkist-processing-ops==1.6.
|
|
88
|
+
dkist-processing-ops==1.6.42
|
|
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.13.0
|
|
93
93
|
dnspython==2.7.0
|
|
94
94
|
ecs-logging==2.2.0
|
|
95
95
|
elastic-apm==6.23.0
|
|
@@ -120,9 +120,9 @@ jsonschema==4.23.0
|
|
|
120
120
|
jsonschema-specifications==2024.10.1
|
|
121
121
|
jupyter_core==5.7.2
|
|
122
122
|
kiwisolver==1.4.8
|
|
123
|
-
kombu==5.5.
|
|
124
|
-
lazy-object-proxy==1.
|
|
125
|
-
limits==
|
|
123
|
+
kombu==5.5.3
|
|
124
|
+
lazy-object-proxy==1.11.0
|
|
125
|
+
limits==5.0.0
|
|
126
126
|
linkify-it-py==2.0.3
|
|
127
127
|
lmfit==1.3.3
|
|
128
128
|
lockfile==0.12.2
|
|
@@ -141,14 +141,14 @@ multidict==6.4.3
|
|
|
141
141
|
nbformat==5.10.4
|
|
142
142
|
numpy==2.2.4
|
|
143
143
|
object-clerk==0.1.1
|
|
144
|
-
opentelemetry-api==1.32.
|
|
145
|
-
opentelemetry-exporter-otlp==1.32.
|
|
146
|
-
opentelemetry-exporter-otlp-proto-common==1.32.
|
|
147
|
-
opentelemetry-exporter-otlp-proto-grpc==1.32.
|
|
148
|
-
opentelemetry-exporter-otlp-proto-http==1.32.
|
|
149
|
-
opentelemetry-proto==1.32.
|
|
150
|
-
opentelemetry-sdk==1.32.
|
|
151
|
-
opentelemetry-semantic-conventions==0.
|
|
144
|
+
opentelemetry-api==1.32.1
|
|
145
|
+
opentelemetry-exporter-otlp==1.32.1
|
|
146
|
+
opentelemetry-exporter-otlp-proto-common==1.32.1
|
|
147
|
+
opentelemetry-exporter-otlp-proto-grpc==1.32.1
|
|
148
|
+
opentelemetry-exporter-otlp-proto-http==1.32.1
|
|
149
|
+
opentelemetry-proto==1.32.1
|
|
150
|
+
opentelemetry-sdk==1.32.1
|
|
151
|
+
opentelemetry-semantic-conventions==0.53b1
|
|
152
152
|
ordered-set==4.1.0
|
|
153
153
|
packaging==24.2
|
|
154
154
|
pandas==2.2.3
|
|
@@ -163,7 +163,7 @@ pluggy==1.5.0
|
|
|
163
163
|
prison==0.2.1
|
|
164
164
|
proglog==0.1.11
|
|
165
165
|
prometheus_client==0.21.1
|
|
166
|
-
prompt_toolkit==3.0.
|
|
166
|
+
prompt_toolkit==3.0.51
|
|
167
167
|
propcache==0.3.1
|
|
168
168
|
protobuf==5.29.4
|
|
169
169
|
psutil==7.0.0
|
|
@@ -190,7 +190,7 @@ rfc3339-validator==0.1.4
|
|
|
190
190
|
rich==13.9.4
|
|
191
191
|
rich-argparse==1.7.0
|
|
192
192
|
rpds-py==0.24.0
|
|
193
|
-
s3transfer==0.11.
|
|
193
|
+
s3transfer==0.11.5
|
|
194
194
|
scipy==1.15.2
|
|
195
195
|
semantic-version==2.10.0
|
|
196
196
|
setproctitle==1.3.5
|
|
@@ -222,7 +222,7 @@ wcwidth==0.2.13
|
|
|
222
222
|
wirerope==1.0.0
|
|
223
223
|
wrapt==1.17.2
|
|
224
224
|
yamale==6.0.0
|
|
225
|
-
yarl==1.
|
|
225
|
+
yarl==1.20.0
|
|
226
226
|
zipp==3.21.0
|
|
227
227
|
|
|
228
228
|
[test]
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
[build-system]
|
|
2
2
|
|
|
3
|
-
requires = [
|
|
4
|
-
"setuptools>=62.1",
|
|
5
|
-
"setuptools_scm[toml]>=6.2",
|
|
6
|
-
]
|
|
3
|
+
requires = ["setuptools>=62.1", "setuptools_scm[toml]>=6.2", "wheel", "build"]
|
|
7
4
|
|
|
8
5
|
build-backend = 'setuptools.build_meta'
|
|
9
6
|
|
|
10
7
|
[tool.dkist-dev-tools]
|
|
11
8
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.6.
|
|
13
|
-
date = 2025-04-
|
|
9
|
+
version = "1.6.42"
|
|
10
|
+
date = 2025-04-17T13:25:21.285849
|
|
14
11
|
|
|
15
12
|
[project]
|
|
16
13
|
name = "dkist-processing-ops"
|
|
@@ -28,7 +25,7 @@ authors = [
|
|
|
28
25
|
]
|
|
29
26
|
|
|
30
27
|
dependencies = [
|
|
31
|
-
"dkist-processing-common==10.7.
|
|
28
|
+
"dkist-processing-common==10.7.1",
|
|
32
29
|
"dkist-service-configuration==2.3.0",
|
|
33
30
|
]
|
|
34
31
|
dynamic = ["version"]
|
|
@@ -99,8 +96,8 @@ frozen = [
|
|
|
99
96
|
"babel == 2.17.0",
|
|
100
97
|
"billiard == 4.2.1",
|
|
101
98
|
"blinker == 1.9.0",
|
|
102
|
-
"boto3 == 1.37.
|
|
103
|
-
"botocore == 1.37.
|
|
99
|
+
"boto3 == 1.37.36",
|
|
100
|
+
"botocore == 1.37.36",
|
|
104
101
|
"cachelib == 0.13.0",
|
|
105
102
|
"celery == 5.5.1",
|
|
106
103
|
"certifi == 2025.1.31",
|
|
@@ -114,22 +111,22 @@ frozen = [
|
|
|
114
111
|
"colorama == 0.4.6",
|
|
115
112
|
"colorlog == 6.9.0",
|
|
116
113
|
"connexion == 2.14.2",
|
|
117
|
-
"contourpy == 1.3.
|
|
114
|
+
"contourpy == 1.3.2",
|
|
118
115
|
"cron-descriptor == 1.4.5",
|
|
119
116
|
"croniter == 6.0.0",
|
|
120
117
|
"cryptography == 44.0.2",
|
|
121
118
|
"cycler == 0.12.1",
|
|
122
119
|
"dacite == 1.9.2",
|
|
123
120
|
"decorator == 5.2.1",
|
|
124
|
-
"dill == 0.
|
|
121
|
+
"dill == 0.4.0",
|
|
125
122
|
"dkist-header-validator == 5.2.1",
|
|
126
|
-
"dkist-processing-common == 10.7.
|
|
123
|
+
"dkist-processing-common == 10.7.1",
|
|
127
124
|
"dkist-processing-core == 5.1.0",
|
|
128
|
-
"dkist-processing-ops == 1.6.
|
|
125
|
+
"dkist-processing-ops == 1.6.42",
|
|
129
126
|
"dkist-processing-pac == 3.1.1",
|
|
130
127
|
"dkist-service-configuration == 2.3.0",
|
|
131
128
|
"dkist-spectral-lines == 3.0.0",
|
|
132
|
-
"dkist_fits_specifications == 4.
|
|
129
|
+
"dkist_fits_specifications == 4.13.0",
|
|
133
130
|
"dnspython == 2.7.0",
|
|
134
131
|
"ecs-logging == 2.2.0",
|
|
135
132
|
"elastic-apm == 6.23.0",
|
|
@@ -160,9 +157,9 @@ frozen = [
|
|
|
160
157
|
"jsonschema-specifications == 2024.10.1",
|
|
161
158
|
"jupyter_core == 5.7.2",
|
|
162
159
|
"kiwisolver == 1.4.8",
|
|
163
|
-
"kombu == 5.5.
|
|
164
|
-
"lazy-object-proxy == 1.
|
|
165
|
-
"limits ==
|
|
160
|
+
"kombu == 5.5.3",
|
|
161
|
+
"lazy-object-proxy == 1.11.0",
|
|
162
|
+
"limits == 5.0.0",
|
|
166
163
|
"linkify-it-py == 2.0.3",
|
|
167
164
|
"lmfit == 1.3.3",
|
|
168
165
|
"lockfile == 0.12.2",
|
|
@@ -181,14 +178,14 @@ frozen = [
|
|
|
181
178
|
"nbformat == 5.10.4",
|
|
182
179
|
"numpy == 2.2.4",
|
|
183
180
|
"object-clerk == 0.1.1",
|
|
184
|
-
"opentelemetry-api == 1.32.
|
|
185
|
-
"opentelemetry-exporter-otlp == 1.32.
|
|
186
|
-
"opentelemetry-exporter-otlp-proto-common == 1.32.
|
|
187
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.32.
|
|
188
|
-
"opentelemetry-exporter-otlp-proto-http == 1.32.
|
|
189
|
-
"opentelemetry-proto == 1.32.
|
|
190
|
-
"opentelemetry-sdk == 1.32.
|
|
191
|
-
"opentelemetry-semantic-conventions == 0.
|
|
181
|
+
"opentelemetry-api == 1.32.1",
|
|
182
|
+
"opentelemetry-exporter-otlp == 1.32.1",
|
|
183
|
+
"opentelemetry-exporter-otlp-proto-common == 1.32.1",
|
|
184
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.32.1",
|
|
185
|
+
"opentelemetry-exporter-otlp-proto-http == 1.32.1",
|
|
186
|
+
"opentelemetry-proto == 1.32.1",
|
|
187
|
+
"opentelemetry-sdk == 1.32.1",
|
|
188
|
+
"opentelemetry-semantic-conventions == 0.53b1",
|
|
192
189
|
"ordered-set == 4.1.0",
|
|
193
190
|
"packaging == 24.2",
|
|
194
191
|
"pandas == 2.2.3",
|
|
@@ -203,7 +200,7 @@ frozen = [
|
|
|
203
200
|
"prison == 0.2.1",
|
|
204
201
|
"proglog == 0.1.11",
|
|
205
202
|
"prometheus_client == 0.21.1",
|
|
206
|
-
"prompt_toolkit == 3.0.
|
|
203
|
+
"prompt_toolkit == 3.0.51",
|
|
207
204
|
"propcache == 0.3.1",
|
|
208
205
|
"protobuf == 5.29.4",
|
|
209
206
|
"psutil == 7.0.0",
|
|
@@ -230,7 +227,7 @@ frozen = [
|
|
|
230
227
|
"rich == 13.9.4",
|
|
231
228
|
"rich-argparse == 1.7.0",
|
|
232
229
|
"rpds-py == 0.24.0",
|
|
233
|
-
"s3transfer == 0.11.
|
|
230
|
+
"s3transfer == 0.11.5",
|
|
234
231
|
"scipy == 1.15.2",
|
|
235
232
|
"semantic-version == 2.10.0",
|
|
236
233
|
"setproctitle == 1.3.5",
|
|
@@ -262,7 +259,7 @@ frozen = [
|
|
|
262
259
|
"wirerope == 1.0.0",
|
|
263
260
|
"wrapt == 1.17.2",
|
|
264
261
|
"yamale == 6.0.0",
|
|
265
|
-
"yarl == 1.
|
|
262
|
+
"yarl == 1.20.0",
|
|
266
263
|
"zipp == 3.21.0",
|
|
267
264
|
]
|
|
268
265
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.41 → dkist_processing_ops-1.6.42}/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
|