dkist-processing-test 1.26.1__tar.gz → 1.26.3__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.26.1/dkist_processing_test.egg-info → dkist_processing_test-1.26.3}/PKG-INFO +21 -21
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3/dkist_processing_test.egg-info}/PKG-INFO +21 -21
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test.egg-info/requires.txt +20 -20
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/pyproject.toml +22 -22
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/.gitignore +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/.snyk +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/README.rst +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.3
|
|
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.8.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.8.2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.16.0
|
|
@@ -63,9 +63,9 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.2; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
|
-
Requires-Dist: alembic==1.
|
|
68
|
+
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
@@ -89,14 +89,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.5.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.5.26.0.37.21; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.23; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.23; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
@@ -113,16 +113,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==45.0.
|
|
116
|
+
Requires-Dist: cryptography==45.0.3; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==10.8.
|
|
123
|
-
Requires-Dist: dkist-processing-core==5.1.
|
|
122
|
+
Requires-Dist: dkist-processing-common==10.8.2; extra == "frozen"
|
|
123
|
+
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.26.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.26.3; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.16.0; extra == "frozen"
|
|
@@ -134,7 +134,7 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: fonttools==4.58.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.6.0; extra == "frozen"
|
|
137
|
-
Requires-Dist: fsspec==2025.5.
|
|
137
|
+
Requires-Dist: fsspec==2025.5.1; extra == "frozen"
|
|
138
138
|
Requires-Dist: globus-sdk==3.56.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
@@ -152,9 +152,9 @@ Requires-Dist: importlib_metadata==8.6.1; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
153
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: jsonschema==4.
|
|
155
|
+
Requires-Dist: jsonschema==4.24.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
157
|
-
Requires-Dist: jupyter_core==5.
|
|
157
|
+
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
158
158
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
159
159
|
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
160
160
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
@@ -173,7 +173,7 @@ Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
|
173
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
175
175
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
176
|
-
Requires-Dist: moviepy==2.2.
|
|
176
|
+
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
177
177
|
Requires-Dist: multidict==6.4.4; extra == "frozen"
|
|
178
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
@@ -208,7 +208,7 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
|
208
208
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
209
209
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
211
|
-
Requires-Dist: pydantic==2.11.
|
|
211
|
+
Requires-Dist: pydantic==2.11.5; extra == "frozen"
|
|
212
212
|
Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
|
|
213
213
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -226,9 +226,9 @@ Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
|
226
226
|
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
227
227
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
228
228
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
229
|
-
Requires-Dist: rich-argparse==1.7.
|
|
229
|
+
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
230
230
|
Requires-Dist: rpds-py==0.25.1; extra == "frozen"
|
|
231
|
-
Requires-Dist: s3transfer==0.
|
|
231
|
+
Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
@@ -243,10 +243,10 @@ Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: tenacity==9.1.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
245
245
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
246
|
-
Requires-Dist: tornado==6.5; extra == "frozen"
|
|
246
|
+
Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typing-inspection==0.4.
|
|
249
|
+
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing_extensions==4.13.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
@@ -260,7 +260,7 @@ Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
|
260
260
|
Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
261
261
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: yarl==1.20.0; extra == "frozen"
|
|
263
|
-
Requires-Dist: zipp==3.
|
|
263
|
+
Requires-Dist: zipp==3.22.0; extra == "frozen"
|
|
264
264
|
|
|
265
265
|
dkist-processing-test
|
|
266
266
|
---------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.26.
|
|
3
|
+
Version: 1.26.3
|
|
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.8.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.8.2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.16.0
|
|
@@ -63,9 +63,9 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.2; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
|
-
Requires-Dist: alembic==1.
|
|
68
|
+
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
@@ -89,14 +89,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.5.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.5.26.0.37.21; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.23; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.23; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
@@ -113,16 +113,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==45.0.
|
|
116
|
+
Requires-Dist: cryptography==45.0.3; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==10.8.
|
|
123
|
-
Requires-Dist: dkist-processing-core==5.1.
|
|
122
|
+
Requires-Dist: dkist-processing-common==10.8.2; extra == "frozen"
|
|
123
|
+
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.26.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.26.3; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.16.0; extra == "frozen"
|
|
@@ -134,7 +134,7 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: fonttools==4.58.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.6.0; extra == "frozen"
|
|
137
|
-
Requires-Dist: fsspec==2025.5.
|
|
137
|
+
Requires-Dist: fsspec==2025.5.1; extra == "frozen"
|
|
138
138
|
Requires-Dist: globus-sdk==3.56.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
@@ -152,9 +152,9 @@ Requires-Dist: importlib_metadata==8.6.1; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
153
153
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
155
|
-
Requires-Dist: jsonschema==4.
|
|
155
|
+
Requires-Dist: jsonschema==4.24.0; extra == "frozen"
|
|
156
156
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
157
|
-
Requires-Dist: jupyter_core==5.
|
|
157
|
+
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
158
158
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
159
159
|
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
160
160
|
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
@@ -173,7 +173,7 @@ Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
|
173
173
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
174
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
175
175
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
176
|
-
Requires-Dist: moviepy==2.2.
|
|
176
|
+
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
177
177
|
Requires-Dist: multidict==6.4.4; extra == "frozen"
|
|
178
178
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
179
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
@@ -208,7 +208,7 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
|
208
208
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
209
209
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
211
|
-
Requires-Dist: pydantic==2.11.
|
|
211
|
+
Requires-Dist: pydantic==2.11.5; extra == "frozen"
|
|
212
212
|
Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
|
|
213
213
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -226,9 +226,9 @@ Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
|
226
226
|
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
227
227
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
228
228
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
229
|
-
Requires-Dist: rich-argparse==1.7.
|
|
229
|
+
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
230
230
|
Requires-Dist: rpds-py==0.25.1; extra == "frozen"
|
|
231
|
-
Requires-Dist: s3transfer==0.
|
|
231
|
+
Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
@@ -243,10 +243,10 @@ Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: tenacity==9.1.2; extra == "frozen"
|
|
244
244
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
245
245
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
246
|
-
Requires-Dist: tornado==6.5; extra == "frozen"
|
|
246
|
+
Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typing-inspection==0.4.
|
|
249
|
+
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing_extensions==4.13.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
@@ -260,7 +260,7 @@ Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
|
260
260
|
Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
261
261
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: yarl==1.20.0; extra == "frozen"
|
|
263
|
-
Requires-Dist: zipp==3.
|
|
263
|
+
Requires-Dist: zipp==3.22.0; extra == "frozen"
|
|
264
264
|
|
|
265
265
|
dkist-processing-test
|
|
266
266
|
---------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.8.
|
|
1
|
+
dkist-processing-common==10.8.2
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.16.0
|
|
@@ -37,9 +37,9 @@ WTForms==3.2.1
|
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
38
|
aioftp==0.25.1
|
|
39
39
|
aiohappyeyeballs==2.6.1
|
|
40
|
-
aiohttp==3.
|
|
40
|
+
aiohttp==3.12.2
|
|
41
41
|
aiosignal==1.3.2
|
|
42
|
-
alembic==1.
|
|
42
|
+
alembic==1.16.1
|
|
43
43
|
amqp==5.3.1
|
|
44
44
|
annotated-types==0.7.0
|
|
45
45
|
anyio==4.9.0
|
|
@@ -63,14 +63,14 @@ asdf_transform_schemas==0.5.0
|
|
|
63
63
|
asgiref==3.8.1
|
|
64
64
|
asteval==1.0.6
|
|
65
65
|
astropy==7.0.2
|
|
66
|
-
astropy-iers-data==0.2025.5.
|
|
66
|
+
astropy-iers-data==0.2025.5.26.0.37.21
|
|
67
67
|
asyncpg==0.30.0
|
|
68
68
|
attrs==25.3.0
|
|
69
69
|
babel==2.17.0
|
|
70
70
|
billiard==4.2.1
|
|
71
71
|
blinker==1.9.0
|
|
72
|
-
boto3==1.38.
|
|
73
|
-
botocore==1.38.
|
|
72
|
+
boto3==1.38.23
|
|
73
|
+
botocore==1.38.23
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.2
|
|
76
76
|
certifi==2025.4.26
|
|
@@ -87,16 +87,16 @@ connexion==2.14.2
|
|
|
87
87
|
contourpy==1.3.2
|
|
88
88
|
cron-descriptor==1.4.5
|
|
89
89
|
croniter==6.0.0
|
|
90
|
-
cryptography==45.0.
|
|
90
|
+
cryptography==45.0.3
|
|
91
91
|
cycler==0.12.1
|
|
92
92
|
dacite==1.9.2
|
|
93
93
|
decorator==5.2.1
|
|
94
94
|
dill==0.4.0
|
|
95
95
|
dkist-header-validator==5.2.1
|
|
96
|
-
dkist-processing-common==10.8.
|
|
97
|
-
dkist-processing-core==5.1.
|
|
96
|
+
dkist-processing-common==10.8.2
|
|
97
|
+
dkist-processing-core==5.1.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.26.
|
|
99
|
+
dkist-processing-test==1.26.3
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.16.0
|
|
@@ -108,7 +108,7 @@ fastjsonschema==2.21.1
|
|
|
108
108
|
flower==2.0.1
|
|
109
109
|
fonttools==4.58.0
|
|
110
110
|
frozenlist==1.6.0
|
|
111
|
-
fsspec==2025.5.
|
|
111
|
+
fsspec==2025.5.1
|
|
112
112
|
globus-sdk==3.56.1
|
|
113
113
|
google-re2==1.1.20240702
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
@@ -126,9 +126,9 @@ importlib_metadata==8.6.1
|
|
|
126
126
|
inflection==0.5.1
|
|
127
127
|
itsdangerous==2.2.0
|
|
128
128
|
jmespath==1.0.1
|
|
129
|
-
jsonschema==4.
|
|
129
|
+
jsonschema==4.24.0
|
|
130
130
|
jsonschema-specifications==2025.4.1
|
|
131
|
-
jupyter_core==5.
|
|
131
|
+
jupyter_core==5.8.1
|
|
132
132
|
kiwisolver==1.4.8
|
|
133
133
|
kombu==5.5.3
|
|
134
134
|
lazy-object-proxy==1.11.0
|
|
@@ -147,7 +147,7 @@ mdit-py-plugins==0.4.2
|
|
|
147
147
|
mdurl==0.1.2
|
|
148
148
|
methodtools==0.4.7
|
|
149
149
|
more-itertools==10.7.0
|
|
150
|
-
moviepy==2.2.
|
|
150
|
+
moviepy==2.2.1
|
|
151
151
|
multidict==6.4.4
|
|
152
152
|
nbformat==5.10.4
|
|
153
153
|
numba==0.61.2
|
|
@@ -182,7 +182,7 @@ psutil==7.0.0
|
|
|
182
182
|
psycopg2-binary==2.9.10
|
|
183
183
|
py==1.11.0
|
|
184
184
|
pycparser==2.22
|
|
185
|
-
pydantic==2.11.
|
|
185
|
+
pydantic==2.11.5
|
|
186
186
|
pydantic-settings==2.9.1
|
|
187
187
|
pydantic_core==2.33.2
|
|
188
188
|
pyerfa==2.0.1.5
|
|
@@ -200,9 +200,9 @@ requests-toolbelt==1.0.0
|
|
|
200
200
|
retry==0.9.2
|
|
201
201
|
rfc3339-validator==0.1.4
|
|
202
202
|
rich==13.9.4
|
|
203
|
-
rich-argparse==1.7.
|
|
203
|
+
rich-argparse==1.7.1
|
|
204
204
|
rpds-py==0.25.1
|
|
205
|
-
s3transfer==0.
|
|
205
|
+
s3transfer==0.13.0
|
|
206
206
|
scipy==1.15.3
|
|
207
207
|
semantic-version==2.10.0
|
|
208
208
|
setproctitle==1.3.6
|
|
@@ -217,10 +217,10 @@ talus==1.1.0
|
|
|
217
217
|
tenacity==9.1.2
|
|
218
218
|
termcolor==3.1.0
|
|
219
219
|
text-unidecode==1.3
|
|
220
|
-
tornado==6.5
|
|
220
|
+
tornado==6.5.1
|
|
221
221
|
tqdm==4.67.1
|
|
222
222
|
traitlets==5.14.3
|
|
223
|
-
typing-inspection==0.4.
|
|
223
|
+
typing-inspection==0.4.1
|
|
224
224
|
typing_extensions==4.13.2
|
|
225
225
|
tzdata==2025.2
|
|
226
226
|
uc-micro-py==1.0.3
|
|
@@ -234,7 +234,7 @@ wirerope==1.0.0
|
|
|
234
234
|
wrapt==1.17.2
|
|
235
235
|
yamale==6.0.0
|
|
236
236
|
yarl==1.20.0
|
|
237
|
-
zipp==3.
|
|
237
|
+
zipp==3.22.0
|
|
238
238
|
|
|
239
239
|
[inventory]
|
|
240
240
|
dkist-processing-common[inventory]
|
|
@@ -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.26.
|
|
13
|
-
date = 2025-05-
|
|
12
|
+
version = "1.26.3"
|
|
13
|
+
date = 2025-05-27T10:38:02.859201
|
|
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.8.
|
|
29
|
+
"dkist-processing-common == 10.8.2",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.16.0",
|
|
@@ -89,9 +89,9 @@ frozen = [
|
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
90
|
"aioftp == 0.25.1",
|
|
91
91
|
"aiohappyeyeballs == 2.6.1",
|
|
92
|
-
"aiohttp == 3.
|
|
92
|
+
"aiohttp == 3.12.2",
|
|
93
93
|
"aiosignal == 1.3.2",
|
|
94
|
-
"alembic == 1.
|
|
94
|
+
"alembic == 1.16.1",
|
|
95
95
|
"amqp == 5.3.1",
|
|
96
96
|
"annotated-types == 0.7.0",
|
|
97
97
|
"anyio == 4.9.0",
|
|
@@ -115,14 +115,14 @@ frozen = [
|
|
|
115
115
|
"asgiref == 3.8.1",
|
|
116
116
|
"asteval == 1.0.6",
|
|
117
117
|
"astropy == 7.0.2",
|
|
118
|
-
"astropy-iers-data == 0.2025.5.
|
|
118
|
+
"astropy-iers-data == 0.2025.5.26.0.37.21",
|
|
119
119
|
"asyncpg == 0.30.0",
|
|
120
120
|
"attrs == 25.3.0",
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.38.
|
|
125
|
-
"botocore == 1.38.
|
|
124
|
+
"boto3 == 1.38.23",
|
|
125
|
+
"botocore == 1.38.23",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.2",
|
|
128
128
|
"certifi == 2025.4.26",
|
|
@@ -139,16 +139,16 @@ frozen = [
|
|
|
139
139
|
"contourpy == 1.3.2",
|
|
140
140
|
"cron-descriptor == 1.4.5",
|
|
141
141
|
"croniter == 6.0.0",
|
|
142
|
-
"cryptography == 45.0.
|
|
142
|
+
"cryptography == 45.0.3",
|
|
143
143
|
"cycler == 0.12.1",
|
|
144
144
|
"dacite == 1.9.2",
|
|
145
145
|
"decorator == 5.2.1",
|
|
146
146
|
"dill == 0.4.0",
|
|
147
147
|
"dkist-header-validator == 5.2.1",
|
|
148
|
-
"dkist-processing-common == 10.8.
|
|
149
|
-
"dkist-processing-core == 5.1.
|
|
148
|
+
"dkist-processing-common == 10.8.2",
|
|
149
|
+
"dkist-processing-core == 5.1.1",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.26.
|
|
151
|
+
"dkist-processing-test == 1.26.3",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.16.0",
|
|
@@ -160,7 +160,7 @@ frozen = [
|
|
|
160
160
|
"flower == 2.0.1",
|
|
161
161
|
"fonttools == 4.58.0",
|
|
162
162
|
"frozenlist == 1.6.0",
|
|
163
|
-
"fsspec == 2025.5.
|
|
163
|
+
"fsspec == 2025.5.1",
|
|
164
164
|
"globus-sdk == 3.56.1",
|
|
165
165
|
"google-re2 == 1.1.20240702",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
@@ -178,9 +178,9 @@ frozen = [
|
|
|
178
178
|
"inflection == 0.5.1",
|
|
179
179
|
"itsdangerous == 2.2.0",
|
|
180
180
|
"jmespath == 1.0.1",
|
|
181
|
-
"jsonschema == 4.
|
|
181
|
+
"jsonschema == 4.24.0",
|
|
182
182
|
"jsonschema-specifications == 2025.4.1",
|
|
183
|
-
"jupyter_core == 5.
|
|
183
|
+
"jupyter_core == 5.8.1",
|
|
184
184
|
"kiwisolver == 1.4.8",
|
|
185
185
|
"kombu == 5.5.3",
|
|
186
186
|
"lazy-object-proxy == 1.11.0",
|
|
@@ -199,7 +199,7 @@ frozen = [
|
|
|
199
199
|
"mdurl == 0.1.2",
|
|
200
200
|
"methodtools == 0.4.7",
|
|
201
201
|
"more-itertools == 10.7.0",
|
|
202
|
-
"moviepy == 2.2.
|
|
202
|
+
"moviepy == 2.2.1",
|
|
203
203
|
"multidict == 6.4.4",
|
|
204
204
|
"nbformat == 5.10.4",
|
|
205
205
|
"numba == 0.61.2",
|
|
@@ -234,7 +234,7 @@ frozen = [
|
|
|
234
234
|
"psycopg2-binary == 2.9.10",
|
|
235
235
|
"py == 1.11.0",
|
|
236
236
|
"pycparser == 2.22",
|
|
237
|
-
"pydantic == 2.11.
|
|
237
|
+
"pydantic == 2.11.5",
|
|
238
238
|
"pydantic-settings == 2.9.1",
|
|
239
239
|
"pydantic_core == 2.33.2",
|
|
240
240
|
"pyerfa == 2.0.1.5",
|
|
@@ -252,9 +252,9 @@ frozen = [
|
|
|
252
252
|
"retry == 0.9.2",
|
|
253
253
|
"rfc3339-validator == 0.1.4",
|
|
254
254
|
"rich == 13.9.4",
|
|
255
|
-
"rich-argparse == 1.7.
|
|
255
|
+
"rich-argparse == 1.7.1",
|
|
256
256
|
"rpds-py == 0.25.1",
|
|
257
|
-
"s3transfer == 0.
|
|
257
|
+
"s3transfer == 0.13.0",
|
|
258
258
|
"scipy == 1.15.3",
|
|
259
259
|
"semantic-version == 2.10.0",
|
|
260
260
|
"setproctitle == 1.3.6",
|
|
@@ -269,10 +269,10 @@ frozen = [
|
|
|
269
269
|
"tenacity == 9.1.2",
|
|
270
270
|
"termcolor == 3.1.0",
|
|
271
271
|
"text-unidecode == 1.3",
|
|
272
|
-
"tornado == 6.5",
|
|
272
|
+
"tornado == 6.5.1",
|
|
273
273
|
"tqdm == 4.67.1",
|
|
274
274
|
"traitlets == 5.14.3",
|
|
275
|
-
"typing-inspection == 0.4.
|
|
275
|
+
"typing-inspection == 0.4.1",
|
|
276
276
|
"typing_extensions == 4.13.2",
|
|
277
277
|
"tzdata == 2025.2",
|
|
278
278
|
"uc-micro-py == 1.0.3",
|
|
@@ -286,7 +286,7 @@ frozen = [
|
|
|
286
286
|
"wrapt == 1.17.2",
|
|
287
287
|
"yamale == 6.0.0",
|
|
288
288
|
"yarl == 1.20.0",
|
|
289
|
-
"zipp == 3.
|
|
289
|
+
"zipp == 3.22.0",
|
|
290
290
|
]
|
|
291
291
|
|
|
292
292
|
[tool.pytest.ini_options]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/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.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.26.1 → dkist_processing_test-1.26.3}/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
|