dkist-processing-test 1.23.18__tar.gz → 1.23.19rc1__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.18/dkist_processing_test.egg-info → dkist_processing_test-1.23.19rc1}/PKG-INFO +21 -20
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1/dkist_processing_test.egg-info}/PKG-INFO +21 -20
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test.egg-info/requires.txt +20 -19
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/pyproject.toml +22 -21
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/.gitignore +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/.snyk +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/README.rst +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/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.19rc1
|
|
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.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.0rc2
|
|
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
|
|
@@ -72,15 +72,15 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
72
72
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.5.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: apache-airflow-providers-common-io==1.5.0; extra == "frozen"
|
|
77
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
77
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.23.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
79
|
-
Requires-Dist: apache-airflow-providers-ftp==3.12.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-http==5.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-imap==3.8.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
79
|
+
Requires-Dist: apache-airflow-providers-ftp==3.12.2; extra == "frozen"
|
|
80
|
+
Requires-Dist: apache-airflow-providers-http==5.2.0; extra == "frozen"
|
|
81
|
+
Requires-Dist: apache-airflow-providers-imap==3.8.2; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-postgres==6.1.0; extra == "frozen"
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: argcomplete==3.5.3; extra == "frozen"
|
|
@@ -90,14 +90,14 @@ 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.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.3.3.0.34.45; 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.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.5; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.5; extra == "frozen"
|
|
101
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"
|
|
@@ -114,16 +114,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: contourpy==1.3.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
116
116
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: cryptography==44.0.
|
|
117
|
+
Requires-Dist: cryptography==44.0.2; extra == "frozen"
|
|
118
118
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
119
119
|
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.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.0rc2; 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.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.19rc1; 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,8 +138,9 @@ 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.69.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
143
|
+
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
143
144
|
Requires-Dist: grpcio==1.70.0; extra == "frozen"
|
|
144
145
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
145
146
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
@@ -169,7 +170,7 @@ Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
|
169
170
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
170
171
|
Requires-Dist: marshmallow-oneofschema==3.1.1; extra == "frozen"
|
|
171
172
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
172
|
-
Requires-Dist: matplotlib==3.10.
|
|
173
|
+
Requires-Dist: matplotlib==3.10.1; extra == "frozen"
|
|
173
174
|
Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
174
175
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
175
176
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -210,7 +211,7 @@ Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
|
210
211
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
211
212
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
212
213
|
Requires-Dist: pydantic==2.10.6; extra == "frozen"
|
|
213
|
-
Requires-Dist: pydantic-settings==2.8.
|
|
214
|
+
Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
|
|
214
215
|
Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
|
|
215
216
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
216
217
|
Requires-Dist: pyparsing==3.2.1; extra == "frozen"
|
|
@@ -229,11 +230,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
229
230
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
230
231
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
231
232
|
Requires-Dist: rpds-py==0.23.1; extra == "frozen"
|
|
232
|
-
Requires-Dist: s3transfer==0.11.
|
|
233
|
+
Requires-Dist: s3transfer==0.11.3; extra == "frozen"
|
|
233
234
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
234
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
236
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
236
|
-
Requires-Dist: setuptools==
|
|
237
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
237
238
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
239
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
240
|
Requires-Dist: sqids==0.5.1; 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.19rc1
|
|
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.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.0rc2
|
|
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
|
|
@@ -72,15 +72,15 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
72
72
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.5.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: apache-airflow-providers-common-io==1.5.0; extra == "frozen"
|
|
77
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
77
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.23.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
79
|
-
Requires-Dist: apache-airflow-providers-ftp==3.12.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-http==5.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-imap==3.8.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
79
|
+
Requires-Dist: apache-airflow-providers-ftp==3.12.2; extra == "frozen"
|
|
80
|
+
Requires-Dist: apache-airflow-providers-http==5.2.0; extra == "frozen"
|
|
81
|
+
Requires-Dist: apache-airflow-providers-imap==3.8.2; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-postgres==6.1.0; extra == "frozen"
|
|
83
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: apache-airflow-providers-sqlite==4.0.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: argcomplete==3.5.3; extra == "frozen"
|
|
@@ -90,14 +90,14 @@ 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.
|
|
93
|
+
Requires-Dist: astropy-iers-data==0.2025.3.3.0.34.45; 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.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.5; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.5; extra == "frozen"
|
|
101
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"
|
|
@@ -114,16 +114,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: contourpy==1.3.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
116
116
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: cryptography==44.0.
|
|
117
|
+
Requires-Dist: cryptography==44.0.2; extra == "frozen"
|
|
118
118
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
119
119
|
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.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.0rc2; 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.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.19rc1; 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,8 +138,9 @@ 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.69.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
143
|
+
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
143
144
|
Requires-Dist: grpcio==1.70.0; extra == "frozen"
|
|
144
145
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
145
146
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
@@ -169,7 +170,7 @@ Requires-Dist: markdown-it-py==3.0.0; extra == "frozen"
|
|
|
169
170
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
170
171
|
Requires-Dist: marshmallow-oneofschema==3.1.1; extra == "frozen"
|
|
171
172
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
172
|
-
Requires-Dist: matplotlib==3.10.
|
|
173
|
+
Requires-Dist: matplotlib==3.10.1; extra == "frozen"
|
|
173
174
|
Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
174
175
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
175
176
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -210,7 +211,7 @@ Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
|
210
211
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
211
212
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
212
213
|
Requires-Dist: pydantic==2.10.6; extra == "frozen"
|
|
213
|
-
Requires-Dist: pydantic-settings==2.8.
|
|
214
|
+
Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
|
|
214
215
|
Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
|
|
215
216
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
216
217
|
Requires-Dist: pyparsing==3.2.1; extra == "frozen"
|
|
@@ -229,11 +230,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
229
230
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
230
231
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
231
232
|
Requires-Dist: rpds-py==0.23.1; extra == "frozen"
|
|
232
|
-
Requires-Dist: s3transfer==0.11.
|
|
233
|
+
Requires-Dist: s3transfer==0.11.3; extra == "frozen"
|
|
233
234
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
234
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
236
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
236
|
-
Requires-Dist: setuptools==
|
|
237
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
237
238
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
239
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
240
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.
|
|
1
|
+
dkist-processing-common==10.6.0rc2
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.11.0
|
|
@@ -46,15 +46,15 @@ annotated-types==0.7.0
|
|
|
46
46
|
anyio==4.8.0
|
|
47
47
|
apache-airflow==2.10.5
|
|
48
48
|
apache-airflow-providers-celery==3.10.0
|
|
49
|
-
apache-airflow-providers-common-compat==1.
|
|
49
|
+
apache-airflow-providers-common-compat==1.5.0
|
|
50
50
|
apache-airflow-providers-common-io==1.5.0
|
|
51
|
-
apache-airflow-providers-common-sql==1.
|
|
51
|
+
apache-airflow-providers-common-sql==1.23.0
|
|
52
52
|
apache-airflow-providers-fab==1.5.3
|
|
53
|
-
apache-airflow-providers-ftp==3.12.
|
|
54
|
-
apache-airflow-providers-http==5.
|
|
55
|
-
apache-airflow-providers-imap==3.8.
|
|
56
|
-
apache-airflow-providers-postgres==6.
|
|
57
|
-
apache-airflow-providers-smtp==
|
|
53
|
+
apache-airflow-providers-ftp==3.12.2
|
|
54
|
+
apache-airflow-providers-http==5.2.0
|
|
55
|
+
apache-airflow-providers-imap==3.8.2
|
|
56
|
+
apache-airflow-providers-postgres==6.1.0
|
|
57
|
+
apache-airflow-providers-smtp==2.0.0
|
|
58
58
|
apache-airflow-providers-sqlite==4.0.0
|
|
59
59
|
apispec==6.8.1
|
|
60
60
|
argcomplete==3.5.3
|
|
@@ -64,14 +64,14 @@ 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.
|
|
67
|
+
astropy-iers-data==0.2025.3.3.0.34.45
|
|
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.37.
|
|
74
|
-
botocore==1.37.
|
|
73
|
+
boto3==1.37.5
|
|
74
|
+
botocore==1.37.5
|
|
75
75
|
cachelib==0.13.0
|
|
76
76
|
celery==5.4.0
|
|
77
77
|
certifi==2025.1.31
|
|
@@ -88,16 +88,16 @@ connexion==2.14.2
|
|
|
88
88
|
contourpy==1.3.1
|
|
89
89
|
cron-descriptor==1.4.5
|
|
90
90
|
croniter==6.0.0
|
|
91
|
-
cryptography==44.0.
|
|
91
|
+
cryptography==44.0.2
|
|
92
92
|
cycler==0.12.1
|
|
93
93
|
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.
|
|
97
|
+
dkist-processing-common==10.6.0rc2
|
|
98
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.19rc1
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.11.0
|
|
@@ -112,8 +112,9 @@ 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.69.0
|
|
116
116
|
gqlclient==1.2.3
|
|
117
|
+
greenlet==3.1.1
|
|
117
118
|
grpcio==1.70.0
|
|
118
119
|
gunicorn==23.0.0
|
|
119
120
|
h11==0.14.0
|
|
@@ -143,7 +144,7 @@ markdown-it-py==3.0.0
|
|
|
143
144
|
marshmallow==3.26.1
|
|
144
145
|
marshmallow-oneofschema==3.1.1
|
|
145
146
|
marshmallow-sqlalchemy==0.28.2
|
|
146
|
-
matplotlib==3.10.
|
|
147
|
+
matplotlib==3.10.1
|
|
147
148
|
mdit-py-plugins==0.4.2
|
|
148
149
|
mdurl==0.1.2
|
|
149
150
|
methodtools==0.4.7
|
|
@@ -184,7 +185,7 @@ psycopg2-binary==2.9.10
|
|
|
184
185
|
py==1.11.0
|
|
185
186
|
pycparser==2.22
|
|
186
187
|
pydantic==2.10.6
|
|
187
|
-
pydantic-settings==2.8.
|
|
188
|
+
pydantic-settings==2.8.1
|
|
188
189
|
pydantic_core==2.27.2
|
|
189
190
|
pyerfa==2.0.1.5
|
|
190
191
|
pyparsing==3.2.1
|
|
@@ -203,11 +204,11 @@ rfc3339-validator==0.1.4
|
|
|
203
204
|
rich==13.9.4
|
|
204
205
|
rich-argparse==1.7.0
|
|
205
206
|
rpds-py==0.23.1
|
|
206
|
-
s3transfer==0.11.
|
|
207
|
+
s3transfer==0.11.3
|
|
207
208
|
scipy==1.15.2
|
|
208
209
|
semantic-version==2.10.0
|
|
209
210
|
setproctitle==1.3.5
|
|
210
|
-
setuptools==
|
|
211
|
+
setuptools==65.5.0
|
|
211
212
|
six==1.17.0
|
|
212
213
|
sniffio==1.3.1
|
|
213
214
|
sqids==0.5.1
|
|
@@ -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-
|
|
12
|
+
version = "1.23.19rc1"
|
|
13
|
+
date = 2025-03-03T13:59:02.461445
|
|
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.
|
|
29
|
+
"dkist-processing-common == 10.6.0rc2",
|
|
30
30
|
"dkist-header-validator == 5.1.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.11.0",
|
|
@@ -98,15 +98,15 @@ frozen = [
|
|
|
98
98
|
"anyio == 4.8.0",
|
|
99
99
|
"apache-airflow == 2.10.5",
|
|
100
100
|
"apache-airflow-providers-celery == 3.10.0",
|
|
101
|
-
"apache-airflow-providers-common-compat == 1.
|
|
101
|
+
"apache-airflow-providers-common-compat == 1.5.0",
|
|
102
102
|
"apache-airflow-providers-common-io == 1.5.0",
|
|
103
|
-
"apache-airflow-providers-common-sql == 1.
|
|
103
|
+
"apache-airflow-providers-common-sql == 1.23.0",
|
|
104
104
|
"apache-airflow-providers-fab == 1.5.3",
|
|
105
|
-
"apache-airflow-providers-ftp == 3.12.
|
|
106
|
-
"apache-airflow-providers-http == 5.
|
|
107
|
-
"apache-airflow-providers-imap == 3.8.
|
|
108
|
-
"apache-airflow-providers-postgres == 6.
|
|
109
|
-
"apache-airflow-providers-smtp ==
|
|
105
|
+
"apache-airflow-providers-ftp == 3.12.2",
|
|
106
|
+
"apache-airflow-providers-http == 5.2.0",
|
|
107
|
+
"apache-airflow-providers-imap == 3.8.2",
|
|
108
|
+
"apache-airflow-providers-postgres == 6.1.0",
|
|
109
|
+
"apache-airflow-providers-smtp == 2.0.0",
|
|
110
110
|
"apache-airflow-providers-sqlite == 4.0.0",
|
|
111
111
|
"apispec == 6.8.1",
|
|
112
112
|
"argcomplete == 3.5.3",
|
|
@@ -116,14 +116,14 @@ 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.
|
|
119
|
+
"astropy-iers-data == 0.2025.3.3.0.34.45",
|
|
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.37.
|
|
126
|
-
"botocore == 1.37.
|
|
125
|
+
"boto3 == 1.37.5",
|
|
126
|
+
"botocore == 1.37.5",
|
|
127
127
|
"cachelib == 0.13.0",
|
|
128
128
|
"celery == 5.4.0",
|
|
129
129
|
"certifi == 2025.1.31",
|
|
@@ -140,16 +140,16 @@ frozen = [
|
|
|
140
140
|
"contourpy == 1.3.1",
|
|
141
141
|
"cron-descriptor == 1.4.5",
|
|
142
142
|
"croniter == 6.0.0",
|
|
143
|
-
"cryptography == 44.0.
|
|
143
|
+
"cryptography == 44.0.2",
|
|
144
144
|
"cycler == 0.12.1",
|
|
145
145
|
"dacite == 1.9.2",
|
|
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.
|
|
149
|
+
"dkist-processing-common == 10.6.0rc2",
|
|
150
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.19rc1",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.11.0",
|
|
@@ -164,8 +164,9 @@ 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.69.0",
|
|
168
168
|
"gqlclient == 1.2.3",
|
|
169
|
+
"greenlet == 3.1.1",
|
|
169
170
|
"grpcio == 1.70.0",
|
|
170
171
|
"gunicorn == 23.0.0",
|
|
171
172
|
"h11 == 0.14.0",
|
|
@@ -195,7 +196,7 @@ frozen = [
|
|
|
195
196
|
"marshmallow == 3.26.1",
|
|
196
197
|
"marshmallow-oneofschema == 3.1.1",
|
|
197
198
|
"marshmallow-sqlalchemy == 0.28.2",
|
|
198
|
-
"matplotlib == 3.10.
|
|
199
|
+
"matplotlib == 3.10.1",
|
|
199
200
|
"mdit-py-plugins == 0.4.2",
|
|
200
201
|
"mdurl == 0.1.2",
|
|
201
202
|
"methodtools == 0.4.7",
|
|
@@ -236,7 +237,7 @@ frozen = [
|
|
|
236
237
|
"py == 1.11.0",
|
|
237
238
|
"pycparser == 2.22",
|
|
238
239
|
"pydantic == 2.10.6",
|
|
239
|
-
"pydantic-settings == 2.8.
|
|
240
|
+
"pydantic-settings == 2.8.1",
|
|
240
241
|
"pydantic_core == 2.27.2",
|
|
241
242
|
"pyerfa == 2.0.1.5",
|
|
242
243
|
"pyparsing == 3.2.1",
|
|
@@ -255,11 +256,11 @@ frozen = [
|
|
|
255
256
|
"rich == 13.9.4",
|
|
256
257
|
"rich-argparse == 1.7.0",
|
|
257
258
|
"rpds-py == 0.23.1",
|
|
258
|
-
"s3transfer == 0.11.
|
|
259
|
+
"s3transfer == 0.11.3",
|
|
259
260
|
"scipy == 1.15.2",
|
|
260
261
|
"semantic-version == 2.10.0",
|
|
261
262
|
"setproctitle == 1.3.5",
|
|
262
|
-
"setuptools ==
|
|
263
|
+
"setuptools == 65.5.0",
|
|
263
264
|
"six == 1.17.0",
|
|
264
265
|
"sniffio == 1.3.1",
|
|
265
266
|
"sqids == 0.5.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.18 → dkist_processing_test-1.23.19rc1}/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
|