dkist-processing-test 1.25.1__tar.gz → 1.25.2__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-test might be problematic. Click here for more details.
- {dkist_processing_test-1.25.1/dkist_processing_test.egg-info → dkist_processing_test-1.25.2}/PKG-INFO +22 -21
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2/dkist_processing_test.egg-info}/PKG-INFO +22 -21
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/requires.txt +21 -20
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/pyproject.toml +23 -22
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/.gitignore +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/.snyk +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/README.rst +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.2
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.4
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -66,21 +66,21 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
66
66
|
Requires-Dist: aiohttp==3.11.14; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
69
|
-
Requires-Dist: alembic==1.15.
|
|
69
|
+
Requires-Dist: alembic==1.15.2; extra == "frozen"
|
|
70
70
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-providers-celery==3.10.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-io==1.5.
|
|
77
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.24.
|
|
74
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.4; extra == "frozen"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-io==1.5.2; extra == "frozen"
|
|
77
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.24.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
79
79
|
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
|
|
81
81
|
Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==2.0.
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: argcomplete==3.6.1; extra == "frozen"
|
|
@@ -90,16 +90,16 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.3.31.0.36.18; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.24; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.24; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
|
-
Requires-Dist: celery==5.
|
|
102
|
+
Requires-Dist: celery==5.5.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
104
104
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: charset-normalizer==3.4.1; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.4; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.25.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.25.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -135,7 +135,7 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: fonttools==4.56.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: fsspec==2025.3.
|
|
138
|
+
Requires-Dist: fsspec==2025.3.2; extra == "frozen"
|
|
139
139
|
Requires-Dist: globus-sdk==3.53.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
141
141
|
Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
|
|
@@ -157,7 +157,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
158
158
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
159
159
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
160
|
-
Requires-Dist: kombu==5.5.
|
|
160
|
+
Requires-Dist: kombu==5.5.2; extra == "frozen"
|
|
161
161
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: limits==4.4.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -175,7 +175,7 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
|
175
175
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
176
176
|
Requires-Dist: more-itertools==10.6.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
178
|
-
Requires-Dist: multidict==6.
|
|
178
|
+
Requires-Dist: multidict==6.3.0; extra == "frozen"
|
|
179
179
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
180
180
|
Requires-Dist: numba==0.59.1; extra == "frozen"
|
|
181
181
|
Requires-Dist: numpy==1.26.4; extra == "frozen"
|
|
@@ -209,9 +209,9 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
|
209
209
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
210
210
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
211
211
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
212
|
-
Requires-Dist: pydantic==2.
|
|
212
|
+
Requires-Dist: pydantic==2.11.1; extra == "frozen"
|
|
213
213
|
Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
|
|
214
|
-
Requires-Dist: pydantic_core==2.
|
|
214
|
+
Requires-Dist: pydantic_core==2.33.0; extra == "frozen"
|
|
215
215
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
216
216
|
Requires-Dist: pyparsing==3.2.3; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
@@ -242,14 +242,15 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
|
242
242
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
243
243
|
Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
244
244
|
Requires-Dist: tenacity==9.0.0; extra == "frozen"
|
|
245
|
-
Requires-Dist: termcolor==
|
|
245
|
+
Requires-Dist: termcolor==3.0.0; extra == "frozen"
|
|
246
246
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
247
247
|
Requires-Dist: time-machine==2.16.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: tornado==6.4.2; extra == "frozen"
|
|
249
249
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
250
250
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
251
|
+
Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
|
|
251
252
|
Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
|
|
252
|
-
Requires-Dist: tzdata==2025.
|
|
253
|
+
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
253
254
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
254
255
|
Requires-Dist: uncertainties==3.2.2; extra == "frozen"
|
|
255
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.2
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.4
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -66,21 +66,21 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
|
66
66
|
Requires-Dist: aiohttp==3.11.14; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
69
|
-
Requires-Dist: alembic==1.15.
|
|
69
|
+
Requires-Dist: alembic==1.15.2; extra == "frozen"
|
|
70
70
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-providers-celery==3.10.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-io==1.5.
|
|
77
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.24.
|
|
74
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.4; extra == "frozen"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-io==1.5.2; extra == "frozen"
|
|
77
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.24.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
79
79
|
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
|
|
81
81
|
Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==2.0.
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: argcomplete==3.6.1; extra == "frozen"
|
|
@@ -90,16 +90,16 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
90
90
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
92
92
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
93
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.3.31.0.36.18; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.24; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.24; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
|
-
Requires-Dist: celery==5.
|
|
102
|
+
Requires-Dist: celery==5.5.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
104
104
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: charset-normalizer==3.4.1; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.4; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.25.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.25.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -135,7 +135,7 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: fonttools==4.56.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
138
|
-
Requires-Dist: fsspec==2025.3.
|
|
138
|
+
Requires-Dist: fsspec==2025.3.2; extra == "frozen"
|
|
139
139
|
Requires-Dist: globus-sdk==3.53.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
141
141
|
Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
|
|
@@ -157,7 +157,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
158
158
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
159
159
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
160
|
-
Requires-Dist: kombu==5.5.
|
|
160
|
+
Requires-Dist: kombu==5.5.2; extra == "frozen"
|
|
161
161
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: limits==4.4.1; extra == "frozen"
|
|
163
163
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -175,7 +175,7 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
|
175
175
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
176
176
|
Requires-Dist: more-itertools==10.6.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
178
|
-
Requires-Dist: multidict==6.
|
|
178
|
+
Requires-Dist: multidict==6.3.0; extra == "frozen"
|
|
179
179
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
180
180
|
Requires-Dist: numba==0.59.1; extra == "frozen"
|
|
181
181
|
Requires-Dist: numpy==1.26.4; extra == "frozen"
|
|
@@ -209,9 +209,9 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
|
209
209
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
210
210
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
211
211
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
212
|
-
Requires-Dist: pydantic==2.
|
|
212
|
+
Requires-Dist: pydantic==2.11.1; extra == "frozen"
|
|
213
213
|
Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
|
|
214
|
-
Requires-Dist: pydantic_core==2.
|
|
214
|
+
Requires-Dist: pydantic_core==2.33.0; extra == "frozen"
|
|
215
215
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
216
216
|
Requires-Dist: pyparsing==3.2.3; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
@@ -242,14 +242,15 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
|
242
242
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
243
243
|
Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
244
244
|
Requires-Dist: tenacity==9.0.0; extra == "frozen"
|
|
245
|
-
Requires-Dist: termcolor==
|
|
245
|
+
Requires-Dist: termcolor==3.0.0; extra == "frozen"
|
|
246
246
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
247
247
|
Requires-Dist: time-machine==2.16.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: tornado==6.4.2; extra == "frozen"
|
|
249
249
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
250
250
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
251
|
+
Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
|
|
251
252
|
Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
|
|
252
|
-
Requires-Dist: tzdata==2025.
|
|
253
|
+
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
253
254
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
254
255
|
Requires-Dist: uncertainties==3.2.2; extra == "frozen"
|
|
255
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.6.
|
|
1
|
+
dkist-processing-common==10.6.4
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.11.0
|
|
@@ -40,21 +40,21 @@ aiohappyeyeballs==2.6.1
|
|
|
40
40
|
aiohttp==3.11.14
|
|
41
41
|
aiosignal==1.3.2
|
|
42
42
|
aiosqlite==0.21.0
|
|
43
|
-
alembic==1.15.
|
|
43
|
+
alembic==1.15.2
|
|
44
44
|
amqp==5.3.1
|
|
45
45
|
annotated-types==0.7.0
|
|
46
46
|
anyio==4.9.0
|
|
47
47
|
apache-airflow==2.10.5
|
|
48
|
-
apache-airflow-providers-celery==3.10.
|
|
49
|
-
apache-airflow-providers-common-compat==1.
|
|
50
|
-
apache-airflow-providers-common-io==1.5.
|
|
51
|
-
apache-airflow-providers-common-sql==1.24.
|
|
48
|
+
apache-airflow-providers-celery==3.10.4
|
|
49
|
+
apache-airflow-providers-common-compat==1.6.0
|
|
50
|
+
apache-airflow-providers-common-io==1.5.2
|
|
51
|
+
apache-airflow-providers-common-sql==1.24.1
|
|
52
52
|
apache-airflow-providers-fab==1.5.3
|
|
53
53
|
apache-airflow-providers-ftp==3.12.3
|
|
54
54
|
apache-airflow-providers-http==5.2.1
|
|
55
55
|
apache-airflow-providers-imap==3.8.3
|
|
56
56
|
apache-airflow-providers-postgres==6.1.1
|
|
57
|
-
apache-airflow-providers-smtp==2.0.
|
|
57
|
+
apache-airflow-providers-smtp==2.0.2
|
|
58
58
|
apache-airflow-providers-sqlite==4.0.1
|
|
59
59
|
apispec==6.8.1
|
|
60
60
|
argcomplete==3.6.1
|
|
@@ -64,16 +64,16 @@ asdf_transform_schemas==0.5.0
|
|
|
64
64
|
asgiref==3.8.1
|
|
65
65
|
asteval==1.0.6
|
|
66
66
|
astropy==6.1.5
|
|
67
|
-
astropy-iers-data==0.2025.3.
|
|
67
|
+
astropy-iers-data==0.2025.3.31.0.36.18
|
|
68
68
|
asyncpg==0.30.0
|
|
69
69
|
attrs==25.3.0
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.1
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.37.
|
|
74
|
-
botocore==1.37.
|
|
73
|
+
boto3==1.37.24
|
|
74
|
+
botocore==1.37.24
|
|
75
75
|
cachelib==0.13.0
|
|
76
|
-
celery==5.
|
|
76
|
+
celery==5.5.0
|
|
77
77
|
certifi==2025.1.31
|
|
78
78
|
cffi==1.17.1
|
|
79
79
|
charset-normalizer==3.4.1
|
|
@@ -94,10 +94,10 @@ dacite==1.9.2
|
|
|
94
94
|
decorator==5.2.1
|
|
95
95
|
dill==0.3.9
|
|
96
96
|
dkist-header-validator==5.1.1
|
|
97
|
-
dkist-processing-common==10.6.
|
|
97
|
+
dkist-processing-common==10.6.4
|
|
98
98
|
dkist-processing-core==5.1.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.25.
|
|
100
|
+
dkist-processing-test==1.25.2
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.11.0
|
|
@@ -109,7 +109,7 @@ fastjsonschema==2.21.1
|
|
|
109
109
|
flower==2.0.1
|
|
110
110
|
fonttools==4.56.0
|
|
111
111
|
frozenlist==1.5.0
|
|
112
|
-
fsspec==2025.3.
|
|
112
|
+
fsspec==2025.3.2
|
|
113
113
|
globus-sdk==3.53.0
|
|
114
114
|
google-re2==1.1.20240702
|
|
115
115
|
googleapis-common-protos==1.69.2
|
|
@@ -131,7 +131,7 @@ jsonschema==4.23.0
|
|
|
131
131
|
jsonschema-specifications==2024.10.1
|
|
132
132
|
jupyter_core==5.7.2
|
|
133
133
|
kiwisolver==1.4.8
|
|
134
|
-
kombu==5.5.
|
|
134
|
+
kombu==5.5.2
|
|
135
135
|
lazy-object-proxy==1.10.0
|
|
136
136
|
limits==4.4.1
|
|
137
137
|
linkify-it-py==2.0.3
|
|
@@ -149,7 +149,7 @@ mdurl==0.1.2
|
|
|
149
149
|
methodtools==0.4.7
|
|
150
150
|
more-itertools==10.6.0
|
|
151
151
|
moviepy==2.1.2
|
|
152
|
-
multidict==6.
|
|
152
|
+
multidict==6.3.0
|
|
153
153
|
nbformat==5.10.4
|
|
154
154
|
numba==0.59.1
|
|
155
155
|
numpy==1.26.4
|
|
@@ -183,9 +183,9 @@ psutil==7.0.0
|
|
|
183
183
|
psycopg2-binary==2.9.10
|
|
184
184
|
py==1.11.0
|
|
185
185
|
pycparser==2.22
|
|
186
|
-
pydantic==2.
|
|
186
|
+
pydantic==2.11.1
|
|
187
187
|
pydantic-settings==2.8.1
|
|
188
|
-
pydantic_core==2.
|
|
188
|
+
pydantic_core==2.33.0
|
|
189
189
|
pyerfa==2.0.1.5
|
|
190
190
|
pyparsing==3.2.3
|
|
191
191
|
python-daemon==3.1.2
|
|
@@ -216,14 +216,15 @@ sunpy==6.1.1
|
|
|
216
216
|
tabulate==0.9.0
|
|
217
217
|
talus==1.1.0
|
|
218
218
|
tenacity==9.0.0
|
|
219
|
-
termcolor==
|
|
219
|
+
termcolor==3.0.0
|
|
220
220
|
text-unidecode==1.3
|
|
221
221
|
time-machine==2.16.0
|
|
222
222
|
tornado==6.4.2
|
|
223
223
|
tqdm==4.67.1
|
|
224
224
|
traitlets==5.14.3
|
|
225
|
+
typing-inspection==0.4.0
|
|
225
226
|
typing_extensions==4.13.0
|
|
226
|
-
tzdata==2025.
|
|
227
|
+
tzdata==2025.2
|
|
227
228
|
uc-micro-py==1.0.3
|
|
228
229
|
uncertainties==3.2.2
|
|
229
230
|
universal_pathlib==0.2.6
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.25.
|
|
13
|
-
date = 2025-03-
|
|
12
|
+
version = "1.25.2"
|
|
13
|
+
date = 2025-03-31T17:15:02.367201
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 10.6.
|
|
29
|
+
"dkist-processing-common == 10.6.4",
|
|
30
30
|
"dkist-header-validator == 5.1.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.11.0",
|
|
@@ -92,21 +92,21 @@ frozen = [
|
|
|
92
92
|
"aiohttp == 3.11.14",
|
|
93
93
|
"aiosignal == 1.3.2",
|
|
94
94
|
"aiosqlite == 0.21.0",
|
|
95
|
-
"alembic == 1.15.
|
|
95
|
+
"alembic == 1.15.2",
|
|
96
96
|
"amqp == 5.3.1",
|
|
97
97
|
"annotated-types == 0.7.0",
|
|
98
98
|
"anyio == 4.9.0",
|
|
99
99
|
"apache-airflow == 2.10.5",
|
|
100
|
-
"apache-airflow-providers-celery == 3.10.
|
|
101
|
-
"apache-airflow-providers-common-compat == 1.
|
|
102
|
-
"apache-airflow-providers-common-io == 1.5.
|
|
103
|
-
"apache-airflow-providers-common-sql == 1.24.
|
|
100
|
+
"apache-airflow-providers-celery == 3.10.4",
|
|
101
|
+
"apache-airflow-providers-common-compat == 1.6.0",
|
|
102
|
+
"apache-airflow-providers-common-io == 1.5.2",
|
|
103
|
+
"apache-airflow-providers-common-sql == 1.24.1",
|
|
104
104
|
"apache-airflow-providers-fab == 1.5.3",
|
|
105
105
|
"apache-airflow-providers-ftp == 3.12.3",
|
|
106
106
|
"apache-airflow-providers-http == 5.2.1",
|
|
107
107
|
"apache-airflow-providers-imap == 3.8.3",
|
|
108
108
|
"apache-airflow-providers-postgres == 6.1.1",
|
|
109
|
-
"apache-airflow-providers-smtp == 2.0.
|
|
109
|
+
"apache-airflow-providers-smtp == 2.0.2",
|
|
110
110
|
"apache-airflow-providers-sqlite == 4.0.1",
|
|
111
111
|
"apispec == 6.8.1",
|
|
112
112
|
"argcomplete == 3.6.1",
|
|
@@ -116,16 +116,16 @@ frozen = [
|
|
|
116
116
|
"asgiref == 3.8.1",
|
|
117
117
|
"asteval == 1.0.6",
|
|
118
118
|
"astropy == 6.1.5",
|
|
119
|
-
"astropy-iers-data == 0.2025.3.
|
|
119
|
+
"astropy-iers-data == 0.2025.3.31.0.36.18",
|
|
120
120
|
"asyncpg == 0.30.0",
|
|
121
121
|
"attrs == 25.3.0",
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.1",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.37.
|
|
126
|
-
"botocore == 1.37.
|
|
125
|
+
"boto3 == 1.37.24",
|
|
126
|
+
"botocore == 1.37.24",
|
|
127
127
|
"cachelib == 0.13.0",
|
|
128
|
-
"celery == 5.
|
|
128
|
+
"celery == 5.5.0",
|
|
129
129
|
"certifi == 2025.1.31",
|
|
130
130
|
"cffi == 1.17.1",
|
|
131
131
|
"charset-normalizer == 3.4.1",
|
|
@@ -146,10 +146,10 @@ frozen = [
|
|
|
146
146
|
"decorator == 5.2.1",
|
|
147
147
|
"dill == 0.3.9",
|
|
148
148
|
"dkist-header-validator == 5.1.1",
|
|
149
|
-
"dkist-processing-common == 10.6.
|
|
149
|
+
"dkist-processing-common == 10.6.4",
|
|
150
150
|
"dkist-processing-core == 5.1.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.25.
|
|
152
|
+
"dkist-processing-test == 1.25.2",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.11.0",
|
|
@@ -161,7 +161,7 @@ frozen = [
|
|
|
161
161
|
"flower == 2.0.1",
|
|
162
162
|
"fonttools == 4.56.0",
|
|
163
163
|
"frozenlist == 1.5.0",
|
|
164
|
-
"fsspec == 2025.3.
|
|
164
|
+
"fsspec == 2025.3.2",
|
|
165
165
|
"globus-sdk == 3.53.0",
|
|
166
166
|
"google-re2 == 1.1.20240702",
|
|
167
167
|
"googleapis-common-protos == 1.69.2",
|
|
@@ -183,7 +183,7 @@ frozen = [
|
|
|
183
183
|
"jsonschema-specifications == 2024.10.1",
|
|
184
184
|
"jupyter_core == 5.7.2",
|
|
185
185
|
"kiwisolver == 1.4.8",
|
|
186
|
-
"kombu == 5.5.
|
|
186
|
+
"kombu == 5.5.2",
|
|
187
187
|
"lazy-object-proxy == 1.10.0",
|
|
188
188
|
"limits == 4.4.1",
|
|
189
189
|
"linkify-it-py == 2.0.3",
|
|
@@ -201,7 +201,7 @@ frozen = [
|
|
|
201
201
|
"methodtools == 0.4.7",
|
|
202
202
|
"more-itertools == 10.6.0",
|
|
203
203
|
"moviepy == 2.1.2",
|
|
204
|
-
"multidict == 6.
|
|
204
|
+
"multidict == 6.3.0",
|
|
205
205
|
"nbformat == 5.10.4",
|
|
206
206
|
"numba == 0.59.1",
|
|
207
207
|
"numpy == 1.26.4",
|
|
@@ -235,9 +235,9 @@ frozen = [
|
|
|
235
235
|
"psycopg2-binary == 2.9.10",
|
|
236
236
|
"py == 1.11.0",
|
|
237
237
|
"pycparser == 2.22",
|
|
238
|
-
"pydantic == 2.
|
|
238
|
+
"pydantic == 2.11.1",
|
|
239
239
|
"pydantic-settings == 2.8.1",
|
|
240
|
-
"pydantic_core == 2.
|
|
240
|
+
"pydantic_core == 2.33.0",
|
|
241
241
|
"pyerfa == 2.0.1.5",
|
|
242
242
|
"pyparsing == 3.2.3",
|
|
243
243
|
"python-daemon == 3.1.2",
|
|
@@ -268,14 +268,15 @@ frozen = [
|
|
|
268
268
|
"tabulate == 0.9.0",
|
|
269
269
|
"talus == 1.1.0",
|
|
270
270
|
"tenacity == 9.0.0",
|
|
271
|
-
"termcolor ==
|
|
271
|
+
"termcolor == 3.0.0",
|
|
272
272
|
"text-unidecode == 1.3",
|
|
273
273
|
"time-machine == 2.16.0",
|
|
274
274
|
"tornado == 6.4.2",
|
|
275
275
|
"tqdm == 4.67.1",
|
|
276
276
|
"traitlets == 5.14.3",
|
|
277
|
+
"typing-inspection == 0.4.0",
|
|
277
278
|
"typing_extensions == 4.13.0",
|
|
278
|
-
"tzdata == 2025.
|
|
279
|
+
"tzdata == 2025.2",
|
|
279
280
|
"uc-micro-py == 1.0.3",
|
|
280
281
|
"uncertainties == 3.2.2",
|
|
281
282
|
"universal_pathlib == 0.2.6",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|