dkist-processing-ops 1.6.58__tar.gz → 1.7.0__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.58 → dkist_processing_ops-1.7.0}/PKG-INFO +19 -23
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/bitbucket-pipelines.yml +1 -1
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/PKG-INFO +19 -23
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/requires.txt +16 -20
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/pyproject.toml +20 -24
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/.gitignore +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/.snyk +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/README.rst +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/setup.cfg +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
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
|
|
7
7
|
Project-URL: repository, https://bitbucket.org/dkistdc/dkist-processing-ops
|
|
8
8
|
Classifier: License :: OSI Approved :: BSD License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.
|
|
11
|
-
Requires-Python: >=3.
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Requires-Python: >=3.12
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.5.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -49,7 +49,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
49
49
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
50
50
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
51
51
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow==2.
|
|
52
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
55
55
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
@@ -61,7 +61,7 @@ Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
|
61
61
|
Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
|
|
62
62
|
Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
|
|
63
63
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
64
|
-
Requires-Dist: apispec==6.8.
|
|
64
|
+
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
65
65
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
66
66
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -69,14 +69,14 @@ 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.9.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.9.8.0.36.17; extra == "frozen"
|
|
73
73
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.40.
|
|
79
|
-
Requires-Dist: botocore==1.40.
|
|
78
|
+
Requires-Dist: boto3==1.40.25; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.40.25; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -99,14 +99,14 @@ 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.
|
|
103
|
-
Requires-Dist: dkist-processing-core==5.
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.5.0; extra == "frozen"
|
|
103
|
+
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.7.0; 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
108
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
109
|
-
Requires-Dist: dnspython==2.
|
|
109
|
+
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
@@ -115,11 +115,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
115
115
|
Requires-Dist: fonttools==4.59.2; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
118
|
-
Requires-Dist: globus-sdk==3.
|
|
118
|
+
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: google-re2==1.1.20250805; 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.4; extra == "frozen"
|
|
123
122
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -134,7 +133,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
134
133
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
135
134
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
136
135
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
137
|
-
Requires-Dist: jsonschema-specifications==2025.
|
|
136
|
+
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
138
137
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
139
138
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
140
139
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
@@ -157,7 +156,7 @@ Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
|
157
156
|
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
158
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
159
158
|
Requires-Dist: numpy==2.3.2; extra == "frozen"
|
|
160
|
-
Requires-Dist: object-clerk==0.
|
|
159
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
161
160
|
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
162
161
|
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
163
162
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
@@ -186,7 +185,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
|
186
185
|
Requires-Dist: protobuf==6.32.0; extra == "frozen"
|
|
187
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
|
-
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
188
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
191
189
|
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
192
190
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
@@ -203,7 +201,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
|
203
201
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
204
202
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
205
203
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
206
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
207
204
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
208
205
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
209
206
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
@@ -211,8 +208,7 @@ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
|
211
208
|
Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
212
209
|
Requires-Dist: scipy==1.16.1; extra == "frozen"
|
|
213
210
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
|
-
Requires-Dist: setproctitle==1.3.
|
|
215
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
211
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
216
212
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
213
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
214
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -220,8 +216,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
220
216
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
221
217
|
Requires-Dist: sunpy==7.0.1; extra == "frozen"
|
|
222
218
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
223
|
-
Requires-Dist: talus==1.
|
|
224
|
-
Requires-Dist: tenacity==
|
|
219
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
220
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
225
221
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
226
222
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
227
223
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.7.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 7, 0)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gf1a5159b5'
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
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
|
|
7
7
|
Project-URL: repository, https://bitbucket.org/dkistdc/dkist-processing-ops
|
|
8
8
|
Classifier: License :: OSI Approved :: BSD License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.
|
|
11
|
-
Requires-Python: >=3.
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Requires-Python: >=3.12
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.5.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -49,7 +49,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
49
49
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
50
50
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
51
51
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow==2.
|
|
52
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
55
55
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
@@ -61,7 +61,7 @@ Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
|
61
61
|
Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
|
|
62
62
|
Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
|
|
63
63
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
64
|
-
Requires-Dist: apispec==6.8.
|
|
64
|
+
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
65
65
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
66
66
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
|
|
@@ -69,14 +69,14 @@ 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.9.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.9.8.0.36.17; extra == "frozen"
|
|
73
73
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.40.
|
|
79
|
-
Requires-Dist: botocore==1.40.
|
|
78
|
+
Requires-Dist: boto3==1.40.25; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.40.25; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -99,14 +99,14 @@ 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.
|
|
103
|
-
Requires-Dist: dkist-processing-core==5.
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.5.0; extra == "frozen"
|
|
103
|
+
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.7.0; 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
108
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
109
|
-
Requires-Dist: dnspython==2.
|
|
109
|
+
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
@@ -115,11 +115,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
115
115
|
Requires-Dist: fonttools==4.59.2; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
118
|
-
Requires-Dist: globus-sdk==3.
|
|
118
|
+
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: google-re2==1.1.20250805; 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.4; extra == "frozen"
|
|
123
122
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -134,7 +133,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
|
134
133
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
135
134
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
136
135
|
Requires-Dist: jsonschema==4.25.1; extra == "frozen"
|
|
137
|
-
Requires-Dist: jsonschema-specifications==2025.
|
|
136
|
+
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
138
137
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
139
138
|
Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
|
|
140
139
|
Requires-Dist: kombu==5.5.4; extra == "frozen"
|
|
@@ -157,7 +156,7 @@ Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
|
157
156
|
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
158
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
159
158
|
Requires-Dist: numpy==2.3.2; extra == "frozen"
|
|
160
|
-
Requires-Dist: object-clerk==0.
|
|
159
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
161
160
|
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
162
161
|
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
163
162
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
@@ -186,7 +185,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
|
186
185
|
Requires-Dist: protobuf==6.32.0; extra == "frozen"
|
|
187
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
|
-
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
188
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
191
189
|
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
192
190
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
@@ -203,7 +201,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
|
203
201
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
204
202
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
205
203
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
206
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
207
204
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
208
205
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
209
206
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
@@ -211,8 +208,7 @@ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
|
211
208
|
Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
212
209
|
Requires-Dist: scipy==1.16.1; extra == "frozen"
|
|
213
210
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
|
-
Requires-Dist: setproctitle==1.3.
|
|
215
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
211
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
216
212
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
213
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
214
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -220,8 +216,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
220
216
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
221
217
|
Requires-Dist: sunpy==7.0.1; extra == "frozen"
|
|
222
218
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
223
|
-
Requires-Dist: talus==1.
|
|
224
|
-
Requires-Dist: tenacity==
|
|
219
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
220
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
225
221
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
226
222
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
227
223
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.5.0
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -33,7 +33,7 @@ alembic==1.16.5
|
|
|
33
33
|
amqp==5.3.1
|
|
34
34
|
annotated-types==0.7.0
|
|
35
35
|
anyio==4.10.0
|
|
36
|
-
apache-airflow==2.
|
|
36
|
+
apache-airflow==2.11.0
|
|
37
37
|
apache-airflow-providers-celery==3.12.2
|
|
38
38
|
apache-airflow-providers-common-compat==1.7.3
|
|
39
39
|
apache-airflow-providers-common-io==1.6.2
|
|
@@ -45,7 +45,7 @@ apache-airflow-providers-imap==3.9.2
|
|
|
45
45
|
apache-airflow-providers-postgres==6.2.3
|
|
46
46
|
apache-airflow-providers-smtp==2.2.0
|
|
47
47
|
apache-airflow-providers-sqlite==4.1.2
|
|
48
|
-
apispec==6.8.
|
|
48
|
+
apispec==6.8.3
|
|
49
49
|
argcomplete==3.6.2
|
|
50
50
|
asdf==3.5.0
|
|
51
51
|
asdf_standard==1.4.0
|
|
@@ -53,14 +53,14 @@ 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.9.
|
|
56
|
+
astropy-iers-data==0.2025.9.8.0.36.17
|
|
57
57
|
asyncpg==0.30.0
|
|
58
58
|
attrs==25.3.0
|
|
59
59
|
babel==2.17.0
|
|
60
60
|
billiard==4.2.1
|
|
61
61
|
blinker==1.9.0
|
|
62
|
-
boto3==1.40.
|
|
63
|
-
botocore==1.40.
|
|
62
|
+
boto3==1.40.25
|
|
63
|
+
botocore==1.40.25
|
|
64
64
|
cachelib==0.13.0
|
|
65
65
|
celery==5.5.3
|
|
66
66
|
certifi==2025.8.3
|
|
@@ -83,14 +83,14 @@ 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.
|
|
87
|
-
dkist-processing-core==5.
|
|
88
|
-
dkist-processing-ops==1.
|
|
86
|
+
dkist-processing-common==11.5.0
|
|
87
|
+
dkist-processing-core==5.2.1
|
|
88
|
+
dkist-processing-ops==1.7.0
|
|
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
92
|
dkist_fits_specifications==4.17.0
|
|
93
|
-
dnspython==2.
|
|
93
|
+
dnspython==2.8.0
|
|
94
94
|
ecs-logging==2.2.0
|
|
95
95
|
elastic-apm==6.24.0
|
|
96
96
|
email-validator==2.3.0
|
|
@@ -99,11 +99,10 @@ flower==2.0.1
|
|
|
99
99
|
fonttools==4.59.2
|
|
100
100
|
frozenlist==1.7.0
|
|
101
101
|
fsspec==2025.9.0
|
|
102
|
-
globus-sdk==3.
|
|
102
|
+
globus-sdk==3.63.0
|
|
103
103
|
google-re2==1.1.20250805
|
|
104
104
|
googleapis-common-protos==1.70.0
|
|
105
105
|
gqlclient==1.2.3
|
|
106
|
-
greenlet==3.2.4
|
|
107
106
|
grpcio==1.74.0
|
|
108
107
|
gunicorn==23.0.0
|
|
109
108
|
h11==0.16.0
|
|
@@ -118,7 +117,7 @@ inflection==0.5.1
|
|
|
118
117
|
itsdangerous==2.2.0
|
|
119
118
|
jmespath==1.0.1
|
|
120
119
|
jsonschema==4.25.1
|
|
121
|
-
jsonschema-specifications==2025.
|
|
120
|
+
jsonschema-specifications==2025.9.1
|
|
122
121
|
jupyter_core==5.8.1
|
|
123
122
|
kiwisolver==1.4.9
|
|
124
123
|
kombu==5.5.4
|
|
@@ -141,7 +140,7 @@ moviepy==2.2.1
|
|
|
141
140
|
multidict==6.6.4
|
|
142
141
|
nbformat==5.10.4
|
|
143
142
|
numpy==2.3.2
|
|
144
|
-
object-clerk==0.
|
|
143
|
+
object-clerk==1.0.0
|
|
145
144
|
opentelemetry-api==1.36.0
|
|
146
145
|
opentelemetry-exporter-otlp==1.36.0
|
|
147
146
|
opentelemetry-exporter-otlp-proto-common==1.36.0
|
|
@@ -170,7 +169,6 @@ propcache==0.3.2
|
|
|
170
169
|
protobuf==6.32.0
|
|
171
170
|
psutil==7.0.0
|
|
172
171
|
psycopg2-binary==2.9.10
|
|
173
|
-
py==1.11.0
|
|
174
172
|
pycparser==2.22
|
|
175
173
|
pydantic==2.11.7
|
|
176
174
|
pydantic-settings==2.10.1
|
|
@@ -187,7 +185,6 @@ redis==4.6.0
|
|
|
187
185
|
referencing==0.36.2
|
|
188
186
|
requests==2.32.5
|
|
189
187
|
requests-toolbelt==1.0.0
|
|
190
|
-
retry==0.9.2
|
|
191
188
|
rfc3339-validator==0.1.4
|
|
192
189
|
rich==13.9.4
|
|
193
190
|
rich-argparse==1.7.1
|
|
@@ -195,8 +192,7 @@ rpds-py==0.27.1
|
|
|
195
192
|
s3transfer==0.13.1
|
|
196
193
|
scipy==1.16.1
|
|
197
194
|
semantic-version==2.10.0
|
|
198
|
-
setproctitle==1.3.
|
|
199
|
-
setuptools==65.5.0
|
|
195
|
+
setproctitle==1.3.7
|
|
200
196
|
six==1.17.0
|
|
201
197
|
sniffio==1.3.1
|
|
202
198
|
solar-wavelength-calibration==1.0.1
|
|
@@ -204,8 +200,8 @@ sqids==0.5.1
|
|
|
204
200
|
sqlparse==0.5.3
|
|
205
201
|
sunpy==7.0.1
|
|
206
202
|
tabulate==0.9.0
|
|
207
|
-
talus==1.
|
|
208
|
-
tenacity==
|
|
203
|
+
talus==1.3.4
|
|
204
|
+
tenacity==8.5.0
|
|
209
205
|
termcolor==3.1.0
|
|
210
206
|
text-unidecode==1.3
|
|
211
207
|
tornado==6.5.2
|
|
@@ -6,18 +6,18 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.
|
|
10
|
-
date = 2025-09-
|
|
9
|
+
version = "1.7.0"
|
|
10
|
+
date = 2025-09-08T11:15:04.692782
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
14
14
|
description = "Automated Processing smoke test and operations workflows"
|
|
15
15
|
readme = "README.rst"
|
|
16
|
-
requires-python = ">=3.
|
|
16
|
+
requires-python = ">=3.12"
|
|
17
17
|
classifiers = [
|
|
18
18
|
"License :: OSI Approved :: BSD License",
|
|
19
19
|
"Programming Language :: Python :: 3",
|
|
20
|
-
"Programming Language :: Python :: 3.
|
|
20
|
+
"Programming Language :: Python :: 3.12",
|
|
21
21
|
]
|
|
22
22
|
license = { text = "BSD 3-Clause" }
|
|
23
23
|
authors = [
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==11.
|
|
28
|
+
"dkist-processing-common==11.5.0",
|
|
29
29
|
"dkist-service-configuration==2.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -70,7 +70,7 @@ frozen = [
|
|
|
70
70
|
"amqp == 5.3.1",
|
|
71
71
|
"annotated-types == 0.7.0",
|
|
72
72
|
"anyio == 4.10.0",
|
|
73
|
-
"apache-airflow == 2.
|
|
73
|
+
"apache-airflow == 2.11.0",
|
|
74
74
|
"apache-airflow-providers-celery == 3.12.2",
|
|
75
75
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
76
76
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
@@ -82,7 +82,7 @@ frozen = [
|
|
|
82
82
|
"apache-airflow-providers-postgres == 6.2.3",
|
|
83
83
|
"apache-airflow-providers-smtp == 2.2.0",
|
|
84
84
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
85
|
-
"apispec == 6.8.
|
|
85
|
+
"apispec == 6.8.3",
|
|
86
86
|
"argcomplete == 3.6.2",
|
|
87
87
|
"asdf == 3.5.0",
|
|
88
88
|
"asdf_standard == 1.4.0",
|
|
@@ -90,14 +90,14 @@ 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.9.
|
|
93
|
+
"astropy-iers-data == 0.2025.9.8.0.36.17",
|
|
94
94
|
"asyncpg == 0.30.0",
|
|
95
95
|
"attrs == 25.3.0",
|
|
96
96
|
"babel == 2.17.0",
|
|
97
97
|
"billiard == 4.2.1",
|
|
98
98
|
"blinker == 1.9.0",
|
|
99
|
-
"boto3 == 1.40.
|
|
100
|
-
"botocore == 1.40.
|
|
99
|
+
"boto3 == 1.40.25",
|
|
100
|
+
"botocore == 1.40.25",
|
|
101
101
|
"cachelib == 0.13.0",
|
|
102
102
|
"celery == 5.5.3",
|
|
103
103
|
"certifi == 2025.8.3",
|
|
@@ -120,14 +120,14 @@ 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.
|
|
124
|
-
"dkist-processing-core == 5.
|
|
125
|
-
"dkist-processing-ops == 1.
|
|
123
|
+
"dkist-processing-common == 11.5.0",
|
|
124
|
+
"dkist-processing-core == 5.2.1",
|
|
125
|
+
"dkist-processing-ops == 1.7.0",
|
|
126
126
|
"dkist-processing-pac == 3.1.1",
|
|
127
127
|
"dkist-service-configuration == 2.3.0",
|
|
128
128
|
"dkist-spectral-lines == 3.0.0",
|
|
129
129
|
"dkist_fits_specifications == 4.17.0",
|
|
130
|
-
"dnspython == 2.
|
|
130
|
+
"dnspython == 2.8.0",
|
|
131
131
|
"ecs-logging == 2.2.0",
|
|
132
132
|
"elastic-apm == 6.24.0",
|
|
133
133
|
"email-validator == 2.3.0",
|
|
@@ -136,11 +136,10 @@ frozen = [
|
|
|
136
136
|
"fonttools == 4.59.2",
|
|
137
137
|
"frozenlist == 1.7.0",
|
|
138
138
|
"fsspec == 2025.9.0",
|
|
139
|
-
"globus-sdk == 3.
|
|
139
|
+
"globus-sdk == 3.63.0",
|
|
140
140
|
"google-re2 == 1.1.20250805",
|
|
141
141
|
"googleapis-common-protos == 1.70.0",
|
|
142
142
|
"gqlclient == 1.2.3",
|
|
143
|
-
"greenlet == 3.2.4",
|
|
144
143
|
"grpcio == 1.74.0",
|
|
145
144
|
"gunicorn == 23.0.0",
|
|
146
145
|
"h11 == 0.16.0",
|
|
@@ -155,7 +154,7 @@ frozen = [
|
|
|
155
154
|
"itsdangerous == 2.2.0",
|
|
156
155
|
"jmespath == 1.0.1",
|
|
157
156
|
"jsonschema == 4.25.1",
|
|
158
|
-
"jsonschema-specifications == 2025.
|
|
157
|
+
"jsonschema-specifications == 2025.9.1",
|
|
159
158
|
"jupyter_core == 5.8.1",
|
|
160
159
|
"kiwisolver == 1.4.9",
|
|
161
160
|
"kombu == 5.5.4",
|
|
@@ -178,7 +177,7 @@ frozen = [
|
|
|
178
177
|
"multidict == 6.6.4",
|
|
179
178
|
"nbformat == 5.10.4",
|
|
180
179
|
"numpy == 2.3.2",
|
|
181
|
-
"object-clerk == 0.
|
|
180
|
+
"object-clerk == 1.0.0",
|
|
182
181
|
"opentelemetry-api == 1.36.0",
|
|
183
182
|
"opentelemetry-exporter-otlp == 1.36.0",
|
|
184
183
|
"opentelemetry-exporter-otlp-proto-common == 1.36.0",
|
|
@@ -207,7 +206,6 @@ frozen = [
|
|
|
207
206
|
"protobuf == 6.32.0",
|
|
208
207
|
"psutil == 7.0.0",
|
|
209
208
|
"psycopg2-binary == 2.9.10",
|
|
210
|
-
"py == 1.11.0",
|
|
211
209
|
"pycparser == 2.22",
|
|
212
210
|
"pydantic == 2.11.7",
|
|
213
211
|
"pydantic-settings == 2.10.1",
|
|
@@ -224,7 +222,6 @@ frozen = [
|
|
|
224
222
|
"referencing == 0.36.2",
|
|
225
223
|
"requests == 2.32.5",
|
|
226
224
|
"requests-toolbelt == 1.0.0",
|
|
227
|
-
"retry == 0.9.2",
|
|
228
225
|
"rfc3339-validator == 0.1.4",
|
|
229
226
|
"rich == 13.9.4",
|
|
230
227
|
"rich-argparse == 1.7.1",
|
|
@@ -232,8 +229,7 @@ frozen = [
|
|
|
232
229
|
"s3transfer == 0.13.1",
|
|
233
230
|
"scipy == 1.16.1",
|
|
234
231
|
"semantic-version == 2.10.0",
|
|
235
|
-
"setproctitle == 1.3.
|
|
236
|
-
"setuptools == 65.5.0",
|
|
232
|
+
"setproctitle == 1.3.7",
|
|
237
233
|
"six == 1.17.0",
|
|
238
234
|
"sniffio == 1.3.1",
|
|
239
235
|
"solar-wavelength-calibration == 1.0.1",
|
|
@@ -241,8 +237,8 @@ frozen = [
|
|
|
241
237
|
"sqlparse == 0.5.3",
|
|
242
238
|
"sunpy == 7.0.1",
|
|
243
239
|
"tabulate == 0.9.0",
|
|
244
|
-
"talus == 1.
|
|
245
|
-
"tenacity ==
|
|
240
|
+
"talus == 1.3.4",
|
|
241
|
+
"tenacity == 8.5.0",
|
|
246
242
|
"termcolor == 3.1.0",
|
|
247
243
|
"text-unidecode == 1.3",
|
|
248
244
|
"tornado == 6.5.2",
|
|
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.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0}/dkist_processing_ops.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|