dkist-processing-ops 1.6.38__tar.gz → 1.6.39__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.38 → dkist_processing_ops-1.6.39}/PKG-INFO +35 -33
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/README.rst +2 -1
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/bitbucket-pipelines.yml +6 -1
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops.egg-info/PKG-INFO +35 -33
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops.egg-info/requires.txt +30 -30
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/pyproject.toml +33 -46
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/.gitignore +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/.snyk +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.39
|
|
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.6.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.6.3
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -63,21 +63,21 @@ Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
|
|
64
64
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: argcomplete==3.6.
|
|
66
|
+
Requires-Dist: argcomplete==3.6.1; extra == "frozen"
|
|
67
67
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
70
70
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
73
|
+
Requires-Dist: astropy-iers-data==0.2025.3.24.0.35.32; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.37.
|
|
80
|
-
Requires-Dist: botocore==1.37.
|
|
79
|
+
Requires-Dist: boto3==1.37.22; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.37.22; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
103
|
+
Requires-Dist: dkist-processing-common==10.6.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.6.39; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -116,17 +116,16 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
116
116
|
Requires-Dist: fonttools==4.56.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: fsspec==2025.3.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: globus-sdk==3.
|
|
119
|
+
Requires-Dist: globus-sdk==3.53.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
121
121
|
Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
|
|
122
122
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
123
|
-
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
126
125
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
127
126
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
128
127
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: humanize==4.12.
|
|
128
|
+
Requires-Dist: humanize==4.12.2; extra == "frozen"
|
|
130
129
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
131
130
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
132
131
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
@@ -138,7 +137,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
138
137
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
139
138
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
140
139
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
141
|
-
Requires-Dist: kombu==5.5.
|
|
140
|
+
Requires-Dist: kombu==5.5.1; extra == "frozen"
|
|
142
141
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
143
142
|
Requires-Dist: limits==4.4.1; extra == "frozen"
|
|
144
143
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -159,14 +158,14 @@ Requires-Dist: multidict==6.2.0; extra == "frozen"
|
|
|
159
158
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
159
|
Requires-Dist: numpy==2.2.4; extra == "frozen"
|
|
161
160
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
162
|
-
Requires-Dist: opentelemetry-api==1.31.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.31.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.31.
|
|
165
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.31.
|
|
166
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.31.
|
|
167
|
-
Requires-Dist: opentelemetry-proto==1.31.
|
|
168
|
-
Requires-Dist: opentelemetry-sdk==1.31.
|
|
169
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
161
|
+
Requires-Dist: opentelemetry-api==1.31.1; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.31.1; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.31.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.31.1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.31.1; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-proto==1.31.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-sdk==1.31.1; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.52b1; extra == "frozen"
|
|
170
169
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
171
170
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
172
171
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -176,29 +175,29 @@ Requires-Dist: pendulum==3.0.0; extra == "frozen"
|
|
|
176
175
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
177
176
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
178
177
|
Requires-Dist: pip==25.0.1; extra == "frozen"
|
|
179
|
-
Requires-Dist: platformdirs==4.3.
|
|
178
|
+
Requires-Dist: platformdirs==4.3.7; extra == "frozen"
|
|
180
179
|
Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
181
180
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
182
181
|
Requires-Dist: proglog==0.1.10; extra == "frozen"
|
|
183
182
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
184
183
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
185
|
-
Requires-Dist: propcache==0.3.
|
|
186
|
-
Requires-Dist: protobuf==5.29.
|
|
184
|
+
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
185
|
+
Requires-Dist: protobuf==5.29.4; extra == "frozen"
|
|
187
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
188
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
189
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
191
|
-
Requires-Dist: pydantic==2.
|
|
190
|
+
Requires-Dist: pydantic==2.11.0; extra == "frozen"
|
|
192
191
|
Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
|
|
193
|
-
Requires-Dist: pydantic_core==2.
|
|
192
|
+
Requires-Dist: pydantic_core==2.33.0; extra == "frozen"
|
|
194
193
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
195
|
-
Requires-Dist: pyparsing==3.2.
|
|
194
|
+
Requires-Dist: pyparsing==3.2.3; extra == "frozen"
|
|
196
195
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
197
196
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
198
|
-
Requires-Dist: python-dotenv==1.0
|
|
197
|
+
Requires-Dist: python-dotenv==1.1.0; extra == "frozen"
|
|
199
198
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
200
199
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
201
|
-
Requires-Dist: pytz==2025.
|
|
200
|
+
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
202
201
|
Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
203
202
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
204
203
|
Requires-Dist: requests==2.32.3; extra == "frozen"
|
|
@@ -207,12 +206,12 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
|
207
206
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
208
207
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
209
208
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
210
|
-
Requires-Dist: rpds-py==0.
|
|
209
|
+
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
211
210
|
Requires-Dist: s3transfer==0.11.4; extra == "frozen"
|
|
212
211
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
213
212
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
213
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
215
|
-
Requires-Dist: setuptools==
|
|
214
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
216
215
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
216
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
217
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -227,7 +226,8 @@ Requires-Dist: time-machine==2.16.0; extra == "frozen"
|
|
|
227
226
|
Requires-Dist: tornado==6.4.2; extra == "frozen"
|
|
228
227
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
229
228
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
230
|
-
Requires-Dist:
|
|
229
|
+
Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
|
|
230
|
+
Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
|
|
231
231
|
Requires-Dist: tzdata==2025.1; extra == "frozen"
|
|
232
232
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: uncertainties==3.2.2; extra == "frozen"
|
|
@@ -241,9 +241,11 @@ Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
|
241
241
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: yarl==1.18.3; extra == "frozen"
|
|
243
243
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
244
|
+
Dynamic: license-file
|
|
244
245
|
|
|
245
246
|
dkist-processing-ops
|
|
246
247
|
====================
|
|
248
|
+
|
|
247
249
|
|codecov|
|
|
248
250
|
|
|
249
251
|
This repository works in concert with `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and
|
|
@@ -294,5 +296,5 @@ Once all commits are in place add a git tag that will define the released versio
|
|
|
294
296
|
|
|
295
297
|
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|
|
296
298
|
|
|
297
|
-
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/
|
|
299
|
+
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/graph/badge.svg?token=6ZDODS2GHT
|
|
298
300
|
:target: https://codecov.io/bb/dkistdc/dkist-processing-ops
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
dkist-processing-ops
|
|
2
2
|
====================
|
|
3
|
+
|
|
3
4
|
|codecov|
|
|
4
5
|
|
|
5
6
|
This repository works in concert with `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and
|
|
@@ -50,5 +51,5 @@ Once all commits are in place add a git tag that will define the released versio
|
|
|
50
51
|
|
|
51
52
|
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|
|
52
53
|
|
|
53
|
-
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/
|
|
54
|
+
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/graph/badge.svg?token=6ZDODS2GHT
|
|
54
55
|
:target: https://codecov.io/bb/dkistdc/dkist-processing-ops
|
|
@@ -16,18 +16,21 @@ definitions:
|
|
|
16
16
|
- chmod 755 ci_scripts/latest/execute_script.sh
|
|
17
17
|
artifacts:
|
|
18
18
|
- ci_scripts/latest/execute_script.sh
|
|
19
|
+
|
|
19
20
|
- step: &lint
|
|
20
21
|
caches:
|
|
21
22
|
- pip
|
|
22
23
|
name: Lint
|
|
23
24
|
script:
|
|
24
25
|
- ./ci_scripts/latest/execute_script.sh lint_python.sh
|
|
26
|
+
|
|
25
27
|
- step: &scan
|
|
26
28
|
caches:
|
|
27
29
|
- pip
|
|
28
30
|
name: Scan
|
|
29
31
|
script:
|
|
30
32
|
- ./ci_scripts/latest/execute_script.sh scan_python.sh
|
|
33
|
+
|
|
31
34
|
- step: &test
|
|
32
35
|
caches:
|
|
33
36
|
- pip
|
|
@@ -35,9 +38,11 @@ definitions:
|
|
|
35
38
|
script:
|
|
36
39
|
- pip install -U pip
|
|
37
40
|
- pip install .[test]
|
|
38
|
-
- pytest -v -n auto -m "not development" --pyargs dkist_processing_ops --cov dkist_processing_ops --cov-report xml:coverage.xml
|
|
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
|
+
- ./ci_scripts/latest/execute_script.sh upload_coverage.sh
|
|
39
43
|
services:
|
|
40
44
|
- redis
|
|
45
|
+
|
|
41
46
|
- step: &check_freeze
|
|
42
47
|
caches:
|
|
43
48
|
- pip
|
{dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.39
|
|
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.6.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.6.3
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -63,21 +63,21 @@ Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
|
|
64
64
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: argcomplete==3.6.
|
|
66
|
+
Requires-Dist: argcomplete==3.6.1; extra == "frozen"
|
|
67
67
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
68
68
|
Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
70
70
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
73
|
+
Requires-Dist: astropy-iers-data==0.2025.3.24.0.35.32; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.37.
|
|
80
|
-
Requires-Dist: botocore==1.37.
|
|
79
|
+
Requires-Dist: boto3==1.37.22; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.37.22; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
103
|
+
Requires-Dist: dkist-processing-common==10.6.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.6.39; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -116,17 +116,16 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
116
116
|
Requires-Dist: fonttools==4.56.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: fsspec==2025.3.0; extra == "frozen"
|
|
119
|
-
Requires-Dist: globus-sdk==3.
|
|
119
|
+
Requires-Dist: globus-sdk==3.53.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
121
121
|
Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
|
|
122
122
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
123
|
-
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
126
125
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
127
126
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
128
127
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: humanize==4.12.
|
|
128
|
+
Requires-Dist: humanize==4.12.2; extra == "frozen"
|
|
130
129
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
131
130
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
132
131
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
@@ -138,7 +137,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
138
137
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
139
138
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
140
139
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
141
|
-
Requires-Dist: kombu==5.5.
|
|
140
|
+
Requires-Dist: kombu==5.5.1; extra == "frozen"
|
|
142
141
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
143
142
|
Requires-Dist: limits==4.4.1; extra == "frozen"
|
|
144
143
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -159,14 +158,14 @@ Requires-Dist: multidict==6.2.0; extra == "frozen"
|
|
|
159
158
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
159
|
Requires-Dist: numpy==2.2.4; extra == "frozen"
|
|
161
160
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
162
|
-
Requires-Dist: opentelemetry-api==1.31.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.31.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.31.
|
|
165
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.31.
|
|
166
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.31.
|
|
167
|
-
Requires-Dist: opentelemetry-proto==1.31.
|
|
168
|
-
Requires-Dist: opentelemetry-sdk==1.31.
|
|
169
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
161
|
+
Requires-Dist: opentelemetry-api==1.31.1; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.31.1; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.31.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.31.1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.31.1; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-proto==1.31.1; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-sdk==1.31.1; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.52b1; extra == "frozen"
|
|
170
169
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
171
170
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
172
171
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -176,29 +175,29 @@ Requires-Dist: pendulum==3.0.0; extra == "frozen"
|
|
|
176
175
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
177
176
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
178
177
|
Requires-Dist: pip==25.0.1; extra == "frozen"
|
|
179
|
-
Requires-Dist: platformdirs==4.3.
|
|
178
|
+
Requires-Dist: platformdirs==4.3.7; extra == "frozen"
|
|
180
179
|
Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
181
180
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
182
181
|
Requires-Dist: proglog==0.1.10; extra == "frozen"
|
|
183
182
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
184
183
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
185
|
-
Requires-Dist: propcache==0.3.
|
|
186
|
-
Requires-Dist: protobuf==5.29.
|
|
184
|
+
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
185
|
+
Requires-Dist: protobuf==5.29.4; extra == "frozen"
|
|
187
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
188
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
189
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
191
|
-
Requires-Dist: pydantic==2.
|
|
190
|
+
Requires-Dist: pydantic==2.11.0; extra == "frozen"
|
|
192
191
|
Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
|
|
193
|
-
Requires-Dist: pydantic_core==2.
|
|
192
|
+
Requires-Dist: pydantic_core==2.33.0; extra == "frozen"
|
|
194
193
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
195
|
-
Requires-Dist: pyparsing==3.2.
|
|
194
|
+
Requires-Dist: pyparsing==3.2.3; extra == "frozen"
|
|
196
195
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
197
196
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
198
|
-
Requires-Dist: python-dotenv==1.0
|
|
197
|
+
Requires-Dist: python-dotenv==1.1.0; extra == "frozen"
|
|
199
198
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
200
199
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
201
|
-
Requires-Dist: pytz==2025.
|
|
200
|
+
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
202
201
|
Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
203
202
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
204
203
|
Requires-Dist: requests==2.32.3; extra == "frozen"
|
|
@@ -207,12 +206,12 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
|
207
206
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
208
207
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
209
208
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
210
|
-
Requires-Dist: rpds-py==0.
|
|
209
|
+
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
211
210
|
Requires-Dist: s3transfer==0.11.4; extra == "frozen"
|
|
212
211
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
213
212
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
213
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
215
|
-
Requires-Dist: setuptools==
|
|
214
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
216
215
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
216
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
217
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -227,7 +226,8 @@ Requires-Dist: time-machine==2.16.0; extra == "frozen"
|
|
|
227
226
|
Requires-Dist: tornado==6.4.2; extra == "frozen"
|
|
228
227
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
229
228
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
230
|
-
Requires-Dist:
|
|
229
|
+
Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
|
|
230
|
+
Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
|
|
231
231
|
Requires-Dist: tzdata==2025.1; extra == "frozen"
|
|
232
232
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: uncertainties==3.2.2; extra == "frozen"
|
|
@@ -241,9 +241,11 @@ Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
|
241
241
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: yarl==1.18.3; extra == "frozen"
|
|
243
243
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
244
|
+
Dynamic: license-file
|
|
244
245
|
|
|
245
246
|
dkist-processing-ops
|
|
246
247
|
====================
|
|
248
|
+
|
|
247
249
|
|codecov|
|
|
248
250
|
|
|
249
251
|
This repository works in concert with `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and
|
|
@@ -294,5 +296,5 @@ Once all commits are in place add a git tag that will define the released versio
|
|
|
294
296
|
|
|
295
297
|
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|
|
296
298
|
|
|
297
|
-
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/
|
|
299
|
+
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/graph/badge.svg?token=6ZDODS2GHT
|
|
298
300
|
:target: https://codecov.io/bb/dkistdc/dkist-processing-ops
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.6.
|
|
1
|
+
dkist-processing-common==10.6.3
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -47,21 +47,21 @@ apache-airflow-providers-postgres==6.1.1
|
|
|
47
47
|
apache-airflow-providers-smtp==2.0.1
|
|
48
48
|
apache-airflow-providers-sqlite==4.0.1
|
|
49
49
|
apispec==6.8.1
|
|
50
|
-
argcomplete==3.6.
|
|
50
|
+
argcomplete==3.6.1
|
|
51
51
|
asdf==3.5.0
|
|
52
52
|
asdf_standard==1.1.1
|
|
53
53
|
asdf_transform_schemas==0.5.0
|
|
54
54
|
asgiref==3.8.1
|
|
55
55
|
asteval==1.0.6
|
|
56
56
|
astropy==6.1.7
|
|
57
|
-
astropy-iers-data==0.2025.3.
|
|
57
|
+
astropy-iers-data==0.2025.3.24.0.35.32
|
|
58
58
|
asyncpg==0.30.0
|
|
59
59
|
attrs==25.3.0
|
|
60
60
|
babel==2.17.0
|
|
61
61
|
billiard==4.2.1
|
|
62
62
|
blinker==1.9.0
|
|
63
|
-
boto3==1.37.
|
|
64
|
-
botocore==1.37.
|
|
63
|
+
boto3==1.37.22
|
|
64
|
+
botocore==1.37.22
|
|
65
65
|
cachelib==0.13.0
|
|
66
66
|
celery==5.4.0
|
|
67
67
|
certifi==2025.1.31
|
|
@@ -84,9 +84,9 @@ dacite==1.9.2
|
|
|
84
84
|
decorator==5.2.1
|
|
85
85
|
dill==0.3.9
|
|
86
86
|
dkist-header-validator==5.1.1
|
|
87
|
-
dkist-processing-common==10.6.
|
|
87
|
+
dkist-processing-common==10.6.3
|
|
88
88
|
dkist-processing-core==5.1.0
|
|
89
|
-
dkist-processing-ops==1.6.
|
|
89
|
+
dkist-processing-ops==1.6.39
|
|
90
90
|
dkist-processing-pac==3.1.1
|
|
91
91
|
dkist-service-configuration==2.3.0
|
|
92
92
|
dkist-spectral-lines==3.0.0
|
|
@@ -100,17 +100,16 @@ flower==2.0.1
|
|
|
100
100
|
fonttools==4.56.0
|
|
101
101
|
frozenlist==1.5.0
|
|
102
102
|
fsspec==2025.3.0
|
|
103
|
-
globus-sdk==3.
|
|
103
|
+
globus-sdk==3.53.0
|
|
104
104
|
google-re2==1.1.20240702
|
|
105
105
|
googleapis-common-protos==1.69.2
|
|
106
106
|
gqlclient==1.2.3
|
|
107
|
-
greenlet==3.1.1
|
|
108
107
|
grpcio==1.71.0
|
|
109
108
|
gunicorn==23.0.0
|
|
110
109
|
h11==0.14.0
|
|
111
110
|
httpcore==1.0.7
|
|
112
111
|
httpx==0.28.1
|
|
113
|
-
humanize==4.12.
|
|
112
|
+
humanize==4.12.2
|
|
114
113
|
idna==3.10
|
|
115
114
|
imageio==2.37.0
|
|
116
115
|
imageio-ffmpeg==0.6.0
|
|
@@ -122,7 +121,7 @@ jsonschema==4.23.0
|
|
|
122
121
|
jsonschema-specifications==2024.10.1
|
|
123
122
|
jupyter_core==5.7.2
|
|
124
123
|
kiwisolver==1.4.8
|
|
125
|
-
kombu==5.5.
|
|
124
|
+
kombu==5.5.1
|
|
126
125
|
lazy-object-proxy==1.10.0
|
|
127
126
|
limits==4.4.1
|
|
128
127
|
linkify-it-py==2.0.3
|
|
@@ -143,14 +142,14 @@ multidict==6.2.0
|
|
|
143
142
|
nbformat==5.10.4
|
|
144
143
|
numpy==2.2.4
|
|
145
144
|
object-clerk==0.1.1
|
|
146
|
-
opentelemetry-api==1.31.
|
|
147
|
-
opentelemetry-exporter-otlp==1.31.
|
|
148
|
-
opentelemetry-exporter-otlp-proto-common==1.31.
|
|
149
|
-
opentelemetry-exporter-otlp-proto-grpc==1.31.
|
|
150
|
-
opentelemetry-exporter-otlp-proto-http==1.31.
|
|
151
|
-
opentelemetry-proto==1.31.
|
|
152
|
-
opentelemetry-sdk==1.31.
|
|
153
|
-
opentelemetry-semantic-conventions==0.
|
|
145
|
+
opentelemetry-api==1.31.1
|
|
146
|
+
opentelemetry-exporter-otlp==1.31.1
|
|
147
|
+
opentelemetry-exporter-otlp-proto-common==1.31.1
|
|
148
|
+
opentelemetry-exporter-otlp-proto-grpc==1.31.1
|
|
149
|
+
opentelemetry-exporter-otlp-proto-http==1.31.1
|
|
150
|
+
opentelemetry-proto==1.31.1
|
|
151
|
+
opentelemetry-sdk==1.31.1
|
|
152
|
+
opentelemetry-semantic-conventions==0.52b1
|
|
154
153
|
ordered-set==4.1.0
|
|
155
154
|
packaging==24.2
|
|
156
155
|
pandas==2.2.3
|
|
@@ -160,29 +159,29 @@ pendulum==3.0.0
|
|
|
160
159
|
pika==1.3.2
|
|
161
160
|
pillow==10.4.0
|
|
162
161
|
pip==25.0.1
|
|
163
|
-
platformdirs==4.3.
|
|
162
|
+
platformdirs==4.3.7
|
|
164
163
|
pluggy==1.5.0
|
|
165
164
|
prison==0.2.1
|
|
166
165
|
proglog==0.1.10
|
|
167
166
|
prometheus_client==0.21.1
|
|
168
167
|
prompt_toolkit==3.0.50
|
|
169
|
-
propcache==0.3.
|
|
170
|
-
protobuf==5.29.
|
|
168
|
+
propcache==0.3.1
|
|
169
|
+
protobuf==5.29.4
|
|
171
170
|
psutil==7.0.0
|
|
172
171
|
psycopg2-binary==2.9.10
|
|
173
172
|
py==1.11.0
|
|
174
173
|
pycparser==2.22
|
|
175
|
-
pydantic==2.
|
|
174
|
+
pydantic==2.11.0
|
|
176
175
|
pydantic-settings==2.8.1
|
|
177
|
-
pydantic_core==2.
|
|
176
|
+
pydantic_core==2.33.0
|
|
178
177
|
pyerfa==2.0.1.5
|
|
179
|
-
pyparsing==3.2.
|
|
178
|
+
pyparsing==3.2.3
|
|
180
179
|
python-daemon==3.1.2
|
|
181
180
|
python-dateutil==2.9.0.post0
|
|
182
|
-
python-dotenv==1.0
|
|
181
|
+
python-dotenv==1.1.0
|
|
183
182
|
python-nvd3==0.16.0
|
|
184
183
|
python-slugify==8.0.4
|
|
185
|
-
pytz==2025.
|
|
184
|
+
pytz==2025.2
|
|
186
185
|
redis==4.6.0
|
|
187
186
|
referencing==0.36.2
|
|
188
187
|
requests==2.32.3
|
|
@@ -191,12 +190,12 @@ retry==0.9.2
|
|
|
191
190
|
rfc3339-validator==0.1.4
|
|
192
191
|
rich==13.9.4
|
|
193
192
|
rich-argparse==1.7.0
|
|
194
|
-
rpds-py==0.
|
|
193
|
+
rpds-py==0.24.0
|
|
195
194
|
s3transfer==0.11.4
|
|
196
195
|
scipy==1.15.2
|
|
197
196
|
semantic-version==2.10.0
|
|
198
197
|
setproctitle==1.3.5
|
|
199
|
-
setuptools==
|
|
198
|
+
setuptools==69.2.0
|
|
200
199
|
six==1.17.0
|
|
201
200
|
sniffio==1.3.1
|
|
202
201
|
sqids==0.5.1
|
|
@@ -211,7 +210,8 @@ time-machine==2.16.0
|
|
|
211
210
|
tornado==6.4.2
|
|
212
211
|
tqdm==4.67.1
|
|
213
212
|
traitlets==5.14.3
|
|
214
|
-
|
|
213
|
+
typing-inspection==0.4.0
|
|
214
|
+
typing_extensions==4.13.0
|
|
215
215
|
tzdata==2025.1
|
|
216
216
|
uc-micro-py==1.0.3
|
|
217
217
|
uncertainties==3.2.2
|
|
@@ -9,8 +9,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.6.
|
|
13
|
-
date = 2025-03-
|
|
12
|
+
version = "1.6.39"
|
|
13
|
+
date = 2025-03-27T13:43:31.255648
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
name = "dkist-processing-ops"
|
|
@@ -28,7 +28,7 @@ authors = [
|
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
dependencies = [
|
|
31
|
-
"dkist-processing-common==10.6.
|
|
31
|
+
"dkist-processing-common==10.6.3",
|
|
32
32
|
"dkist-service-configuration==2.3.0",
|
|
33
33
|
]
|
|
34
34
|
dynamic = ["version"]
|
|
@@ -87,21 +87,21 @@ frozen = [
|
|
|
87
87
|
"apache-airflow-providers-smtp == 2.0.1",
|
|
88
88
|
"apache-airflow-providers-sqlite == 4.0.1",
|
|
89
89
|
"apispec == 6.8.1",
|
|
90
|
-
"argcomplete == 3.6.
|
|
90
|
+
"argcomplete == 3.6.1",
|
|
91
91
|
"asdf == 3.5.0",
|
|
92
92
|
"asdf_standard == 1.1.1",
|
|
93
93
|
"asdf_transform_schemas == 0.5.0",
|
|
94
94
|
"asgiref == 3.8.1",
|
|
95
95
|
"asteval == 1.0.6",
|
|
96
96
|
"astropy == 6.1.7",
|
|
97
|
-
"astropy-iers-data == 0.2025.3.
|
|
97
|
+
"astropy-iers-data == 0.2025.3.24.0.35.32",
|
|
98
98
|
"asyncpg == 0.30.0",
|
|
99
99
|
"attrs == 25.3.0",
|
|
100
100
|
"babel == 2.17.0",
|
|
101
101
|
"billiard == 4.2.1",
|
|
102
102
|
"blinker == 1.9.0",
|
|
103
|
-
"boto3 == 1.37.
|
|
104
|
-
"botocore == 1.37.
|
|
103
|
+
"boto3 == 1.37.22",
|
|
104
|
+
"botocore == 1.37.22",
|
|
105
105
|
"cachelib == 0.13.0",
|
|
106
106
|
"celery == 5.4.0",
|
|
107
107
|
"certifi == 2025.1.31",
|
|
@@ -124,9 +124,9 @@ frozen = [
|
|
|
124
124
|
"decorator == 5.2.1",
|
|
125
125
|
"dill == 0.3.9",
|
|
126
126
|
"dkist-header-validator == 5.1.1",
|
|
127
|
-
"dkist-processing-common == 10.6.
|
|
127
|
+
"dkist-processing-common == 10.6.3",
|
|
128
128
|
"dkist-processing-core == 5.1.0",
|
|
129
|
-
"dkist-processing-ops == 1.6.
|
|
129
|
+
"dkist-processing-ops == 1.6.39",
|
|
130
130
|
"dkist-processing-pac == 3.1.1",
|
|
131
131
|
"dkist-service-configuration == 2.3.0",
|
|
132
132
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -140,17 +140,16 @@ frozen = [
|
|
|
140
140
|
"fonttools == 4.56.0",
|
|
141
141
|
"frozenlist == 1.5.0",
|
|
142
142
|
"fsspec == 2025.3.0",
|
|
143
|
-
"globus-sdk == 3.
|
|
143
|
+
"globus-sdk == 3.53.0",
|
|
144
144
|
"google-re2 == 1.1.20240702",
|
|
145
145
|
"googleapis-common-protos == 1.69.2",
|
|
146
146
|
"gqlclient == 1.2.3",
|
|
147
|
-
"greenlet == 3.1.1",
|
|
148
147
|
"grpcio == 1.71.0",
|
|
149
148
|
"gunicorn == 23.0.0",
|
|
150
149
|
"h11 == 0.14.0",
|
|
151
150
|
"httpcore == 1.0.7",
|
|
152
151
|
"httpx == 0.28.1",
|
|
153
|
-
"humanize == 4.12.
|
|
152
|
+
"humanize == 4.12.2",
|
|
154
153
|
"idna == 3.10",
|
|
155
154
|
"imageio == 2.37.0",
|
|
156
155
|
"imageio-ffmpeg == 0.6.0",
|
|
@@ -162,7 +161,7 @@ frozen = [
|
|
|
162
161
|
"jsonschema-specifications == 2024.10.1",
|
|
163
162
|
"jupyter_core == 5.7.2",
|
|
164
163
|
"kiwisolver == 1.4.8",
|
|
165
|
-
"kombu == 5.5.
|
|
164
|
+
"kombu == 5.5.1",
|
|
166
165
|
"lazy-object-proxy == 1.10.0",
|
|
167
166
|
"limits == 4.4.1",
|
|
168
167
|
"linkify-it-py == 2.0.3",
|
|
@@ -183,14 +182,14 @@ frozen = [
|
|
|
183
182
|
"nbformat == 5.10.4",
|
|
184
183
|
"numpy == 2.2.4",
|
|
185
184
|
"object-clerk == 0.1.1",
|
|
186
|
-
"opentelemetry-api == 1.31.
|
|
187
|
-
"opentelemetry-exporter-otlp == 1.31.
|
|
188
|
-
"opentelemetry-exporter-otlp-proto-common == 1.31.
|
|
189
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.31.
|
|
190
|
-
"opentelemetry-exporter-otlp-proto-http == 1.31.
|
|
191
|
-
"opentelemetry-proto == 1.31.
|
|
192
|
-
"opentelemetry-sdk == 1.31.
|
|
193
|
-
"opentelemetry-semantic-conventions == 0.
|
|
185
|
+
"opentelemetry-api == 1.31.1",
|
|
186
|
+
"opentelemetry-exporter-otlp == 1.31.1",
|
|
187
|
+
"opentelemetry-exporter-otlp-proto-common == 1.31.1",
|
|
188
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.31.1",
|
|
189
|
+
"opentelemetry-exporter-otlp-proto-http == 1.31.1",
|
|
190
|
+
"opentelemetry-proto == 1.31.1",
|
|
191
|
+
"opentelemetry-sdk == 1.31.1",
|
|
192
|
+
"opentelemetry-semantic-conventions == 0.52b1",
|
|
194
193
|
"ordered-set == 4.1.0",
|
|
195
194
|
"packaging == 24.2",
|
|
196
195
|
"pandas == 2.2.3",
|
|
@@ -200,29 +199,29 @@ frozen = [
|
|
|
200
199
|
"pika == 1.3.2",
|
|
201
200
|
"pillow == 10.4.0",
|
|
202
201
|
"pip == 25.0.1",
|
|
203
|
-
"platformdirs == 4.3.
|
|
202
|
+
"platformdirs == 4.3.7",
|
|
204
203
|
"pluggy == 1.5.0",
|
|
205
204
|
"prison == 0.2.1",
|
|
206
205
|
"proglog == 0.1.10",
|
|
207
206
|
"prometheus_client == 0.21.1",
|
|
208
207
|
"prompt_toolkit == 3.0.50",
|
|
209
|
-
"propcache == 0.3.
|
|
210
|
-
"protobuf == 5.29.
|
|
208
|
+
"propcache == 0.3.1",
|
|
209
|
+
"protobuf == 5.29.4",
|
|
211
210
|
"psutil == 7.0.0",
|
|
212
211
|
"psycopg2-binary == 2.9.10",
|
|
213
212
|
"py == 1.11.0",
|
|
214
213
|
"pycparser == 2.22",
|
|
215
|
-
"pydantic == 2.
|
|
214
|
+
"pydantic == 2.11.0",
|
|
216
215
|
"pydantic-settings == 2.8.1",
|
|
217
|
-
"pydantic_core == 2.
|
|
216
|
+
"pydantic_core == 2.33.0",
|
|
218
217
|
"pyerfa == 2.0.1.5",
|
|
219
|
-
"pyparsing == 3.2.
|
|
218
|
+
"pyparsing == 3.2.3",
|
|
220
219
|
"python-daemon == 3.1.2",
|
|
221
220
|
"python-dateutil == 2.9.0.post0",
|
|
222
|
-
"python-dotenv == 1.0
|
|
221
|
+
"python-dotenv == 1.1.0",
|
|
223
222
|
"python-nvd3 == 0.16.0",
|
|
224
223
|
"python-slugify == 8.0.4",
|
|
225
|
-
"pytz == 2025.
|
|
224
|
+
"pytz == 2025.2",
|
|
226
225
|
"redis == 4.6.0",
|
|
227
226
|
"referencing == 0.36.2",
|
|
228
227
|
"requests == 2.32.3",
|
|
@@ -231,12 +230,12 @@ frozen = [
|
|
|
231
230
|
"rfc3339-validator == 0.1.4",
|
|
232
231
|
"rich == 13.9.4",
|
|
233
232
|
"rich-argparse == 1.7.0",
|
|
234
|
-
"rpds-py == 0.
|
|
233
|
+
"rpds-py == 0.24.0",
|
|
235
234
|
"s3transfer == 0.11.4",
|
|
236
235
|
"scipy == 1.15.2",
|
|
237
236
|
"semantic-version == 2.10.0",
|
|
238
237
|
"setproctitle == 1.3.5",
|
|
239
|
-
"setuptools ==
|
|
238
|
+
"setuptools == 69.2.0",
|
|
240
239
|
"six == 1.17.0",
|
|
241
240
|
"sniffio == 1.3.1",
|
|
242
241
|
"sqids == 0.5.1",
|
|
@@ -251,7 +250,8 @@ frozen = [
|
|
|
251
250
|
"tornado == 6.4.2",
|
|
252
251
|
"tqdm == 4.67.1",
|
|
253
252
|
"traitlets == 5.14.3",
|
|
254
|
-
"
|
|
253
|
+
"typing-inspection == 0.4.0",
|
|
254
|
+
"typing_extensions == 4.13.0",
|
|
255
255
|
"tzdata == 2025.1",
|
|
256
256
|
"uc-micro-py == 1.0.3",
|
|
257
257
|
"uncertainties == 3.2.2",
|
|
@@ -293,18 +293,5 @@ markers = [
|
|
|
293
293
|
|
|
294
294
|
[tool.coverage.run]
|
|
295
295
|
omit = [
|
|
296
|
-
|
|
297
|
-
"dkist_processing_ops/conftest.py",
|
|
298
|
-
"dkist_processing_ops/*setup_package*",
|
|
299
|
-
"dkist_processing_ops/tests/*",
|
|
300
|
-
"dkist_processing_ops/*/tests/*",
|
|
301
|
-
"dkist_processing_ops/extern/*",
|
|
302
|
-
"dkist_processing_ops/version*",
|
|
303
|
-
"*/dkist_processing_ops/__init*",
|
|
304
|
-
"*/dkist_processing_ops/conftest.py",
|
|
305
|
-
"*/dkist_processing_ops/*setup_package*",
|
|
306
|
-
"*/dkist_processing_ops/tests/*",
|
|
307
|
-
"*/dkist_processing_ops/*/tests/*",
|
|
308
|
-
"*/dkist_processing_ops/extern/*",
|
|
309
|
-
"*/dkist_processing_ops/version*",
|
|
296
|
+
"dkist_processing_ops/tests/*",
|
|
310
297
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.38 → dkist_processing_ops-1.6.39}/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
|