dkist-processing-test 1.30.0rc1__py3-none-any.whl → 1.32.0__py3-none-any.whl
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/workflows/end_to_end.py +3 -1
- {dkist_processing_test-1.30.0rc1.dist-info → dkist_processing_test-1.32.0.dist-info}/METADATA +29 -30
- {dkist_processing_test-1.30.0rc1.dist-info → dkist_processing_test-1.32.0.dist-info}/RECORD +5 -5
- {dkist_processing_test-1.30.0rc1.dist-info → dkist_processing_test-1.32.0.dist-info}/WHEEL +0 -0
- {dkist_processing_test-1.30.0rc1.dist-info → dkist_processing_test-1.32.0.dist-info}/top_level.txt +0 -0
|
@@ -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
|
)
|
{dkist_processing_test-1.30.0rc1.dist-info → dkist_processing_test-1.32.0.dist-info}/METADATA
RENAMED
|
@@ -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
|
|
@@ -31,12 +31,12 @@ 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.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.9.0; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
|
-
Requires-Dist: dkist-quality==1.3.
|
|
39
|
+
Requires-Dist: dkist-quality==1.3.0; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
41
41
|
Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
|
|
42
42
|
Requires-Dist: Deprecated==1.2.18; extra == "frozen"
|
|
@@ -63,43 +63,43 @@ 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.
|
|
67
|
-
Requires-Dist: aiosignal==1.
|
|
68
|
-
Requires-Dist: alembic==1.16.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.14; extra == "frozen"
|
|
67
|
+
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
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"
|
|
72
72
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow-providers-celery==3.12.
|
|
74
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.7.
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-io==1.6.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.27.
|
|
73
|
+
Requires-Dist: apache-airflow-providers-celery==3.12.1; extra == "frozen"
|
|
74
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.7.2; extra == "frozen"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-io==1.6.1; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.27.3; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
78
|
-
Requires-Dist: apache-airflow-providers-ftp==3.13.
|
|
79
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
80
|
-
Requires-Dist: apache-airflow-providers-imap==3.9.
|
|
81
|
-
Requires-Dist: apache-airflow-providers-postgres==6.2.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-smtp==2.1.
|
|
83
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.1.
|
|
78
|
+
Requires-Dist: apache-airflow-providers-ftp==3.13.1; extra == "frozen"
|
|
79
|
+
Requires-Dist: apache-airflow-providers-http==5.3.2; extra == "frozen"
|
|
80
|
+
Requires-Dist: apache-airflow-providers-imap==3.9.1; extra == "frozen"
|
|
81
|
+
Requires-Dist: apache-airflow-providers-postgres==6.2.1; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-smtp==2.1.1; extra == "frozen"
|
|
83
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.1.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: apispec==6.8.2; extra == "frozen"
|
|
85
85
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
86
86
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: asdf_standard==1.3.0; extra == "frozen"
|
|
88
88
|
Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
89
|
-
Requires-Dist: asgiref==3.
|
|
89
|
+
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.7.7.0.39.39; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
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"
|
|
@@ -132,14 +132,13 @@ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
|
-
Requires-Dist: fonttools==4.58.
|
|
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"
|
|
142
|
-
Requires-Dist: greenlet==3.2.3; extra == "frozen"
|
|
143
142
|
Requires-Dist: grpcio==1.73.1; extra == "frozen"
|
|
144
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
145
144
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -190,7 +189,7 @@ Requires-Dist: opentelemetry-sdk==1.34.1; extra == "frozen"
|
|
|
190
189
|
Requires-Dist: opentelemetry-semantic-conventions==0.55b1; extra == "frozen"
|
|
191
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
192
191
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
193
|
-
Requires-Dist: pandas==2.3.
|
|
192
|
+
Requires-Dist: pandas==2.3.1; extra == "frozen"
|
|
194
193
|
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
195
194
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
196
195
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
@@ -250,7 +249,7 @@ Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
|
250
249
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
251
250
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
252
251
|
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
253
|
-
Requires-Dist: typing_extensions==4.14.
|
|
252
|
+
Requires-Dist: typing_extensions==4.14.1; extra == "frozen"
|
|
254
253
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
255
254
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
256
255
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
@@ -20,13 +20,13 @@ dkist_processing_test/tests/test_tasks.py,sha256=uwXNw2SwFT0H9htuI68Z-7tI1iGdwzK
|
|
|
20
20
|
dkist_processing_test/tests/test_workflows.py,sha256=NqRkstqcqwH80cKJ1uDw16G4MsDOuOiZRWdfH0STarQ,286
|
|
21
21
|
dkist_processing_test/workflows/__init__.py,sha256=Ryn_HXsVkZM_lLKyVteXC909Td2geylmz_1Z-8SE8c8,78
|
|
22
22
|
dkist_processing_test/workflows/common_tasks.py,sha256=UpUTt-QhD-jkzBB3p1ECRbtqY3wjP6Lfsy4TdvxZKQ8,6837
|
|
23
|
-
dkist_processing_test/workflows/end_to_end.py,sha256=
|
|
23
|
+
dkist_processing_test/workflows/end_to_end.py,sha256=rPiK2I8Z4E9NSd9gnrUCGJebWN4wuesm3e_QJE-SsxA,2353
|
|
24
24
|
dkist_processing_test/workflows/exercise_numba.py,sha256=phpPYcIXEsmc0X1yls_YbXoKS6VXxhHe_8vNd_GyajU,347
|
|
25
25
|
dkist_processing_test/workflows/fail.py,sha256=KGhyAF7gKYYutP4aGa-1tDqPsC7Nr4xKYY0z-HByWi0,326
|
|
26
26
|
dkist_processing_test/workflows/noop.py,sha256=k2-6BpRkl1JDGaHPavxDzIlVx11KQtxKmsHmHTNQ9o0,666
|
|
27
27
|
dkist_processing_test/workflows/resource_queue.py,sha256=_jOT99O0MFN_ACne6i8T5ZIwe_lBQqGz2Ccb8JlqQMI,500
|
|
28
28
|
dkist_processing_test/workflows/trial_end_to_end.py,sha256=4QSphBegbetDben5PdA5_J64hWJVV8ciVdF90qkyZCo,2415
|
|
29
|
-
dkist_processing_test-1.
|
|
30
|
-
dkist_processing_test-1.
|
|
31
|
-
dkist_processing_test-1.
|
|
32
|
-
dkist_processing_test-1.
|
|
29
|
+
dkist_processing_test-1.32.0.dist-info/METADATA,sha256=2ZkOvT40pULwhVVqpJTophlDpT37imu9ijImmd1VGCk,16563
|
|
30
|
+
dkist_processing_test-1.32.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
dkist_processing_test-1.32.0.dist-info/top_level.txt,sha256=Hs4oTIrG_r-svhk_RGFTEO4e3vqQoYlBzdv5mvJVF24,22
|
|
32
|
+
dkist_processing_test-1.32.0.dist-info/RECORD,,
|
|
File without changes
|
{dkist_processing_test-1.30.0rc1.dist-info → dkist_processing_test-1.32.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|