dkist-processing-test 1.30.0rc1__tar.gz → 1.31.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.30.0rc1/dkist_processing_test.egg-info → dkist_processing_test-1.31.0}/PKG-INFO +27 -28
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0/dkist_processing_test.egg-info}/PKG-INFO +27 -28
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test.egg-info/requires.txt +26 -27
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/pyproject.toml +28 -29
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/.gitignore +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/.snyk +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/README.rst +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.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.31.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.0
|
|
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"
|
|
@@ -64,39 +64,39 @@ 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
66
|
Requires-Dist: aiohttp==3.12.13; extra == "frozen"
|
|
67
|
-
Requires-Dist: aiosignal==1.
|
|
68
|
-
Requires-Dist: alembic==1.16.
|
|
67
|
+
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
|
+
Requires-Dist: alembic==1.16.3; 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.3; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.39.3; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.6.15; 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.0; 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.31.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
138
|
Requires-Dist: globus-sdk==3.59.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"
|
|
@@ -234,7 +233,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
234
233
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
235
234
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
235
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
237
|
-
Requires-Dist: setuptools==
|
|
236
|
+
Requires-Dist: setuptools==75.6.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
240
239
|
Requires-Dist: solar-wavelength-calibration==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"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.31.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.0
|
|
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"
|
|
@@ -64,39 +64,39 @@ 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
66
|
Requires-Dist: aiohttp==3.12.13; extra == "frozen"
|
|
67
|
-
Requires-Dist: aiosignal==1.
|
|
68
|
-
Requires-Dist: alembic==1.16.
|
|
67
|
+
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
68
|
+
Requires-Dist: alembic==1.16.3; 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.3; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.39.3; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.6.15; 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.0; 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.31.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
138
|
Requires-Dist: globus-sdk==3.59.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"
|
|
@@ -234,7 +233,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
234
233
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
235
234
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
235
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
237
|
-
Requires-Dist: setuptools==
|
|
236
|
+
Requires-Dist: setuptools==75.6.0; extra == "frozen"
|
|
238
237
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
239
238
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
240
239
|
Requires-Dist: solar-wavelength-calibration==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"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.0.
|
|
1
|
+
dkist-processing-common==11.0.0
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.0
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.
|
|
12
|
+
dkist-inventory[asdf]==1.9.0
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
ConfigUpdater==3.2
|
|
@@ -38,39 +38,39 @@ Werkzeug==2.2.3
|
|
|
38
38
|
aioftp==0.26.2
|
|
39
39
|
aiohappyeyeballs==2.6.1
|
|
40
40
|
aiohttp==3.12.13
|
|
41
|
-
aiosignal==1.
|
|
42
|
-
alembic==1.16.
|
|
41
|
+
aiosignal==1.4.0
|
|
42
|
+
alembic==1.16.3
|
|
43
43
|
amqp==5.3.1
|
|
44
44
|
annotated-types==0.7.0
|
|
45
45
|
anyio==4.9.0
|
|
46
46
|
apache-airflow==2.10.5
|
|
47
|
-
apache-airflow-providers-celery==3.12.
|
|
48
|
-
apache-airflow-providers-common-compat==1.7.
|
|
49
|
-
apache-airflow-providers-common-io==1.6.
|
|
50
|
-
apache-airflow-providers-common-sql==1.27.
|
|
47
|
+
apache-airflow-providers-celery==3.12.1
|
|
48
|
+
apache-airflow-providers-common-compat==1.7.2
|
|
49
|
+
apache-airflow-providers-common-io==1.6.1
|
|
50
|
+
apache-airflow-providers-common-sql==1.27.3
|
|
51
51
|
apache-airflow-providers-fab==1.5.3
|
|
52
|
-
apache-airflow-providers-ftp==3.13.
|
|
53
|
-
apache-airflow-providers-http==5.3.
|
|
54
|
-
apache-airflow-providers-imap==3.9.
|
|
55
|
-
apache-airflow-providers-postgres==6.2.
|
|
56
|
-
apache-airflow-providers-smtp==2.1.
|
|
57
|
-
apache-airflow-providers-sqlite==4.1.
|
|
52
|
+
apache-airflow-providers-ftp==3.13.1
|
|
53
|
+
apache-airflow-providers-http==5.3.2
|
|
54
|
+
apache-airflow-providers-imap==3.9.1
|
|
55
|
+
apache-airflow-providers-postgres==6.2.1
|
|
56
|
+
apache-airflow-providers-smtp==2.1.1
|
|
57
|
+
apache-airflow-providers-sqlite==4.1.1
|
|
58
58
|
apispec==6.8.2
|
|
59
59
|
argcomplete==3.6.2
|
|
60
60
|
asdf==3.5.0
|
|
61
61
|
asdf_standard==1.3.0
|
|
62
62
|
asdf_transform_schemas==0.6.0
|
|
63
|
-
asgiref==3.
|
|
63
|
+
asgiref==3.9.1
|
|
64
64
|
asteval==1.0.6
|
|
65
65
|
astropy==7.0.2
|
|
66
|
-
astropy-iers-data==0.2025.
|
|
66
|
+
astropy-iers-data==0.2025.7.7.0.39.39
|
|
67
67
|
asyncpg==0.30.0
|
|
68
68
|
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.3
|
|
73
|
+
botocore==1.39.3
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.3
|
|
76
76
|
certifi==2025.6.15
|
|
@@ -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.0
|
|
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.31.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
|
|
@@ -106,14 +106,13 @@ elastic-apm==6.23.0
|
|
|
106
106
|
email_validator==2.2.0
|
|
107
107
|
fastjsonschema==2.21.1
|
|
108
108
|
flower==2.0.1
|
|
109
|
-
fonttools==4.58.
|
|
109
|
+
fonttools==4.58.5
|
|
110
110
|
frozenlist==1.7.0
|
|
111
111
|
fsspec==2025.5.1
|
|
112
112
|
globus-sdk==3.59.0
|
|
113
113
|
google-re2==1.1.20240702
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
115
115
|
gqlclient==1.2.3
|
|
116
|
-
greenlet==3.2.3
|
|
117
116
|
grpcio==1.73.1
|
|
118
117
|
gunicorn==23.0.0
|
|
119
118
|
h11==0.16.0
|
|
@@ -164,7 +163,7 @@ opentelemetry-sdk==1.34.1
|
|
|
164
163
|
opentelemetry-semantic-conventions==0.55b1
|
|
165
164
|
ordered-set==4.1.0
|
|
166
165
|
packaging==25.0
|
|
167
|
-
pandas==2.3.
|
|
166
|
+
pandas==2.3.1
|
|
168
167
|
parfive==2.2.0
|
|
169
168
|
pathspec==0.12.1
|
|
170
169
|
pendulum==3.1.0
|
|
@@ -208,7 +207,7 @@ s3transfer==0.13.0
|
|
|
208
207
|
scipy==1.16.0
|
|
209
208
|
semantic-version==2.10.0
|
|
210
209
|
setproctitle==1.3.6
|
|
211
|
-
setuptools==
|
|
210
|
+
setuptools==75.6.0
|
|
212
211
|
six==1.17.0
|
|
213
212
|
sniffio==1.3.1
|
|
214
213
|
solar-wavelength-calibration==1.0
|
|
@@ -224,7 +223,7 @@ tornado==6.5.1
|
|
|
224
223
|
tqdm==4.67.1
|
|
225
224
|
traitlets==5.14.3
|
|
226
225
|
typing-inspection==0.4.1
|
|
227
|
-
typing_extensions==4.14.
|
|
226
|
+
typing_extensions==4.14.1
|
|
228
227
|
tzdata==2025.2
|
|
229
228
|
uc-micro-py==1.0.3
|
|
230
229
|
uncertainties==3.2.3
|
|
@@ -241,10 +240,10 @@ zipp==3.23.0
|
|
|
241
240
|
|
|
242
241
|
[inventory]
|
|
243
242
|
dkist-processing-common[inventory]
|
|
244
|
-
dkist-inventory==1.
|
|
243
|
+
dkist-inventory==1.9.0
|
|
245
244
|
|
|
246
245
|
[quality]
|
|
247
|
-
dkist-quality==1.3.
|
|
246
|
+
dkist-quality==1.3.0
|
|
248
247
|
|
|
249
248
|
[test]
|
|
250
249
|
pytest
|
|
@@ -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.31.0"
|
|
13
|
+
date = 2025-07-08T14:12:55.708128
|
|
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.0",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -54,14 +54,14 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.
|
|
57
|
+
"dkist-inventory==1.9.0",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.
|
|
61
|
+
"dkist-inventory[asdf]==1.9.0",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
|
-
"dkist-quality == 1.3.
|
|
64
|
+
"dkist-quality == 1.3.0",
|
|
65
65
|
]
|
|
66
66
|
frozen = [
|
|
67
67
|
"ConfigUpdater == 3.2",
|
|
@@ -90,39 +90,39 @@ frozen = [
|
|
|
90
90
|
"aioftp == 0.26.2",
|
|
91
91
|
"aiohappyeyeballs == 2.6.1",
|
|
92
92
|
"aiohttp == 3.12.13",
|
|
93
|
-
"aiosignal == 1.
|
|
94
|
-
"alembic == 1.16.
|
|
93
|
+
"aiosignal == 1.4.0",
|
|
94
|
+
"alembic == 1.16.3",
|
|
95
95
|
"amqp == 5.3.1",
|
|
96
96
|
"annotated-types == 0.7.0",
|
|
97
97
|
"anyio == 4.9.0",
|
|
98
98
|
"apache-airflow == 2.10.5",
|
|
99
|
-
"apache-airflow-providers-celery == 3.12.
|
|
100
|
-
"apache-airflow-providers-common-compat == 1.7.
|
|
101
|
-
"apache-airflow-providers-common-io == 1.6.
|
|
102
|
-
"apache-airflow-providers-common-sql == 1.27.
|
|
99
|
+
"apache-airflow-providers-celery == 3.12.1",
|
|
100
|
+
"apache-airflow-providers-common-compat == 1.7.2",
|
|
101
|
+
"apache-airflow-providers-common-io == 1.6.1",
|
|
102
|
+
"apache-airflow-providers-common-sql == 1.27.3",
|
|
103
103
|
"apache-airflow-providers-fab == 1.5.3",
|
|
104
|
-
"apache-airflow-providers-ftp == 3.13.
|
|
105
|
-
"apache-airflow-providers-http == 5.3.
|
|
106
|
-
"apache-airflow-providers-imap == 3.9.
|
|
107
|
-
"apache-airflow-providers-postgres == 6.2.
|
|
108
|
-
"apache-airflow-providers-smtp == 2.1.
|
|
109
|
-
"apache-airflow-providers-sqlite == 4.1.
|
|
104
|
+
"apache-airflow-providers-ftp == 3.13.1",
|
|
105
|
+
"apache-airflow-providers-http == 5.3.2",
|
|
106
|
+
"apache-airflow-providers-imap == 3.9.1",
|
|
107
|
+
"apache-airflow-providers-postgres == 6.2.1",
|
|
108
|
+
"apache-airflow-providers-smtp == 2.1.1",
|
|
109
|
+
"apache-airflow-providers-sqlite == 4.1.1",
|
|
110
110
|
"apispec == 6.8.2",
|
|
111
111
|
"argcomplete == 3.6.2",
|
|
112
112
|
"asdf == 3.5.0",
|
|
113
113
|
"asdf_standard == 1.3.0",
|
|
114
114
|
"asdf_transform_schemas == 0.6.0",
|
|
115
|
-
"asgiref == 3.
|
|
115
|
+
"asgiref == 3.9.1",
|
|
116
116
|
"asteval == 1.0.6",
|
|
117
117
|
"astropy == 7.0.2",
|
|
118
|
-
"astropy-iers-data == 0.2025.
|
|
118
|
+
"astropy-iers-data == 0.2025.7.7.0.39.39",
|
|
119
119
|
"asyncpg == 0.30.0",
|
|
120
120
|
"attrs == 25.3.0",
|
|
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.3",
|
|
125
|
+
"botocore == 1.39.3",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.3",
|
|
128
128
|
"certifi == 2025.6.15",
|
|
@@ -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.0",
|
|
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.31.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",
|
|
@@ -158,14 +158,13 @@ frozen = [
|
|
|
158
158
|
"email_validator == 2.2.0",
|
|
159
159
|
"fastjsonschema == 2.21.1",
|
|
160
160
|
"flower == 2.0.1",
|
|
161
|
-
"fonttools == 4.58.
|
|
161
|
+
"fonttools == 4.58.5",
|
|
162
162
|
"frozenlist == 1.7.0",
|
|
163
163
|
"fsspec == 2025.5.1",
|
|
164
164
|
"globus-sdk == 3.59.0",
|
|
165
165
|
"google-re2 == 1.1.20240702",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
167
167
|
"gqlclient == 1.2.3",
|
|
168
|
-
"greenlet == 3.2.3",
|
|
169
168
|
"grpcio == 1.73.1",
|
|
170
169
|
"gunicorn == 23.0.0",
|
|
171
170
|
"h11 == 0.16.0",
|
|
@@ -216,7 +215,7 @@ frozen = [
|
|
|
216
215
|
"opentelemetry-semantic-conventions == 0.55b1",
|
|
217
216
|
"ordered-set == 4.1.0",
|
|
218
217
|
"packaging == 25.0",
|
|
219
|
-
"pandas == 2.3.
|
|
218
|
+
"pandas == 2.3.1",
|
|
220
219
|
"parfive == 2.2.0",
|
|
221
220
|
"pathspec == 0.12.1",
|
|
222
221
|
"pendulum == 3.1.0",
|
|
@@ -260,7 +259,7 @@ frozen = [
|
|
|
260
259
|
"scipy == 1.16.0",
|
|
261
260
|
"semantic-version == 2.10.0",
|
|
262
261
|
"setproctitle == 1.3.6",
|
|
263
|
-
"setuptools ==
|
|
262
|
+
"setuptools == 75.6.0",
|
|
264
263
|
"six == 1.17.0",
|
|
265
264
|
"sniffio == 1.3.1",
|
|
266
265
|
"solar-wavelength-calibration == 1.0",
|
|
@@ -276,7 +275,7 @@ frozen = [
|
|
|
276
275
|
"tqdm == 4.67.1",
|
|
277
276
|
"traitlets == 5.14.3",
|
|
278
277
|
"typing-inspection == 0.4.1",
|
|
279
|
-
"typing_extensions == 4.14.
|
|
278
|
+
"typing_extensions == 4.14.1",
|
|
280
279
|
"tzdata == 2025.2",
|
|
281
280
|
"uc-micro-py == 1.0.3",
|
|
282
281
|
"uncertainties == 3.2.3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.0}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.30.0rc1 → dkist_processing_test-1.31.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.30.0rc1 → dkist_processing_test-1.31.0}/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.30.0rc1 → dkist_processing_test-1.31.0}/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
|