dkist-processing-test 1.42.5__tar.gz → 1.42.6__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.
Files changed (45) hide show
  1. {dkist_processing_test-1.42.5/dkist_processing_test.egg-info → dkist_processing_test-1.42.6}/PKG-INFO +7 -7
  2. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6/dkist_processing_test.egg-info}/PKG-INFO +7 -7
  3. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test.egg-info/requires.txt +6 -6
  4. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/pyproject.toml +8 -8
  5. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/.gitignore +0 -0
  6. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/.pre-commit-config.yaml +0 -0
  7. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/.snyk +0 -0
  8. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/README.rst +0 -0
  9. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/parsers/__init__.py +0 -0
  16. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
  17. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/parsers/time.py +0 -0
  18. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/__init__.py +0 -0
  19. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
  20. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  21. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/fail.py +0 -0
  22. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/fake_science.py +0 -0
  23. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/high_memory.py +0 -0
  24. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/manual.py +0 -0
  25. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/movie.py +0 -0
  26. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/noop.py +0 -0
  27. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/parse.py +0 -0
  28. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/quality.py +0 -0
  29. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tasks/write_l1.py +0 -0
  30. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tests/__init__.py +0 -0
  31. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tests/conftest.py +0 -0
  32. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tests/test_tasks.py +0 -0
  33. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/tests/test_workflows.py +0 -0
  34. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/__init__.py +0 -0
  35. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/common_tasks.py +0 -0
  36. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/end_to_end.py +0 -0
  37. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  38. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/fail.py +0 -0
  39. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/noop.py +0 -0
  40. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/resource_queue.py +0 -0
  41. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  42. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  43. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  44. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/dkist_processing_test.egg-info/top_level.txt +0 -0
  45. {dkist_processing_test-1.42.5 → dkist_processing_test-1.42.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.5
3
+ Version: 1.42.6
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
@@ -15,7 +15,7 @@ Description-Content-Type: text/x-rst
15
15
  Requires-Dist: dkist-processing-common==14.0.3
16
16
  Requires-Dist: dkist-header-validator==5.3.1
17
17
  Requires-Dist: dkist-service-configuration==4.3.0
18
- Requires-Dist: dkist-fits-specifications==4.25.0
18
+ Requires-Dist: dkist-fits-specifications==4.26.0
19
19
  Requires-Dist: numba==0.61.2
20
20
  Requires-Dist: astropy==7.0.2
21
21
  Requires-Dist: numpy==2.2.5
@@ -107,10 +107,10 @@ Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
107
107
  Requires-Dist: dkist-processing-common==14.0.3; extra == "frozen"
108
108
  Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
109
109
  Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
110
- Requires-Dist: dkist-processing-test==1.42.5; extra == "frozen"
110
+ Requires-Dist: dkist-processing-test==1.42.6; extra == "frozen"
111
111
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
112
112
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
113
- Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
113
+ Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
114
114
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
115
115
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
116
116
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -205,9 +205,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
205
205
  Requires-Dist: psutil==7.2.2; extra == "frozen"
206
206
  Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
207
207
  Requires-Dist: pycparser==3.0; extra == "frozen"
208
- Requires-Dist: pydantic==2.13.3; extra == "frozen"
208
+ Requires-Dist: pydantic==2.13.4; extra == "frozen"
209
209
  Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
210
- Requires-Dist: pydantic_core==2.46.3; extra == "frozen"
210
+ Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
211
211
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
212
212
  Requires-Dist: pygtrie==2.5.0; extra == "frozen"
213
213
  Requires-Dist: pyparsing==3.3.2; extra == "frozen"
@@ -245,7 +245,7 @@ Requires-Dist: termcolor==3.3.0; extra == "frozen"
245
245
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
246
  Requires-Dist: tornado==6.5.5; extra == "frozen"
247
247
  Requires-Dist: tqdm==4.67.3; extra == "frozen"
248
- Requires-Dist: traitlets==5.14.3; extra == "frozen"
248
+ Requires-Dist: traitlets==5.15.0; extra == "frozen"
249
249
  Requires-Dist: typer==0.25.1; extra == "frozen"
250
250
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
251
251
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.5
3
+ Version: 1.42.6
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
@@ -15,7 +15,7 @@ Description-Content-Type: text/x-rst
15
15
  Requires-Dist: dkist-processing-common==14.0.3
16
16
  Requires-Dist: dkist-header-validator==5.3.1
17
17
  Requires-Dist: dkist-service-configuration==4.3.0
18
- Requires-Dist: dkist-fits-specifications==4.25.0
18
+ Requires-Dist: dkist-fits-specifications==4.26.0
19
19
  Requires-Dist: numba==0.61.2
20
20
  Requires-Dist: astropy==7.0.2
21
21
  Requires-Dist: numpy==2.2.5
@@ -107,10 +107,10 @@ Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
107
107
  Requires-Dist: dkist-processing-common==14.0.3; extra == "frozen"
108
108
  Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
109
109
  Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
110
- Requires-Dist: dkist-processing-test==1.42.5; extra == "frozen"
110
+ Requires-Dist: dkist-processing-test==1.42.6; extra == "frozen"
111
111
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
112
112
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
113
- Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
113
+ Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
114
114
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
115
115
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
116
116
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -205,9 +205,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
205
205
  Requires-Dist: psutil==7.2.2; extra == "frozen"
206
206
  Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
207
207
  Requires-Dist: pycparser==3.0; extra == "frozen"
208
- Requires-Dist: pydantic==2.13.3; extra == "frozen"
208
+ Requires-Dist: pydantic==2.13.4; extra == "frozen"
209
209
  Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
210
- Requires-Dist: pydantic_core==2.46.3; extra == "frozen"
210
+ Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
211
211
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
212
212
  Requires-Dist: pygtrie==2.5.0; extra == "frozen"
213
213
  Requires-Dist: pyparsing==3.3.2; extra == "frozen"
@@ -245,7 +245,7 @@ Requires-Dist: termcolor==3.3.0; extra == "frozen"
245
245
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
246
  Requires-Dist: tornado==6.5.5; extra == "frozen"
247
247
  Requires-Dist: tqdm==4.67.3; extra == "frozen"
248
- Requires-Dist: traitlets==5.14.3; extra == "frozen"
248
+ Requires-Dist: traitlets==5.15.0; extra == "frozen"
249
249
  Requires-Dist: typer==0.25.1; extra == "frozen"
250
250
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
251
251
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
@@ -1,7 +1,7 @@
1
1
  dkist-processing-common==14.0.3
2
2
  dkist-header-validator==5.3.1
3
3
  dkist-service-configuration==4.3.0
4
- dkist-fits-specifications==4.25.0
4
+ dkist-fits-specifications==4.26.0
5
5
  numba==0.61.2
6
6
  astropy==7.0.2
7
7
  numpy==2.2.5
@@ -81,10 +81,10 @@ dkist-header-validator==5.3.1
81
81
  dkist-processing-common==14.0.3
82
82
  dkist-processing-core==7.2.1
83
83
  dkist-processing-pac==3.1.2
84
- dkist-processing-test==1.42.5
84
+ dkist-processing-test==1.42.6
85
85
  dkist-service-configuration==4.3.0
86
86
  dkist-spectral-lines==3.0.1
87
- dkist_fits_specifications==4.25.0
87
+ dkist_fits_specifications==4.26.0
88
88
  dnspython==2.8.0
89
89
  email-validator==2.3.0
90
90
  fastapi==0.117.1
@@ -179,9 +179,9 @@ protobuf==6.33.6
179
179
  psutil==7.2.2
180
180
  psycopg2-binary==2.9.12
181
181
  pycparser==3.0
182
- pydantic==2.13.3
182
+ pydantic==2.13.4
183
183
  pydantic-settings==2.14.0
184
- pydantic_core==2.46.3
184
+ pydantic_core==2.46.4
185
185
  pyerfa==2.0.1.5
186
186
  pygtrie==2.5.0
187
187
  pyparsing==3.3.2
@@ -219,7 +219,7 @@ termcolor==3.3.0
219
219
  text-unidecode==1.3
220
220
  tornado==6.5.5
221
221
  tqdm==4.67.3
222
- traitlets==5.14.3
222
+ traitlets==5.15.0
223
223
  typer==0.25.1
224
224
  typing-inspection==0.4.2
225
225
  typing_extensions==4.15.0
@@ -9,8 +9,8 @@ exclude = ["build*"]
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.42.5"
13
- date = 2026-05-05T16:18:28.672890
12
+ version = "1.42.6"
13
+ date = 2026-05-06T08:00:05.307067
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -29,7 +29,7 @@ dependencies = [
29
29
  "dkist-processing-common == 14.0.3",
30
30
  "dkist-header-validator == 5.3.1",
31
31
  "dkist-service-configuration == 4.3.0",
32
- "dkist-fits-specifications == 4.25.0",
32
+ "dkist-fits-specifications == 4.26.0",
33
33
  "numba == 0.61.2",
34
34
  "astropy == 7.0.2",
35
35
  "numpy == 2.2.5",
@@ -133,10 +133,10 @@ frozen = [
133
133
  "dkist-processing-common == 14.0.3",
134
134
  "dkist-processing-core == 7.2.1",
135
135
  "dkist-processing-pac == 3.1.2",
136
- "dkist-processing-test == 1.42.5",
136
+ "dkist-processing-test == 1.42.6",
137
137
  "dkist-service-configuration == 4.3.0",
138
138
  "dkist-spectral-lines == 3.0.1",
139
- "dkist_fits_specifications == 4.25.0",
139
+ "dkist_fits_specifications == 4.26.0",
140
140
  "dnspython == 2.8.0",
141
141
  "email-validator == 2.3.0",
142
142
  "fastapi == 0.117.1",
@@ -231,9 +231,9 @@ frozen = [
231
231
  "psutil == 7.2.2",
232
232
  "psycopg2-binary == 2.9.12",
233
233
  "pycparser == 3.0",
234
- "pydantic == 2.13.3",
234
+ "pydantic == 2.13.4",
235
235
  "pydantic-settings == 2.14.0",
236
- "pydantic_core == 2.46.3",
236
+ "pydantic_core == 2.46.4",
237
237
  "pyerfa == 2.0.1.5",
238
238
  "pygtrie == 2.5.0",
239
239
  "pyparsing == 3.3.2",
@@ -271,7 +271,7 @@ frozen = [
271
271
  "text-unidecode == 1.3",
272
272
  "tornado == 6.5.5",
273
273
  "tqdm == 4.67.3",
274
- "traitlets == 5.14.3",
274
+ "traitlets == 5.15.0",
275
275
  "typer == 0.25.1",
276
276
  "typing-inspection == 0.4.2",
277
277
  "typing_extensions == 4.15.0",