dkist-processing-test 1.42.0__tar.gz → 1.42.1__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.42.0/dkist_processing_test.egg-info → dkist_processing_test-1.42.1}/PKG-INFO +12 -12
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1/dkist_processing_test.egg-info}/PKG-INFO +12 -12
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test.egg-info/requires.txt +11 -11
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/pyproject.toml +13 -13
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/.gitignore +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/.snyk +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/README.rst +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.1
|
|
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.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.11.6; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.6; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -84,14 +84,14 @@ 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.93; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.93; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
|
-
Requires-Dist: certifi==2026.
|
|
91
|
+
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
92
92
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
94
|
-
Requires-Dist: click==8.3.
|
|
94
|
+
Requires-Dist: click==8.3.3; extra == "frozen"
|
|
95
95
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
96
96
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
97
97
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -104,10 +104,10 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.1; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -131,7 +131,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
131
131
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
134
|
-
Requires-Dist: idna==3.
|
|
134
|
+
Requires-Dist: idna==3.13; extra == "frozen"
|
|
135
135
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -246,7 +246,7 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typer==0.24.
|
|
249
|
+
Requires-Dist: typer==0.24.2; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
252
252
|
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.1
|
|
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.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.11.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.11.6; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.11.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.11.6; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -84,14 +84,14 @@ 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.93; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.93; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
|
-
Requires-Dist: certifi==2026.
|
|
91
|
+
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
92
92
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
94
|
-
Requires-Dist: click==8.3.
|
|
94
|
+
Requires-Dist: click==8.3.3; extra == "frozen"
|
|
95
95
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
96
96
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
97
97
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -104,10 +104,10 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.1; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -131,7 +131,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
131
131
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
134
|
-
Requires-Dist: idna==3.
|
|
134
|
+
Requires-Dist: idna==3.13; extra == "frozen"
|
|
135
135
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -246,7 +246,7 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
246
246
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
247
247
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
248
248
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
249
|
-
Requires-Dist: typer==0.24.
|
|
249
|
+
Requires-Dist: typer==0.24.2; extra == "frozen"
|
|
250
250
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
251
251
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
252
252
|
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.0.
|
|
1
|
+
dkist-processing-common==14.0.1
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.1
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.1
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.11.
|
|
12
|
+
dkist-inventory[asdf]==1.11.6
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
Deprecated==1.3.1
|
|
@@ -58,14 +58,14 @@ 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.93
|
|
62
|
+
botocore==1.42.93
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
|
-
certifi==2026.
|
|
65
|
+
certifi==2026.4.22
|
|
66
66
|
cffi==2.0.0
|
|
67
67
|
charset-normalizer==3.4.7
|
|
68
|
-
click==8.3.
|
|
68
|
+
click==8.3.3
|
|
69
69
|
click-didyoumean==0.3.1
|
|
70
70
|
click-plugins==1.1.1.2
|
|
71
71
|
click-repl==0.3.0
|
|
@@ -78,10 +78,10 @@ cycler==0.12.1
|
|
|
78
78
|
decorator==5.2.1
|
|
79
79
|
dill==0.4.1
|
|
80
80
|
dkist-header-validator==5.3.1
|
|
81
|
-
dkist-processing-common==14.0.
|
|
81
|
+
dkist-processing-common==14.0.1
|
|
82
82
|
dkist-processing-core==7.2.1
|
|
83
83
|
dkist-processing-pac==3.1.1
|
|
84
|
-
dkist-processing-test==1.42.
|
|
84
|
+
dkist-processing-test==1.42.1
|
|
85
85
|
dkist-service-configuration==4.3.0
|
|
86
86
|
dkist-spectral-lines==3.0.1
|
|
87
87
|
dkist_fits_specifications==4.24.1
|
|
@@ -105,7 +105,7 @@ httpcore==1.0.9
|
|
|
105
105
|
httptools==0.7.1
|
|
106
106
|
httpx==0.28.1
|
|
107
107
|
humanize==4.15.0
|
|
108
|
-
idna==3.
|
|
108
|
+
idna==3.13
|
|
109
109
|
imageio-ffmpeg==0.6.0
|
|
110
110
|
importlib_metadata==8.7.1
|
|
111
111
|
itsdangerous==2.2.0
|
|
@@ -220,7 +220,7 @@ text-unidecode==1.3
|
|
|
220
220
|
tornado==6.5.5
|
|
221
221
|
tqdm==4.67.3
|
|
222
222
|
traitlets==5.14.3
|
|
223
|
-
typer==0.24.
|
|
223
|
+
typer==0.24.2
|
|
224
224
|
typing-inspection==0.4.2
|
|
225
225
|
typing_extensions==4.15.0
|
|
226
226
|
tzdata==2026.1
|
|
@@ -245,7 +245,7 @@ zipp==3.23.1
|
|
|
245
245
|
|
|
246
246
|
[inventory]
|
|
247
247
|
dkist-processing-common[inventory]
|
|
248
|
-
dkist-inventory==1.11.
|
|
248
|
+
dkist-inventory==1.11.6
|
|
249
249
|
|
|
250
250
|
[quality]
|
|
251
251
|
dkist-quality==2.0.1
|
|
@@ -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.42.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.42.1"
|
|
13
|
+
date = 2026-04-22T14:31:46.248566
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 14.0.
|
|
29
|
+
"dkist-processing-common == 14.0.1",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.1",
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.11.
|
|
57
|
+
"dkist-inventory==1.11.6",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.11.
|
|
61
|
+
"dkist-inventory[asdf]==1.11.6",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 2.0.1",
|
|
@@ -110,14 +110,14 @@ 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.93",
|
|
114
|
+
"botocore == 1.42.93",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
|
-
"certifi == 2026.
|
|
117
|
+
"certifi == 2026.4.22",
|
|
118
118
|
"cffi == 2.0.0",
|
|
119
119
|
"charset-normalizer == 3.4.7",
|
|
120
|
-
"click == 8.3.
|
|
120
|
+
"click == 8.3.3",
|
|
121
121
|
"click-didyoumean == 0.3.1",
|
|
122
122
|
"click-plugins == 1.1.1.2",
|
|
123
123
|
"click-repl == 0.3.0",
|
|
@@ -130,10 +130,10 @@ frozen = [
|
|
|
130
130
|
"decorator == 5.2.1",
|
|
131
131
|
"dill == 0.4.1",
|
|
132
132
|
"dkist-header-validator == 5.3.1",
|
|
133
|
-
"dkist-processing-common == 14.0.
|
|
133
|
+
"dkist-processing-common == 14.0.1",
|
|
134
134
|
"dkist-processing-core == 7.2.1",
|
|
135
135
|
"dkist-processing-pac == 3.1.1",
|
|
136
|
-
"dkist-processing-test == 1.42.
|
|
136
|
+
"dkist-processing-test == 1.42.1",
|
|
137
137
|
"dkist-service-configuration == 4.3.0",
|
|
138
138
|
"dkist-spectral-lines == 3.0.1",
|
|
139
139
|
"dkist_fits_specifications == 4.24.1",
|
|
@@ -157,7 +157,7 @@ frozen = [
|
|
|
157
157
|
"httptools == 0.7.1",
|
|
158
158
|
"httpx == 0.28.1",
|
|
159
159
|
"humanize == 4.15.0",
|
|
160
|
-
"idna == 3.
|
|
160
|
+
"idna == 3.13",
|
|
161
161
|
"imageio-ffmpeg == 0.6.0",
|
|
162
162
|
"importlib_metadata == 8.7.1",
|
|
163
163
|
"itsdangerous == 2.2.0",
|
|
@@ -272,7 +272,7 @@ frozen = [
|
|
|
272
272
|
"tornado == 6.5.5",
|
|
273
273
|
"tqdm == 4.67.3",
|
|
274
274
|
"traitlets == 5.14.3",
|
|
275
|
-
"typer == 0.24.
|
|
275
|
+
"typer == 0.24.2",
|
|
276
276
|
"typing-inspection == 0.4.2",
|
|
277
277
|
"typing_extensions == 4.15.0",
|
|
278
278
|
"tzdata == 2026.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/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.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.0 → dkist_processing_test-1.42.1}/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
|