dkist-processing-test 1.31.0__tar.gz → 1.32.0__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.31.0/dkist_processing_test.egg-info → dkist_processing_test-1.32.0}/PKG-INFO +11 -11
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/end_to_end.py +3 -1
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0/dkist_processing_test.egg-info}/PKG-INFO +11 -11
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test.egg-info/requires.txt +10 -10
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/pyproject.toml +12 -12
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/.gitignore +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/.snyk +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/README.rst +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.32.0
|
|
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==11.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.0.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -63,9 +63,9 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.26.2; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.12.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.14; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
|
-
Requires-Dist: alembic==1.16.
|
|
68
|
+
Requires-Dist: alembic==1.16.4; extra == "frozen"
|
|
69
69
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
@@ -95,11 +95,11 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.39.
|
|
99
|
-
Requires-Dist: botocore==1.39.
|
|
98
|
+
Requires-Dist: boto3==1.39.4; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.39.4; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
|
-
Requires-Dist: certifi==2025.
|
|
102
|
+
Requires-Dist: certifi==2025.7.9; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
104
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.0.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.0.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.32.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -135,7 +135,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: fonttools==4.58.5; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.5.1; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: globus-sdk==3.60.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -233,7 +233,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
233
233
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
235
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
236
|
-
Requires-Dist: setuptools==
|
|
236
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
|
@@ -49,7 +49,9 @@ end_to_end.add_node(
|
|
|
49
49
|
|
|
50
50
|
# Output flow
|
|
51
51
|
end_to_end.add_node(task=SubmitDatasetMetadata, upstreams=[WriteL1Data, TestAssembleQualityData])
|
|
52
|
-
end_to_end.add_node(
|
|
52
|
+
end_to_end.add_node(
|
|
53
|
+
task=TransferL1Data, upstreams=[WriteL1Data, AssembleTestMovie, AssembleTestMovie]
|
|
54
|
+
)
|
|
53
55
|
end_to_end.add_node(
|
|
54
56
|
task=PublishCatalogAndQualityMessages, upstreams=[TransferL1Data, SubmitDatasetMetadata]
|
|
55
57
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.32.0
|
|
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==11.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.0.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -63,9 +63,9 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.26.2; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.12.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.14; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
|
-
Requires-Dist: alembic==1.16.
|
|
68
|
+
Requires-Dist: alembic==1.16.4; extra == "frozen"
|
|
69
69
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
@@ -95,11 +95,11 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.39.
|
|
99
|
-
Requires-Dist: botocore==1.39.
|
|
98
|
+
Requires-Dist: boto3==1.39.4; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.39.4; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
|
-
Requires-Dist: certifi==2025.
|
|
102
|
+
Requires-Dist: certifi==2025.7.9; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
104
|
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.0.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.0.1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.32.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -135,7 +135,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: fonttools==4.58.5; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.5.1; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: globus-sdk==3.60.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -233,7 +233,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
233
233
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
235
235
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
236
|
-
Requires-Dist: setuptools==
|
|
236
|
+
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.0.
|
|
1
|
+
dkist-processing-common==11.0.1
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -37,9 +37,9 @@ WTForms==3.2.1
|
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
38
|
aioftp==0.26.2
|
|
39
39
|
aiohappyeyeballs==2.6.1
|
|
40
|
-
aiohttp==3.12.
|
|
40
|
+
aiohttp==3.12.14
|
|
41
41
|
aiosignal==1.4.0
|
|
42
|
-
alembic==1.16.
|
|
42
|
+
alembic==1.16.4
|
|
43
43
|
amqp==5.3.1
|
|
44
44
|
annotated-types==0.7.0
|
|
45
45
|
anyio==4.9.0
|
|
@@ -69,11 +69,11 @@ attrs==25.3.0
|
|
|
69
69
|
babel==2.17.0
|
|
70
70
|
billiard==4.2.1
|
|
71
71
|
blinker==1.9.0
|
|
72
|
-
boto3==1.39.
|
|
73
|
-
botocore==1.39.
|
|
72
|
+
boto3==1.39.4
|
|
73
|
+
botocore==1.39.4
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.3
|
|
76
|
-
certifi==2025.
|
|
76
|
+
certifi==2025.7.9
|
|
77
77
|
cffi==1.17.1
|
|
78
78
|
charset-normalizer==3.4.2
|
|
79
79
|
click==8.2.1
|
|
@@ -93,10 +93,10 @@ dacite==1.9.2
|
|
|
93
93
|
decorator==5.2.1
|
|
94
94
|
dill==0.4.0
|
|
95
95
|
dkist-header-validator==5.2.1
|
|
96
|
-
dkist-processing-common==11.0.
|
|
96
|
+
dkist-processing-common==11.0.1
|
|
97
97
|
dkist-processing-core==5.1.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.
|
|
99
|
+
dkist-processing-test==1.32.0
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.17.0
|
|
@@ -109,7 +109,7 @@ flower==2.0.1
|
|
|
109
109
|
fonttools==4.58.5
|
|
110
110
|
frozenlist==1.7.0
|
|
111
111
|
fsspec==2025.5.1
|
|
112
|
-
globus-sdk==3.
|
|
112
|
+
globus-sdk==3.60.0
|
|
113
113
|
google-re2==1.1.20240702
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
115
115
|
gqlclient==1.2.3
|
|
@@ -207,7 +207,7 @@ s3transfer==0.13.0
|
|
|
207
207
|
scipy==1.16.0
|
|
208
208
|
semantic-version==2.10.0
|
|
209
209
|
setproctitle==1.3.6
|
|
210
|
-
setuptools==
|
|
210
|
+
setuptools==65.5.0
|
|
211
211
|
six==1.17.0
|
|
212
212
|
sniffio==1.3.1
|
|
213
213
|
solar-wavelength-calibration==1.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.
|
|
13
|
-
date = 2025-07-
|
|
12
|
+
version = "1.32.0"
|
|
13
|
+
date = 2025-07-10T11:03:15.937544
|
|
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 == 11.0.
|
|
29
|
+
"dkist-processing-common == 11.0.1",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -89,9 +89,9 @@ frozen = [
|
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
90
|
"aioftp == 0.26.2",
|
|
91
91
|
"aiohappyeyeballs == 2.6.1",
|
|
92
|
-
"aiohttp == 3.12.
|
|
92
|
+
"aiohttp == 3.12.14",
|
|
93
93
|
"aiosignal == 1.4.0",
|
|
94
|
-
"alembic == 1.16.
|
|
94
|
+
"alembic == 1.16.4",
|
|
95
95
|
"amqp == 5.3.1",
|
|
96
96
|
"annotated-types == 0.7.0",
|
|
97
97
|
"anyio == 4.9.0",
|
|
@@ -121,11 +121,11 @@ frozen = [
|
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.39.
|
|
125
|
-
"botocore == 1.39.
|
|
124
|
+
"boto3 == 1.39.4",
|
|
125
|
+
"botocore == 1.39.4",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.3",
|
|
128
|
-
"certifi == 2025.
|
|
128
|
+
"certifi == 2025.7.9",
|
|
129
129
|
"cffi == 1.17.1",
|
|
130
130
|
"charset-normalizer == 3.4.2",
|
|
131
131
|
"click == 8.2.1",
|
|
@@ -145,10 +145,10 @@ frozen = [
|
|
|
145
145
|
"decorator == 5.2.1",
|
|
146
146
|
"dill == 0.4.0",
|
|
147
147
|
"dkist-header-validator == 5.2.1",
|
|
148
|
-
"dkist-processing-common == 11.0.
|
|
148
|
+
"dkist-processing-common == 11.0.1",
|
|
149
149
|
"dkist-processing-core == 5.1.1",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.
|
|
151
|
+
"dkist-processing-test == 1.32.0",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -161,7 +161,7 @@ frozen = [
|
|
|
161
161
|
"fonttools == 4.58.5",
|
|
162
162
|
"frozenlist == 1.7.0",
|
|
163
163
|
"fsspec == 2025.5.1",
|
|
164
|
-
"globus-sdk == 3.
|
|
164
|
+
"globus-sdk == 3.60.0",
|
|
165
165
|
"google-re2 == 1.1.20240702",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
167
167
|
"gqlclient == 1.2.3",
|
|
@@ -259,7 +259,7 @@ frozen = [
|
|
|
259
259
|
"scipy == 1.16.0",
|
|
260
260
|
"semantic-version == 2.10.0",
|
|
261
261
|
"setproctitle == 1.3.6",
|
|
262
|
-
"setuptools ==
|
|
262
|
+
"setuptools == 65.5.0",
|
|
263
263
|
"six == 1.17.0",
|
|
264
264
|
"sniffio == 1.3.1",
|
|
265
265
|
"solar-wavelength-calibration == 1.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/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.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.31.0 → dkist_processing_test-1.32.0}/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
|