dkist-processing-test 1.41.4rc2__tar.gz → 1.41.5__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.
- {dkist_processing_test-1.41.4rc2/dkist_processing_test.egg-info → dkist_processing_test-1.41.5}/PKG-INFO +16 -16
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5/dkist_processing_test.egg-info}/PKG-INFO +16 -16
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test.egg-info/requires.txt +15 -15
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/pyproject.toml +17 -17
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/.gitignore +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/.snyk +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/README.rst +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.5
|
|
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,14 +12,14 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
16
|
-
Requires-Dist: dkist-header-validator==5.3.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.4
|
|
16
|
+
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.24.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
22
|
-
Requires-Dist: dkist-spectral-lines==3.0.
|
|
22
|
+
Requires-Dist: dkist-spectral-lines==3.0.1
|
|
23
23
|
Provides-Extra: test
|
|
24
24
|
Requires-Dist: pytest; extra == "test"
|
|
25
25
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
@@ -84,8 +84,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.91; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.91; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -104,14 +104,14 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-header-validator==5.3.
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
109
|
-
Requires-Dist: dkist-processing-core==7.1
|
|
107
|
+
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.4; extra == "frozen"
|
|
109
|
+
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.5; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
|
-
Requires-Dist: dkist-spectral-lines==3.0.
|
|
114
|
-
Requires-Dist: dkist_fits_specifications==4.24.
|
|
113
|
+
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
|
+
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -206,9 +206,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
207
207
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
208
208
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
|
-
Requires-Dist: pydantic==2.13.
|
|
209
|
+
Requires-Dist: pydantic==2.13.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
211
|
-
Requires-Dist: pydantic_core==2.46.
|
|
211
|
+
Requires-Dist: pydantic_core==2.46.2; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
213
213
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -232,7 +232,7 @@ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
|
232
232
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
233
233
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
235
|
-
Requires-Dist: solar-wavelength-calibration==2.0.
|
|
235
|
+
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
236
236
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
237
237
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
238
238
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.5
|
|
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,14 +12,14 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
16
|
-
Requires-Dist: dkist-header-validator==5.3.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.4
|
|
16
|
+
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.24.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
20
20
|
Requires-Dist: astropy==7.0.2
|
|
21
21
|
Requires-Dist: numpy==2.2.5
|
|
22
|
-
Requires-Dist: dkist-spectral-lines==3.0.
|
|
22
|
+
Requires-Dist: dkist-spectral-lines==3.0.1
|
|
23
23
|
Provides-Extra: test
|
|
24
24
|
Requires-Dist: pytest; extra == "test"
|
|
25
25
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
@@ -84,8 +84,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.91; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.91; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -104,14 +104,14 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-header-validator==5.3.
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
109
|
-
Requires-Dist: dkist-processing-core==7.1
|
|
107
|
+
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.4; extra == "frozen"
|
|
109
|
+
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.5; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
|
-
Requires-Dist: dkist-spectral-lines==3.0.
|
|
114
|
-
Requires-Dist: dkist_fits_specifications==4.24.
|
|
113
|
+
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
|
+
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -206,9 +206,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
207
207
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
208
208
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
|
-
Requires-Dist: pydantic==2.13.
|
|
209
|
+
Requires-Dist: pydantic==2.13.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
211
|
-
Requires-Dist: pydantic_core==2.46.
|
|
211
|
+
Requires-Dist: pydantic_core==2.46.2; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
213
213
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -232,7 +232,7 @@ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
|
232
232
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
233
233
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
235
|
-
Requires-Dist: solar-wavelength-calibration==2.0.
|
|
235
|
+
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
236
236
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
237
237
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
238
238
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
2
|
-
dkist-header-validator==5.3.
|
|
1
|
+
dkist-processing-common==13.0.4
|
|
2
|
+
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
|
-
dkist-fits-specifications==4.24.
|
|
4
|
+
dkist-fits-specifications==4.24.1
|
|
5
5
|
numba==0.61.2
|
|
6
6
|
astropy==7.0.2
|
|
7
7
|
numpy==2.2.5
|
|
8
|
-
dkist-spectral-lines==3.0.
|
|
8
|
+
dkist-spectral-lines==3.0.1
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
@@ -58,8 +58,8 @@ asyncpg==0.31.0
|
|
|
58
58
|
attrs==26.1.0
|
|
59
59
|
babel==2.18.0
|
|
60
60
|
billiard==4.2.4
|
|
61
|
-
boto3==1.42.
|
|
62
|
-
botocore==1.42.
|
|
61
|
+
boto3==1.42.91
|
|
62
|
+
botocore==1.42.91
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
65
|
certifi==2026.2.25
|
|
@@ -78,14 +78,14 @@ cycler==0.12.1
|
|
|
78
78
|
dacite==1.9.2
|
|
79
79
|
decorator==5.2.1
|
|
80
80
|
dill==0.4.1
|
|
81
|
-
dkist-header-validator==5.3.
|
|
82
|
-
dkist-processing-common==13.0.
|
|
83
|
-
dkist-processing-core==7.1
|
|
81
|
+
dkist-header-validator==5.3.1
|
|
82
|
+
dkist-processing-common==13.0.4
|
|
83
|
+
dkist-processing-core==7.2.1
|
|
84
84
|
dkist-processing-pac==3.1.1
|
|
85
|
-
dkist-processing-test==1.41.
|
|
85
|
+
dkist-processing-test==1.41.5
|
|
86
86
|
dkist-service-configuration==4.3.0
|
|
87
|
-
dkist-spectral-lines==3.0.
|
|
88
|
-
dkist_fits_specifications==4.24.
|
|
87
|
+
dkist-spectral-lines==3.0.1
|
|
88
|
+
dkist_fits_specifications==4.24.1
|
|
89
89
|
dnspython==2.8.0
|
|
90
90
|
email-validator==2.3.0
|
|
91
91
|
fastapi==0.117.1
|
|
@@ -180,9 +180,9 @@ protobuf==6.33.6
|
|
|
180
180
|
psutil==7.2.2
|
|
181
181
|
psycopg2-binary==2.9.11
|
|
182
182
|
pycparser==3.0
|
|
183
|
-
pydantic==2.13.
|
|
183
|
+
pydantic==2.13.2
|
|
184
184
|
pydantic-settings==2.13.1
|
|
185
|
-
pydantic_core==2.46.
|
|
185
|
+
pydantic_core==2.46.2
|
|
186
186
|
pyerfa==2.0.1.5
|
|
187
187
|
pygtrie==2.5.0
|
|
188
188
|
pyparsing==3.3.2
|
|
@@ -206,7 +206,7 @@ setproctitle==1.3.7
|
|
|
206
206
|
shellingham==1.5.4
|
|
207
207
|
six==1.17.0
|
|
208
208
|
sniffio==1.3.1
|
|
209
|
-
solar-wavelength-calibration==2.0.
|
|
209
|
+
solar-wavelength-calibration==2.0.3
|
|
210
210
|
sqids==0.5.1
|
|
211
211
|
sqlparse==0.5.5
|
|
212
212
|
starlette==0.48.0
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.41.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.41.5"
|
|
13
|
+
date = 2026-04-17T16:10:31.822015
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,14 +26,14 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 13.0.
|
|
30
|
-
"dkist-header-validator == 5.3.
|
|
29
|
+
"dkist-processing-common == 13.0.4",
|
|
30
|
+
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
|
-
"dkist-fits-specifications == 4.24.
|
|
32
|
+
"dkist-fits-specifications == 4.24.1",
|
|
33
33
|
"numba == 0.61.2",
|
|
34
34
|
"astropy == 7.0.2",
|
|
35
35
|
"numpy == 2.2.5",
|
|
36
|
-
"dkist-spectral-lines == 3.0.
|
|
36
|
+
"dkist-spectral-lines == 3.0.1"
|
|
37
37
|
]
|
|
38
38
|
|
|
39
39
|
[project.urls]
|
|
@@ -110,8 +110,8 @@ frozen = [
|
|
|
110
110
|
"attrs == 26.1.0",
|
|
111
111
|
"babel == 2.18.0",
|
|
112
112
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.42.
|
|
114
|
-
"botocore == 1.42.
|
|
113
|
+
"boto3 == 1.42.91",
|
|
114
|
+
"botocore == 1.42.91",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
117
|
"certifi == 2026.2.25",
|
|
@@ -130,14 +130,14 @@ frozen = [
|
|
|
130
130
|
"dacite == 1.9.2",
|
|
131
131
|
"decorator == 5.2.1",
|
|
132
132
|
"dill == 0.4.1",
|
|
133
|
-
"dkist-header-validator == 5.3.
|
|
134
|
-
"dkist-processing-common == 13.0.
|
|
135
|
-
"dkist-processing-core == 7.1
|
|
133
|
+
"dkist-header-validator == 5.3.1",
|
|
134
|
+
"dkist-processing-common == 13.0.4",
|
|
135
|
+
"dkist-processing-core == 7.2.1",
|
|
136
136
|
"dkist-processing-pac == 3.1.1",
|
|
137
|
-
"dkist-processing-test == 1.41.
|
|
137
|
+
"dkist-processing-test == 1.41.5",
|
|
138
138
|
"dkist-service-configuration == 4.3.0",
|
|
139
|
-
"dkist-spectral-lines == 3.0.
|
|
140
|
-
"dkist_fits_specifications == 4.24.
|
|
139
|
+
"dkist-spectral-lines == 3.0.1",
|
|
140
|
+
"dkist_fits_specifications == 4.24.1",
|
|
141
141
|
"dnspython == 2.8.0",
|
|
142
142
|
"email-validator == 2.3.0",
|
|
143
143
|
"fastapi == 0.117.1",
|
|
@@ -232,9 +232,9 @@ frozen = [
|
|
|
232
232
|
"psutil == 7.2.2",
|
|
233
233
|
"psycopg2-binary == 2.9.11",
|
|
234
234
|
"pycparser == 3.0",
|
|
235
|
-
"pydantic == 2.13.
|
|
235
|
+
"pydantic == 2.13.2",
|
|
236
236
|
"pydantic-settings == 2.13.1",
|
|
237
|
-
"pydantic_core == 2.46.
|
|
237
|
+
"pydantic_core == 2.46.2",
|
|
238
238
|
"pyerfa == 2.0.1.5",
|
|
239
239
|
"pygtrie == 2.5.0",
|
|
240
240
|
"pyparsing == 3.3.2",
|
|
@@ -258,7 +258,7 @@ frozen = [
|
|
|
258
258
|
"shellingham == 1.5.4",
|
|
259
259
|
"six == 1.17.0",
|
|
260
260
|
"sniffio == 1.3.1",
|
|
261
|
-
"solar-wavelength-calibration == 2.0.
|
|
261
|
+
"solar-wavelength-calibration == 2.0.3",
|
|
262
262
|
"sqids == 0.5.1",
|
|
263
263
|
"sqlparse == 0.5.5",
|
|
264
264
|
"starlette == 0.48.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/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
|
{dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.4rc2 → dkist_processing_test-1.41.5}/dkist_processing_test/tasks/noop.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
|