dkist-processing-test 1.23.17rc1__tar.gz → 1.23.18__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.23.17rc1/dkist_processing_test.egg-info → dkist_processing_test-1.23.18}/PKG-INFO +20 -21
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18/dkist_processing_test.egg-info}/PKG-INFO +20 -21
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test.egg-info/requires.txt +19 -20
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/pyproject.toml +21 -22
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/.gitignore +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/.snyk +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/README.rst +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.18
|
|
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.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.5.15
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: Deprecated==1.2.18; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Flask==2.2.5; extra == "frozen"
|
|
44
44
|
Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
|
-
Requires-Dist: Flask-Caching==2.3.
|
|
46
|
+
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
48
|
Requires-Dist: Flask-Limiter==3.10.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
@@ -63,14 +63,14 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.4.6; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.11.
|
|
66
|
+
Requires-Dist: aiohttp==3.11.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
69
69
|
Requires-Dist: alembic==1.14.1; 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.8.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow==2.10.
|
|
73
|
+
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: apache-airflow-providers-common-compat==1.3.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: apache-airflow-providers-common-io==1.5.0; extra == "frozen"
|
|
@@ -90,15 +90,15 @@ 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.2.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.2.24.0.34.4; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.1.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.
|
|
100
|
-
Requires-Dist: botocore==1.
|
|
101
|
-
Requires-Dist: cachelib==0.
|
|
99
|
+
Requires-Dist: boto3==1.37.0; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
104
104
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
@@ -117,13 +117,13 @@ Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
|
117
117
|
Requires-Dist: cryptography==44.0.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
119
119
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: decorator==5.
|
|
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.5.
|
|
124
|
-
Requires-Dist: dkist-processing-core==5.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.5.15; extra == "frozen"
|
|
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.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.18; 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"
|
|
@@ -138,9 +138,8 @@ Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: fsspec==2025.2.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: globus-sdk==3.50.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
141
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
141
|
+
Requires-Dist: googleapis-common-protos==1.68.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
143
|
-
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
144
143
|
Requires-Dist: grpcio==1.70.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
146
145
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
@@ -204,14 +203,14 @@ Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
|
204
203
|
Requires-Dist: proglog==0.1.10; extra == "frozen"
|
|
205
204
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
206
205
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
207
|
-
Requires-Dist: propcache==0.
|
|
206
|
+
Requires-Dist: propcache==0.3.0; extra == "frozen"
|
|
208
207
|
Requires-Dist: protobuf==5.29.3; extra == "frozen"
|
|
209
208
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
210
209
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
211
210
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
212
211
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
213
212
|
Requires-Dist: pydantic==2.10.6; extra == "frozen"
|
|
214
|
-
Requires-Dist: pydantic-settings==2.
|
|
213
|
+
Requires-Dist: pydantic-settings==2.8.0; extra == "frozen"
|
|
215
214
|
Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
|
|
216
215
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
217
216
|
Requires-Dist: pyparsing==3.2.1; extra == "frozen"
|
|
@@ -229,17 +228,17 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
|
229
228
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
230
229
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
231
230
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
232
|
-
Requires-Dist: rpds-py==0.
|
|
231
|
+
Requires-Dist: rpds-py==0.23.1; extra == "frozen"
|
|
233
232
|
Requires-Dist: s3transfer==0.11.2; extra == "frozen"
|
|
234
233
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
235
234
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
|
-
Requires-Dist: setproctitle==1.3.
|
|
237
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
236
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
240
239
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
241
240
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
242
|
-
Requires-Dist: sunpy==6.
|
|
241
|
+
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
243
242
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
244
243
|
Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
245
244
|
Requires-Dist: tenacity==9.0.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.18
|
|
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.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.5.15
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: Deprecated==1.2.18; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Flask==2.2.5; extra == "frozen"
|
|
44
44
|
Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
|
-
Requires-Dist: Flask-Caching==2.3.
|
|
46
|
+
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
48
|
Requires-Dist: Flask-Limiter==3.10.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
@@ -63,14 +63,14 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.4.6; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.11.
|
|
66
|
+
Requires-Dist: aiohttp==3.11.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
69
69
|
Requires-Dist: alembic==1.14.1; 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.8.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow==2.10.
|
|
73
|
+
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: apache-airflow-providers-common-compat==1.3.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: apache-airflow-providers-common-io==1.5.0; extra == "frozen"
|
|
@@ -90,15 +90,15 @@ 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.2.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.2.24.0.34.4; extra == "frozen"
|
|
94
94
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: attrs==25.1.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.
|
|
100
|
-
Requires-Dist: botocore==1.
|
|
101
|
-
Requires-Dist: cachelib==0.
|
|
99
|
+
Requires-Dist: boto3==1.37.0; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.0; extra == "frozen"
|
|
101
|
+
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
104
104
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
@@ -117,13 +117,13 @@ Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
|
117
117
|
Requires-Dist: cryptography==44.0.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
119
119
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: decorator==5.
|
|
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.5.
|
|
124
|
-
Requires-Dist: dkist-processing-core==5.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.5.15; extra == "frozen"
|
|
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.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.18; 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"
|
|
@@ -138,9 +138,8 @@ Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: fsspec==2025.2.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: globus-sdk==3.50.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
141
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
141
|
+
Requires-Dist: googleapis-common-protos==1.68.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
143
|
-
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
144
143
|
Requires-Dist: grpcio==1.70.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
146
145
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
@@ -204,14 +203,14 @@ Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
|
204
203
|
Requires-Dist: proglog==0.1.10; extra == "frozen"
|
|
205
204
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
206
205
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
207
|
-
Requires-Dist: propcache==0.
|
|
206
|
+
Requires-Dist: propcache==0.3.0; extra == "frozen"
|
|
208
207
|
Requires-Dist: protobuf==5.29.3; extra == "frozen"
|
|
209
208
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
210
209
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
211
210
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
212
211
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
213
212
|
Requires-Dist: pydantic==2.10.6; extra == "frozen"
|
|
214
|
-
Requires-Dist: pydantic-settings==2.
|
|
213
|
+
Requires-Dist: pydantic-settings==2.8.0; extra == "frozen"
|
|
215
214
|
Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
|
|
216
215
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
217
216
|
Requires-Dist: pyparsing==3.2.1; extra == "frozen"
|
|
@@ -229,17 +228,17 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
|
229
228
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
230
229
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
231
230
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
232
|
-
Requires-Dist: rpds-py==0.
|
|
231
|
+
Requires-Dist: rpds-py==0.23.1; extra == "frozen"
|
|
233
232
|
Requires-Dist: s3transfer==0.11.2; extra == "frozen"
|
|
234
233
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
235
234
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
|
-
Requires-Dist: setproctitle==1.3.
|
|
237
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
236
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
240
239
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
241
240
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
242
|
-
Requires-Dist: sunpy==6.
|
|
241
|
+
Requires-Dist: sunpy==6.1.1; extra == "frozen"
|
|
243
242
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
244
243
|
Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
245
244
|
Requires-Dist: tenacity==9.0.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.5.
|
|
1
|
+
dkist-processing-common==10.5.15
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.11.0
|
|
@@ -17,7 +17,7 @@ Deprecated==1.2.18
|
|
|
17
17
|
Flask==2.2.5
|
|
18
18
|
Flask-AppBuilder==4.5.3
|
|
19
19
|
Flask-Babel==2.0.0
|
|
20
|
-
Flask-Caching==2.3.
|
|
20
|
+
Flask-Caching==2.3.1
|
|
21
21
|
Flask-JWT-Extended==4.7.1
|
|
22
22
|
Flask-Limiter==3.10.1
|
|
23
23
|
Flask-Login==0.6.3
|
|
@@ -37,14 +37,14 @@ WTForms==3.2.1
|
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
38
|
aioftp==0.24.1
|
|
39
39
|
aiohappyeyeballs==2.4.6
|
|
40
|
-
aiohttp==3.11.
|
|
40
|
+
aiohttp==3.11.13
|
|
41
41
|
aiosignal==1.3.2
|
|
42
42
|
aiosqlite==0.21.0
|
|
43
43
|
alembic==1.14.1
|
|
44
44
|
amqp==5.3.1
|
|
45
45
|
annotated-types==0.7.0
|
|
46
46
|
anyio==4.8.0
|
|
47
|
-
apache-airflow==2.10.
|
|
47
|
+
apache-airflow==2.10.5
|
|
48
48
|
apache-airflow-providers-celery==3.10.0
|
|
49
49
|
apache-airflow-providers-common-compat==1.3.0
|
|
50
50
|
apache-airflow-providers-common-io==1.5.0
|
|
@@ -64,15 +64,15 @@ 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.2.
|
|
67
|
+
astropy-iers-data==0.2025.2.24.0.34.4
|
|
68
68
|
asyncpg==0.30.0
|
|
69
69
|
attrs==25.1.0
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.1
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.
|
|
74
|
-
botocore==1.
|
|
75
|
-
cachelib==0.
|
|
73
|
+
boto3==1.37.0
|
|
74
|
+
botocore==1.37.0
|
|
75
|
+
cachelib==0.13.0
|
|
76
76
|
celery==5.4.0
|
|
77
77
|
certifi==2025.1.31
|
|
78
78
|
cffi==1.17.1
|
|
@@ -91,13 +91,13 @@ croniter==6.0.0
|
|
|
91
91
|
cryptography==44.0.1
|
|
92
92
|
cycler==0.12.1
|
|
93
93
|
dacite==1.9.2
|
|
94
|
-
decorator==5.
|
|
94
|
+
decorator==5.2.1
|
|
95
95
|
dill==0.3.9
|
|
96
96
|
dkist-header-validator==5.1.1
|
|
97
|
-
dkist-processing-common==10.5.
|
|
98
|
-
dkist-processing-core==5.
|
|
97
|
+
dkist-processing-common==10.5.15
|
|
98
|
+
dkist-processing-core==5.1.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.23.
|
|
100
|
+
dkist-processing-test==1.23.18
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.11.0
|
|
@@ -112,9 +112,8 @@ frozenlist==1.5.0
|
|
|
112
112
|
fsspec==2025.2.0
|
|
113
113
|
globus-sdk==3.50.0
|
|
114
114
|
google-re2==1.1.20240702
|
|
115
|
-
googleapis-common-protos==1.
|
|
115
|
+
googleapis-common-protos==1.68.0
|
|
116
116
|
gqlclient==1.2.3
|
|
117
|
-
greenlet==3.1.1
|
|
118
117
|
grpcio==1.70.0
|
|
119
118
|
gunicorn==23.0.0
|
|
120
119
|
h11==0.14.0
|
|
@@ -178,14 +177,14 @@ prison==0.2.1
|
|
|
178
177
|
proglog==0.1.10
|
|
179
178
|
prometheus_client==0.21.1
|
|
180
179
|
prompt_toolkit==3.0.50
|
|
181
|
-
propcache==0.
|
|
180
|
+
propcache==0.3.0
|
|
182
181
|
protobuf==5.29.3
|
|
183
182
|
psutil==7.0.0
|
|
184
183
|
psycopg2-binary==2.9.10
|
|
185
184
|
py==1.11.0
|
|
186
185
|
pycparser==2.22
|
|
187
186
|
pydantic==2.10.6
|
|
188
|
-
pydantic-settings==2.
|
|
187
|
+
pydantic-settings==2.8.0
|
|
189
188
|
pydantic_core==2.27.2
|
|
190
189
|
pyerfa==2.0.1.5
|
|
191
190
|
pyparsing==3.2.1
|
|
@@ -203,17 +202,17 @@ retry==0.9.2
|
|
|
203
202
|
rfc3339-validator==0.1.4
|
|
204
203
|
rich==13.9.4
|
|
205
204
|
rich-argparse==1.7.0
|
|
206
|
-
rpds-py==0.
|
|
205
|
+
rpds-py==0.23.1
|
|
207
206
|
s3transfer==0.11.2
|
|
208
207
|
scipy==1.15.2
|
|
209
208
|
semantic-version==2.10.0
|
|
210
|
-
setproctitle==1.3.
|
|
211
|
-
setuptools==
|
|
209
|
+
setproctitle==1.3.5
|
|
210
|
+
setuptools==69.2.0
|
|
212
211
|
six==1.17.0
|
|
213
212
|
sniffio==1.3.1
|
|
214
213
|
sqids==0.5.1
|
|
215
214
|
sqlparse==0.5.3
|
|
216
|
-
sunpy==6.
|
|
215
|
+
sunpy==6.1.1
|
|
217
216
|
tabulate==0.9.0
|
|
218
217
|
talus==1.1.0
|
|
219
218
|
tenacity==9.0.0
|
|
@@ -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.23.
|
|
13
|
-
date = 2025-02-
|
|
12
|
+
version = "1.23.18"
|
|
13
|
+
date = 2025-02-24T16:12:41.884262
|
|
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.5.
|
|
29
|
+
"dkist-processing-common == 10.5.15",
|
|
30
30
|
"dkist-header-validator == 5.1.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.11.0",
|
|
@@ -69,7 +69,7 @@ frozen = [
|
|
|
69
69
|
"Flask == 2.2.5",
|
|
70
70
|
"Flask-AppBuilder == 4.5.3",
|
|
71
71
|
"Flask-Babel == 2.0.0",
|
|
72
|
-
"Flask-Caching == 2.3.
|
|
72
|
+
"Flask-Caching == 2.3.1",
|
|
73
73
|
"Flask-JWT-Extended == 4.7.1",
|
|
74
74
|
"Flask-Limiter == 3.10.1",
|
|
75
75
|
"Flask-Login == 0.6.3",
|
|
@@ -89,14 +89,14 @@ frozen = [
|
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
90
|
"aioftp == 0.24.1",
|
|
91
91
|
"aiohappyeyeballs == 2.4.6",
|
|
92
|
-
"aiohttp == 3.11.
|
|
92
|
+
"aiohttp == 3.11.13",
|
|
93
93
|
"aiosignal == 1.3.2",
|
|
94
94
|
"aiosqlite == 0.21.0",
|
|
95
95
|
"alembic == 1.14.1",
|
|
96
96
|
"amqp == 5.3.1",
|
|
97
97
|
"annotated-types == 0.7.0",
|
|
98
98
|
"anyio == 4.8.0",
|
|
99
|
-
"apache-airflow == 2.10.
|
|
99
|
+
"apache-airflow == 2.10.5",
|
|
100
100
|
"apache-airflow-providers-celery == 3.10.0",
|
|
101
101
|
"apache-airflow-providers-common-compat == 1.3.0",
|
|
102
102
|
"apache-airflow-providers-common-io == 1.5.0",
|
|
@@ -116,15 +116,15 @@ 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.2.
|
|
119
|
+
"astropy-iers-data == 0.2025.2.24.0.34.4",
|
|
120
120
|
"asyncpg == 0.30.0",
|
|
121
121
|
"attrs == 25.1.0",
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.1",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.
|
|
126
|
-
"botocore == 1.
|
|
127
|
-
"cachelib == 0.
|
|
125
|
+
"boto3 == 1.37.0",
|
|
126
|
+
"botocore == 1.37.0",
|
|
127
|
+
"cachelib == 0.13.0",
|
|
128
128
|
"celery == 5.4.0",
|
|
129
129
|
"certifi == 2025.1.31",
|
|
130
130
|
"cffi == 1.17.1",
|
|
@@ -143,13 +143,13 @@ frozen = [
|
|
|
143
143
|
"cryptography == 44.0.1",
|
|
144
144
|
"cycler == 0.12.1",
|
|
145
145
|
"dacite == 1.9.2",
|
|
146
|
-
"decorator == 5.
|
|
146
|
+
"decorator == 5.2.1",
|
|
147
147
|
"dill == 0.3.9",
|
|
148
148
|
"dkist-header-validator == 5.1.1",
|
|
149
|
-
"dkist-processing-common == 10.5.
|
|
150
|
-
"dkist-processing-core == 5.
|
|
149
|
+
"dkist-processing-common == 10.5.15",
|
|
150
|
+
"dkist-processing-core == 5.1.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.23.
|
|
152
|
+
"dkist-processing-test == 1.23.18",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.11.0",
|
|
@@ -164,9 +164,8 @@ frozen = [
|
|
|
164
164
|
"fsspec == 2025.2.0",
|
|
165
165
|
"globus-sdk == 3.50.0",
|
|
166
166
|
"google-re2 == 1.1.20240702",
|
|
167
|
-
"googleapis-common-protos == 1.
|
|
167
|
+
"googleapis-common-protos == 1.68.0",
|
|
168
168
|
"gqlclient == 1.2.3",
|
|
169
|
-
"greenlet == 3.1.1",
|
|
170
169
|
"grpcio == 1.70.0",
|
|
171
170
|
"gunicorn == 23.0.0",
|
|
172
171
|
"h11 == 0.14.0",
|
|
@@ -230,14 +229,14 @@ frozen = [
|
|
|
230
229
|
"proglog == 0.1.10",
|
|
231
230
|
"prometheus_client == 0.21.1",
|
|
232
231
|
"prompt_toolkit == 3.0.50",
|
|
233
|
-
"propcache == 0.
|
|
232
|
+
"propcache == 0.3.0",
|
|
234
233
|
"protobuf == 5.29.3",
|
|
235
234
|
"psutil == 7.0.0",
|
|
236
235
|
"psycopg2-binary == 2.9.10",
|
|
237
236
|
"py == 1.11.0",
|
|
238
237
|
"pycparser == 2.22",
|
|
239
238
|
"pydantic == 2.10.6",
|
|
240
|
-
"pydantic-settings == 2.
|
|
239
|
+
"pydantic-settings == 2.8.0",
|
|
241
240
|
"pydantic_core == 2.27.2",
|
|
242
241
|
"pyerfa == 2.0.1.5",
|
|
243
242
|
"pyparsing == 3.2.1",
|
|
@@ -255,17 +254,17 @@ frozen = [
|
|
|
255
254
|
"rfc3339-validator == 0.1.4",
|
|
256
255
|
"rich == 13.9.4",
|
|
257
256
|
"rich-argparse == 1.7.0",
|
|
258
|
-
"rpds-py == 0.
|
|
257
|
+
"rpds-py == 0.23.1",
|
|
259
258
|
"s3transfer == 0.11.2",
|
|
260
259
|
"scipy == 1.15.2",
|
|
261
260
|
"semantic-version == 2.10.0",
|
|
262
|
-
"setproctitle == 1.3.
|
|
263
|
-
"setuptools ==
|
|
261
|
+
"setproctitle == 1.3.5",
|
|
262
|
+
"setuptools == 69.2.0",
|
|
264
263
|
"six == 1.17.0",
|
|
265
264
|
"sniffio == 1.3.1",
|
|
266
265
|
"sqids == 0.5.1",
|
|
267
266
|
"sqlparse == 0.5.3",
|
|
268
|
-
"sunpy == 6.
|
|
267
|
+
"sunpy == 6.1.1",
|
|
269
268
|
"tabulate == 0.9.0",
|
|
270
269
|
"talus == 1.1.0",
|
|
271
270
|
"tenacity == 9.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.17rc1 → dkist_processing_test-1.23.18}/dkist_processing_test/config.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
|
|
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
|