dkist-processing-test 1.42.8__tar.gz → 1.42.9__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.
- {dkist_processing_test-1.42.8/dkist_processing_test.egg-info → dkist_processing_test-1.42.9}/PKG-INFO +6 -5
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9/dkist_processing_test.egg-info}/PKG-INFO +6 -5
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test.egg-info/requires.txt +5 -4
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/pyproject.toml +7 -6
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/.gitignore +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/.snyk +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/README.rst +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.9
|
|
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.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.1.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.1.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.4.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
@@ -71,6 +71,7 @@ Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
|
71
71
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
74
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
75
76
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
76
77
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -113,10 +114,10 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
|
113
114
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
114
115
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
115
116
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: dkist-processing-common==14.1.
|
|
117
|
+
Requires-Dist: dkist-processing-common==14.1.1; extra == "frozen"
|
|
117
118
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
118
119
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
119
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
120
|
+
Requires-Dist: dkist-processing-test==1.42.9; extra == "frozen"
|
|
120
121
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
121
122
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
122
123
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
@@ -247,7 +248,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
|
247
248
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
248
249
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
249
250
|
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
250
|
-
Requires-Dist: pydantic-settings==2.14.
|
|
251
|
+
Requires-Dist: pydantic-settings==2.14.1; extra == "frozen"
|
|
251
252
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
252
253
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
253
254
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.9
|
|
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.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.1.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.1.1
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.4.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
@@ -71,6 +71,7 @@ Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
|
71
71
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
74
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
75
76
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
76
77
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -113,10 +114,10 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
|
113
114
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
114
115
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
115
116
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: dkist-processing-common==14.1.
|
|
117
|
+
Requires-Dist: dkist-processing-common==14.1.1; extra == "frozen"
|
|
117
118
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
118
119
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
119
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
120
|
+
Requires-Dist: dkist-processing-test==1.42.9; extra == "frozen"
|
|
120
121
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
121
122
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
122
123
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
@@ -247,7 +248,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
|
247
248
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
248
249
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
249
250
|
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
250
|
-
Requires-Dist: pydantic-settings==2.14.
|
|
251
|
+
Requires-Dist: pydantic-settings==2.14.1; extra == "frozen"
|
|
251
252
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
252
253
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
253
254
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.1.
|
|
1
|
+
dkist-processing-common==14.1.1
|
|
2
2
|
dkist-header-validator==5.4.0
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.26.0
|
|
@@ -45,6 +45,7 @@ apache-airflow-providers-postgres==6.6.3
|
|
|
45
45
|
apache-airflow-providers-smtp==3.0.0
|
|
46
46
|
apache-airflow-providers-standard==1.12.3
|
|
47
47
|
apache-airflow-task-sdk==1.2.1
|
|
48
|
+
appnope==0.1.4
|
|
48
49
|
argcomplete==3.6.3
|
|
49
50
|
argon2-cffi==25.1.0
|
|
50
51
|
argon2-cffi-bindings==25.1.0
|
|
@@ -87,10 +88,10 @@ decorator==5.2.1
|
|
|
87
88
|
defusedxml==0.7.1
|
|
88
89
|
dill==0.4.1
|
|
89
90
|
dkist-header-validator==5.4.0
|
|
90
|
-
dkist-processing-common==14.1.
|
|
91
|
+
dkist-processing-common==14.1.1
|
|
91
92
|
dkist-processing-core==7.3.0
|
|
92
93
|
dkist-processing-pac==3.1.2
|
|
93
|
-
dkist-processing-test==1.42.
|
|
94
|
+
dkist-processing-test==1.42.9
|
|
94
95
|
dkist-service-configuration==4.3.0
|
|
95
96
|
dkist-spectral-lines==3.0.1
|
|
96
97
|
dkist_fits_specifications==4.26.0
|
|
@@ -221,7 +222,7 @@ pure_eval==0.2.3
|
|
|
221
222
|
pycparser==3.0
|
|
222
223
|
pydantic==2.13.4
|
|
223
224
|
pydantic-extra-types==2.11.1
|
|
224
|
-
pydantic-settings==2.14.
|
|
225
|
+
pydantic-settings==2.14.1
|
|
225
226
|
pydantic_core==2.46.4
|
|
226
227
|
pyerfa==2.0.1.5
|
|
227
228
|
pygtrie==2.5.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.
|
|
13
|
-
date = 2026-05-
|
|
12
|
+
version = "1.42.9"
|
|
13
|
+
date = 2026-05-08T07:45:05.240543
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 14.1.
|
|
29
|
+
"dkist-processing-common == 14.1.1",
|
|
30
30
|
"dkist-header-validator == 5.4.0",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.26.0",
|
|
@@ -97,6 +97,7 @@ frozen = [
|
|
|
97
97
|
"apache-airflow-providers-smtp == 3.0.0",
|
|
98
98
|
"apache-airflow-providers-standard == 1.12.3",
|
|
99
99
|
"apache-airflow-task-sdk == 1.2.1",
|
|
100
|
+
"appnope == 0.1.4",
|
|
100
101
|
"argcomplete == 3.6.3",
|
|
101
102
|
"argon2-cffi == 25.1.0",
|
|
102
103
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -139,10 +140,10 @@ frozen = [
|
|
|
139
140
|
"defusedxml == 0.7.1",
|
|
140
141
|
"dill == 0.4.1",
|
|
141
142
|
"dkist-header-validator == 5.4.0",
|
|
142
|
-
"dkist-processing-common == 14.1.
|
|
143
|
+
"dkist-processing-common == 14.1.1",
|
|
143
144
|
"dkist-processing-core == 7.3.0",
|
|
144
145
|
"dkist-processing-pac == 3.1.2",
|
|
145
|
-
"dkist-processing-test == 1.42.
|
|
146
|
+
"dkist-processing-test == 1.42.9",
|
|
146
147
|
"dkist-service-configuration == 4.3.0",
|
|
147
148
|
"dkist-spectral-lines == 3.0.1",
|
|
148
149
|
"dkist_fits_specifications == 4.26.0",
|
|
@@ -273,7 +274,7 @@ frozen = [
|
|
|
273
274
|
"pycparser == 3.0",
|
|
274
275
|
"pydantic == 2.13.4",
|
|
275
276
|
"pydantic-extra-types == 2.11.1",
|
|
276
|
-
"pydantic-settings == 2.14.
|
|
277
|
+
"pydantic-settings == 2.14.1",
|
|
277
278
|
"pydantic_core == 2.46.4",
|
|
278
279
|
"pyerfa == 2.0.1.5",
|
|
279
280
|
"pygtrie == 2.5.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/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.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.8 → dkist_processing_test-1.42.9}/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
|