dkist-processing-test 1.25.4__tar.gz → 1.25.5rc1__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.25.4/dkist_processing_test.egg-info → dkist_processing_test-1.25.5rc1}/PKG-INFO +19 -19
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1/dkist_processing_test.egg-info}/PKG-INFO +19 -19
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test.egg-info/requires.txt +18 -18
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/pyproject.toml +20 -20
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/.gitignore +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/.snyk +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/README.rst +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.5rc1
|
|
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==10.7.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.7.1rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.13.0
|
|
@@ -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.7.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.7.2; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.7.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.7.2; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -110,19 +110,19 @@ Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
|
110
110
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
111
111
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: contourpy==1.3.
|
|
113
|
+
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: cryptography==44.0.2; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
|
-
Requires-Dist: dill==0.
|
|
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==10.7.
|
|
122
|
+
Requires-Dist: dkist-processing-common==10.7.1rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.25.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.25.5rc1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
|
|
@@ -156,9 +156,9 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
156
156
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
158
158
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
159
|
-
Requires-Dist: kombu==5.5.
|
|
159
|
+
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
160
160
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
161
|
-
Requires-Dist: limits==
|
|
161
|
+
Requires-Dist: limits==5.0.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
163
163
|
Requires-Dist: llvmlite==0.42.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
@@ -179,14 +179,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
179
179
|
Requires-Dist: numba==0.59.1; extra == "frozen"
|
|
180
180
|
Requires-Dist: numpy==1.26.4; extra == "frozen"
|
|
181
181
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
182
|
-
Requires-Dist: opentelemetry-api==1.32.
|
|
183
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.32.
|
|
184
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.
|
|
187
|
-
Requires-Dist: opentelemetry-proto==1.32.
|
|
188
|
-
Requires-Dist: opentelemetry-sdk==1.32.
|
|
189
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
182
|
+
Requires-Dist: opentelemetry-api==1.32.1; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.32.1; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.1; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.1; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.1; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -201,7 +201,7 @@ Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
|
201
201
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
202
202
|
Requires-Dist: proglog==0.1.11; extra == "frozen"
|
|
203
203
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
204
|
-
Requires-Dist: prompt_toolkit==3.0.
|
|
204
|
+
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
205
205
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
206
206
|
Requires-Dist: protobuf==5.29.4; extra == "frozen"
|
|
207
207
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.5rc1
|
|
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==10.7.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.7.1rc1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.13.0
|
|
@@ -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.7.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.7.2; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.7.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.7.2; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -110,19 +110,19 @@ Requires-Dist: clickclick==20.10.2; extra == "frozen"
|
|
|
110
110
|
Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
111
111
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
113
|
-
Requires-Dist: contourpy==1.3.
|
|
113
|
+
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: cryptography==44.0.2; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
|
-
Requires-Dist: dill==0.
|
|
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==10.7.
|
|
122
|
+
Requires-Dist: dkist-processing-common==10.7.1rc1; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.25.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.25.5rc1; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
|
|
@@ -156,9 +156,9 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
156
156
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
157
157
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
158
158
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
159
|
-
Requires-Dist: kombu==5.5.
|
|
159
|
+
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
160
160
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
161
|
-
Requires-Dist: limits==
|
|
161
|
+
Requires-Dist: limits==5.0.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
163
163
|
Requires-Dist: llvmlite==0.42.0; extra == "frozen"
|
|
164
164
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
@@ -179,14 +179,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
179
179
|
Requires-Dist: numba==0.59.1; extra == "frozen"
|
|
180
180
|
Requires-Dist: numpy==1.26.4; extra == "frozen"
|
|
181
181
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
182
|
-
Requires-Dist: opentelemetry-api==1.32.
|
|
183
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.32.
|
|
184
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.
|
|
187
|
-
Requires-Dist: opentelemetry-proto==1.32.
|
|
188
|
-
Requires-Dist: opentelemetry-sdk==1.32.
|
|
189
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
182
|
+
Requires-Dist: opentelemetry-api==1.32.1; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.32.1; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.32.1; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.32.1; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.32.1; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==24.2; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
@@ -201,7 +201,7 @@ Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
|
201
201
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
202
202
|
Requires-Dist: proglog==0.1.11; extra == "frozen"
|
|
203
203
|
Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
204
|
-
Requires-Dist: prompt_toolkit==3.0.
|
|
204
|
+
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
205
205
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
206
206
|
Requires-Dist: protobuf==5.29.4; extra == "frozen"
|
|
207
207
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.7.
|
|
1
|
+
dkist-processing-common==10.7.1rc1
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.13.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.7.
|
|
12
|
+
dkist-inventory[asdf]==1.7.2
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
ConfigUpdater==3.2
|
|
@@ -84,19 +84,19 @@ clickclick==20.10.2
|
|
|
84
84
|
colorama==0.4.6
|
|
85
85
|
colorlog==6.9.0
|
|
86
86
|
connexion==2.14.2
|
|
87
|
-
contourpy==1.3.
|
|
87
|
+
contourpy==1.3.2
|
|
88
88
|
cron-descriptor==1.4.5
|
|
89
89
|
croniter==6.0.0
|
|
90
90
|
cryptography==44.0.2
|
|
91
91
|
cycler==0.12.1
|
|
92
92
|
dacite==1.9.2
|
|
93
93
|
decorator==5.2.1
|
|
94
|
-
dill==0.
|
|
94
|
+
dill==0.4.0
|
|
95
95
|
dkist-header-validator==5.2.1
|
|
96
|
-
dkist-processing-common==10.7.
|
|
96
|
+
dkist-processing-common==10.7.1rc1
|
|
97
97
|
dkist-processing-core==5.1.0
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.25.
|
|
99
|
+
dkist-processing-test==1.25.5rc1
|
|
100
100
|
dkist-service-configuration==2.2
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.13.0
|
|
@@ -130,9 +130,9 @@ jsonschema==4.23.0
|
|
|
130
130
|
jsonschema-specifications==2024.10.1
|
|
131
131
|
jupyter_core==5.7.2
|
|
132
132
|
kiwisolver==1.4.8
|
|
133
|
-
kombu==5.5.
|
|
133
|
+
kombu==5.5.3
|
|
134
134
|
lazy-object-proxy==1.10.0
|
|
135
|
-
limits==
|
|
135
|
+
limits==5.0.0
|
|
136
136
|
linkify-it-py==2.0.3
|
|
137
137
|
llvmlite==0.42.0
|
|
138
138
|
lmfit==1.3.3
|
|
@@ -153,14 +153,14 @@ nbformat==5.10.4
|
|
|
153
153
|
numba==0.59.1
|
|
154
154
|
numpy==1.26.4
|
|
155
155
|
object-clerk==0.1.1
|
|
156
|
-
opentelemetry-api==1.32.
|
|
157
|
-
opentelemetry-exporter-otlp==1.32.
|
|
158
|
-
opentelemetry-exporter-otlp-proto-common==1.32.
|
|
159
|
-
opentelemetry-exporter-otlp-proto-grpc==1.32.
|
|
160
|
-
opentelemetry-exporter-otlp-proto-http==1.32.
|
|
161
|
-
opentelemetry-proto==1.32.
|
|
162
|
-
opentelemetry-sdk==1.32.
|
|
163
|
-
opentelemetry-semantic-conventions==0.
|
|
156
|
+
opentelemetry-api==1.32.1
|
|
157
|
+
opentelemetry-exporter-otlp==1.32.1
|
|
158
|
+
opentelemetry-exporter-otlp-proto-common==1.32.1
|
|
159
|
+
opentelemetry-exporter-otlp-proto-grpc==1.32.1
|
|
160
|
+
opentelemetry-exporter-otlp-proto-http==1.32.1
|
|
161
|
+
opentelemetry-proto==1.32.1
|
|
162
|
+
opentelemetry-sdk==1.32.1
|
|
163
|
+
opentelemetry-semantic-conventions==0.53b1
|
|
164
164
|
ordered-set==4.1.0
|
|
165
165
|
packaging==24.2
|
|
166
166
|
pandas==2.2.3
|
|
@@ -175,7 +175,7 @@ pluggy==1.5.0
|
|
|
175
175
|
prison==0.2.1
|
|
176
176
|
proglog==0.1.11
|
|
177
177
|
prometheus_client==0.21.1
|
|
178
|
-
prompt_toolkit==3.0.
|
|
178
|
+
prompt_toolkit==3.0.51
|
|
179
179
|
propcache==0.3.1
|
|
180
180
|
protobuf==5.29.4
|
|
181
181
|
psutil==7.0.0
|
|
@@ -239,7 +239,7 @@ zipp==3.21.0
|
|
|
239
239
|
|
|
240
240
|
[inventory]
|
|
241
241
|
dkist-processing-common[inventory]
|
|
242
|
-
dkist-inventory==1.7.
|
|
242
|
+
dkist-inventory==1.7.2
|
|
243
243
|
|
|
244
244
|
[quality]
|
|
245
245
|
dkist-quality==1.2.1
|
|
@@ -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.25.
|
|
13
|
-
date = 2025-04-
|
|
12
|
+
version = "1.25.5rc1"
|
|
13
|
+
date = 2025-04-16T09:48:17.010509
|
|
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 == 10.7.
|
|
29
|
+
"dkist-processing-common == 10.7.1rc1",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.13.0",
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.7.
|
|
57
|
+
"dkist-inventory==1.7.2",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.7.
|
|
61
|
+
"dkist-inventory[asdf]==1.7.2",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 1.2.1",
|
|
@@ -136,19 +136,19 @@ frozen = [
|
|
|
136
136
|
"colorama == 0.4.6",
|
|
137
137
|
"colorlog == 6.9.0",
|
|
138
138
|
"connexion == 2.14.2",
|
|
139
|
-
"contourpy == 1.3.
|
|
139
|
+
"contourpy == 1.3.2",
|
|
140
140
|
"cron-descriptor == 1.4.5",
|
|
141
141
|
"croniter == 6.0.0",
|
|
142
142
|
"cryptography == 44.0.2",
|
|
143
143
|
"cycler == 0.12.1",
|
|
144
144
|
"dacite == 1.9.2",
|
|
145
145
|
"decorator == 5.2.1",
|
|
146
|
-
"dill == 0.
|
|
146
|
+
"dill == 0.4.0",
|
|
147
147
|
"dkist-header-validator == 5.2.1",
|
|
148
|
-
"dkist-processing-common == 10.7.
|
|
148
|
+
"dkist-processing-common == 10.7.1rc1",
|
|
149
149
|
"dkist-processing-core == 5.1.0",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.25.
|
|
151
|
+
"dkist-processing-test == 1.25.5rc1",
|
|
152
152
|
"dkist-service-configuration == 2.2",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.13.0",
|
|
@@ -182,9 +182,9 @@ frozen = [
|
|
|
182
182
|
"jsonschema-specifications == 2024.10.1",
|
|
183
183
|
"jupyter_core == 5.7.2",
|
|
184
184
|
"kiwisolver == 1.4.8",
|
|
185
|
-
"kombu == 5.5.
|
|
185
|
+
"kombu == 5.5.3",
|
|
186
186
|
"lazy-object-proxy == 1.10.0",
|
|
187
|
-
"limits ==
|
|
187
|
+
"limits == 5.0.0",
|
|
188
188
|
"linkify-it-py == 2.0.3",
|
|
189
189
|
"llvmlite == 0.42.0",
|
|
190
190
|
"lmfit == 1.3.3",
|
|
@@ -205,14 +205,14 @@ frozen = [
|
|
|
205
205
|
"numba == 0.59.1",
|
|
206
206
|
"numpy == 1.26.4",
|
|
207
207
|
"object-clerk == 0.1.1",
|
|
208
|
-
"opentelemetry-api == 1.32.
|
|
209
|
-
"opentelemetry-exporter-otlp == 1.32.
|
|
210
|
-
"opentelemetry-exporter-otlp-proto-common == 1.32.
|
|
211
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.32.
|
|
212
|
-
"opentelemetry-exporter-otlp-proto-http == 1.32.
|
|
213
|
-
"opentelemetry-proto == 1.32.
|
|
214
|
-
"opentelemetry-sdk == 1.32.
|
|
215
|
-
"opentelemetry-semantic-conventions == 0.
|
|
208
|
+
"opentelemetry-api == 1.32.1",
|
|
209
|
+
"opentelemetry-exporter-otlp == 1.32.1",
|
|
210
|
+
"opentelemetry-exporter-otlp-proto-common == 1.32.1",
|
|
211
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.32.1",
|
|
212
|
+
"opentelemetry-exporter-otlp-proto-http == 1.32.1",
|
|
213
|
+
"opentelemetry-proto == 1.32.1",
|
|
214
|
+
"opentelemetry-sdk == 1.32.1",
|
|
215
|
+
"opentelemetry-semantic-conventions == 0.53b1",
|
|
216
216
|
"ordered-set == 4.1.0",
|
|
217
217
|
"packaging == 24.2",
|
|
218
218
|
"pandas == 2.2.3",
|
|
@@ -227,7 +227,7 @@ frozen = [
|
|
|
227
227
|
"prison == 0.2.1",
|
|
228
228
|
"proglog == 0.1.11",
|
|
229
229
|
"prometheus_client == 0.21.1",
|
|
230
|
-
"prompt_toolkit == 3.0.
|
|
230
|
+
"prompt_toolkit == 3.0.51",
|
|
231
231
|
"propcache == 0.3.1",
|
|
232
232
|
"protobuf == 5.29.4",
|
|
233
233
|
"psutil == 7.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.4 → dkist_processing_test-1.25.5rc1}/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.25.4 → dkist_processing_test-1.25.5rc1}/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.25.4 → dkist_processing_test-1.25.5rc1}/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
|
|
File without changes
|
|
File without changes
|