dkist-processing-test 1.25.3__tar.gz → 1.25.5__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.3/dkist_processing_test.egg-info → dkist_processing_test-1.25.5}/PKG-INFO +26 -26
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/bitbucket-pipelines.yml +1 -1
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5/dkist_processing_test.egg-info}/PKG-INFO +26 -26
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test.egg-info/requires.txt +25 -25
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/pyproject.toml +28 -28
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/.gitignore +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/.snyk +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/README.rst +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/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.5
|
|
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,10 +12,10 @@ 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.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.13.0
|
|
19
19
|
Requires-Dist: numba==0.59.1
|
|
20
20
|
Requires-Dist: astropy==6.1.5
|
|
21
21
|
Requires-Dist: numpy==1.26.4
|
|
@@ -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
|
|
@@ -95,8 +95,8 @@ 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.37.
|
|
99
|
-
Requires-Dist: botocore==1.37.
|
|
98
|
+
Requires-Dist: boto3==1.37.35; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.37.35; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -110,22 +110,22 @@ 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.1; 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.5; 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
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
128
|
+
Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: elastic-apm==6.23.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.
|
|
160
|
-
Requires-Dist: lazy-object-proxy==1.
|
|
161
|
-
Requires-Dist: limits==
|
|
159
|
+
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
160
|
+
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
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"
|
|
@@ -228,7 +228,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
228
228
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
229
229
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
231
|
-
Requires-Dist: s3transfer==0.11.
|
|
231
|
+
Requires-Dist: s3transfer==0.11.5; extra == "frozen"
|
|
232
232
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
@@ -260,7 +260,7 @@ Requires-Dist: wcwidth==0.2.13; extra == "frozen"
|
|
|
260
260
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
261
261
|
Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
262
262
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
263
|
-
Requires-Dist: yarl==1.
|
|
263
|
+
Requires-Dist: yarl==1.20.0; extra == "frozen"
|
|
264
264
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
265
265
|
|
|
266
266
|
dkist-processing-test
|
|
@@ -36,7 +36,7 @@ definitions:
|
|
|
36
36
|
- pip
|
|
37
37
|
name: Test
|
|
38
38
|
script:
|
|
39
|
-
- pip install -U pip
|
|
39
|
+
- pip install -U pip wheel build setuptools_scm setuptools
|
|
40
40
|
- pip install .[test]
|
|
41
41
|
- pytest -v -n auto -m "not development" --cov dkist_processing_test --cov-report xml:coverage.xml --cov-report term-missing
|
|
42
42
|
- ./ci_scripts/latest/execute_script.sh upload_coverage.sh
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.5
|
|
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,10 +12,10 @@ 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.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.13.0
|
|
19
19
|
Requires-Dist: numba==0.59.1
|
|
20
20
|
Requires-Dist: astropy==6.1.5
|
|
21
21
|
Requires-Dist: numpy==1.26.4
|
|
@@ -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
|
|
@@ -95,8 +95,8 @@ 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.37.
|
|
99
|
-
Requires-Dist: botocore==1.37.
|
|
98
|
+
Requires-Dist: boto3==1.37.35; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.37.35; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -110,22 +110,22 @@ 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.1; 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.5; 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
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
128
|
+
Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: elastic-apm==6.23.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.
|
|
160
|
-
Requires-Dist: lazy-object-proxy==1.
|
|
161
|
-
Requires-Dist: limits==
|
|
159
|
+
Requires-Dist: kombu==5.5.3; extra == "frozen"
|
|
160
|
+
Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
|
|
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"
|
|
@@ -228,7 +228,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
228
228
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
229
229
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: rpds-py==0.24.0; extra == "frozen"
|
|
231
|
-
Requires-Dist: s3transfer==0.11.
|
|
231
|
+
Requires-Dist: s3transfer==0.11.5; extra == "frozen"
|
|
232
232
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
@@ -260,7 +260,7 @@ Requires-Dist: wcwidth==0.2.13; extra == "frozen"
|
|
|
260
260
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
261
261
|
Requires-Dist: wrapt==1.17.2; extra == "frozen"
|
|
262
262
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
263
|
-
Requires-Dist: yarl==1.
|
|
263
|
+
Requires-Dist: yarl==1.20.0; extra == "frozen"
|
|
264
264
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
265
265
|
|
|
266
266
|
dkist-processing-test
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
dkist-processing-common==10.7.
|
|
1
|
+
dkist-processing-common==10.7.1
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
|
-
dkist-fits-specifications==4.
|
|
4
|
+
dkist-fits-specifications==4.13.0
|
|
5
5
|
numba==0.59.1
|
|
6
6
|
astropy==6.1.5
|
|
7
7
|
numpy==1.26.4
|
|
@@ -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
|
|
@@ -69,8 +69,8 @@ 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.37.
|
|
73
|
-
botocore==1.37.
|
|
72
|
+
boto3==1.37.35
|
|
73
|
+
botocore==1.37.35
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.1
|
|
76
76
|
certifi==2025.1.31
|
|
@@ -84,22 +84,22 @@ 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.1
|
|
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.5
|
|
100
100
|
dkist-service-configuration==2.2
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
|
-
dkist_fits_specifications==4.
|
|
102
|
+
dkist_fits_specifications==4.13.0
|
|
103
103
|
dnspython==2.7.0
|
|
104
104
|
ecs-logging==2.2.0
|
|
105
105
|
elastic-apm==6.23.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.
|
|
134
|
-
lazy-object-proxy==1.
|
|
135
|
-
limits==
|
|
133
|
+
kombu==5.5.3
|
|
134
|
+
lazy-object-proxy==1.11.0
|
|
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
|
|
@@ -202,7 +202,7 @@ rfc3339-validator==0.1.4
|
|
|
202
202
|
rich==13.9.4
|
|
203
203
|
rich-argparse==1.7.0
|
|
204
204
|
rpds-py==0.24.0
|
|
205
|
-
s3transfer==0.11.
|
|
205
|
+
s3transfer==0.11.5
|
|
206
206
|
scipy==1.15.2
|
|
207
207
|
semantic-version==2.10.0
|
|
208
208
|
setproctitle==1.3.5
|
|
@@ -234,12 +234,12 @@ wcwidth==0.2.13
|
|
|
234
234
|
wirerope==1.0.0
|
|
235
235
|
wrapt==1.17.2
|
|
236
236
|
yamale==6.0.0
|
|
237
|
-
yarl==1.
|
|
237
|
+
yarl==1.20.0
|
|
238
238
|
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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools>=64", "setuptools_scm>=8"]
|
|
2
|
+
requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "build"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[tool.setuptools.packages]
|
|
@@ -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.5"
|
|
13
|
+
date = 2025-04-17T13:24:15.203347
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,10 +26,10 @@ 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.1",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
|
-
"dkist-fits-specifications == 4.
|
|
32
|
+
"dkist-fits-specifications == 4.13.0",
|
|
33
33
|
"numba == 0.59.1",
|
|
34
34
|
"astropy == 6.1.5",
|
|
35
35
|
"numpy == 1.26.4",
|
|
@@ -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",
|
|
@@ -121,8 +121,8 @@ frozen = [
|
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.37.
|
|
125
|
-
"botocore == 1.37.
|
|
124
|
+
"boto3 == 1.37.35",
|
|
125
|
+
"botocore == 1.37.35",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.1",
|
|
128
128
|
"certifi == 2025.1.31",
|
|
@@ -136,22 +136,22 @@ 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.1",
|
|
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.5",
|
|
152
152
|
"dkist-service-configuration == 2.2",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
|
-
"dkist_fits_specifications == 4.
|
|
154
|
+
"dkist_fits_specifications == 4.13.0",
|
|
155
155
|
"dnspython == 2.7.0",
|
|
156
156
|
"ecs-logging == 2.2.0",
|
|
157
157
|
"elastic-apm == 6.23.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.
|
|
186
|
-
"lazy-object-proxy == 1.
|
|
187
|
-
"limits ==
|
|
185
|
+
"kombu == 5.5.3",
|
|
186
|
+
"lazy-object-proxy == 1.11.0",
|
|
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",
|
|
@@ -254,7 +254,7 @@ frozen = [
|
|
|
254
254
|
"rich == 13.9.4",
|
|
255
255
|
"rich-argparse == 1.7.0",
|
|
256
256
|
"rpds-py == 0.24.0",
|
|
257
|
-
"s3transfer == 0.11.
|
|
257
|
+
"s3transfer == 0.11.5",
|
|
258
258
|
"scipy == 1.15.2",
|
|
259
259
|
"semantic-version == 2.10.0",
|
|
260
260
|
"setproctitle == 1.3.5",
|
|
@@ -286,7 +286,7 @@ frozen = [
|
|
|
286
286
|
"wirerope == 1.0.0",
|
|
287
287
|
"wrapt == 1.17.2",
|
|
288
288
|
"yamale == 6.0.0",
|
|
289
|
-
"yarl == 1.
|
|
289
|
+
"yarl == 1.20.0",
|
|
290
290
|
"zipp == 3.21.0",
|
|
291
291
|
]
|
|
292
292
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/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.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.3 → dkist_processing_test-1.25.5}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|