dkist-processing-test 1.31.0__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.

@@ -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(task=TransferL1Data, upstreams=[WriteL1Data, AssembleTestMovie])
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.31.0
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.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.13; extra == "frozen"
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.3; 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"
@@ -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.3; extra == "frozen"
99
- Requires-Dist: botocore==1.39.3; extra == "frozen"
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.6.15; extra == "frozen"
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.0; extra == "frozen"
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.31.0; extra == "frozen"
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.59.0; extra == "frozen"
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==75.6.0; extra == "frozen"
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"
@@ -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=XzSe7XtPF0e3fLXWL90LOZ0WKCoCKA4SL43N0CzgpCQ,2328
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.31.0.dist-info/METADATA,sha256=S_Td2Q-gQwzlRa_D2K6vYkns-XtgmfXm5TIwo2Th7Kc,16564
30
- dkist_processing_test-1.31.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
- dkist_processing_test-1.31.0.dist-info/top_level.txt,sha256=Hs4oTIrG_r-svhk_RGFTEO4e3vqQoYlBzdv5mvJVF24,22
32
- dkist_processing_test-1.31.0.dist-info/RECORD,,
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,,