dkist-processing-test 1.42.11__tar.gz → 1.42.12__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.11 → dkist_processing_test-1.42.12}/PKG-INFO +7 -8
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test.egg-info/PKG-INFO +7 -8
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test.egg-info/requires.txt +6 -7
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/pyproject.toml +8 -9
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/.gitignore +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/.snyk +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/README.rst +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/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.12
|
|
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.3.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.3.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,7 +71,6 @@ 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.13.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
75
74
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
76
75
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
77
76
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -91,8 +90,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
91
90
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
92
91
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
93
92
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: boto3==1.43.
|
|
95
|
-
Requires-Dist: botocore==1.43.
|
|
93
|
+
Requires-Dist: boto3==1.43.11; extra == "frozen"
|
|
94
|
+
Requires-Dist: botocore==1.43.11; extra == "frozen"
|
|
96
95
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
97
96
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
98
97
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -114,10 +113,10 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
114
113
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
115
114
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
116
115
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
116
|
+
Requires-Dist: dkist-processing-common==14.3.1; extra == "frozen"
|
|
118
117
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
119
118
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
119
|
+
Requires-Dist: dkist-processing-test==1.42.12; extra == "frozen"
|
|
121
120
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
122
121
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
123
122
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
@@ -322,7 +321,7 @@ Requires-Dist: websockets==16.0; extra == "frozen"
|
|
|
322
321
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
323
322
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
324
323
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
325
|
-
Requires-Dist: yarl==1.
|
|
324
|
+
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
326
325
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
327
326
|
|
|
328
327
|
dkist-processing-test
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.42.
|
|
3
|
+
Version: 1.42.12
|
|
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.3.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.3.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,7 +71,6 @@ 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.13.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
74
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
75
74
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
76
75
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
77
76
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -91,8 +90,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
91
90
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
92
91
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
93
92
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: boto3==1.43.
|
|
95
|
-
Requires-Dist: botocore==1.43.
|
|
93
|
+
Requires-Dist: boto3==1.43.11; extra == "frozen"
|
|
94
|
+
Requires-Dist: botocore==1.43.11; extra == "frozen"
|
|
96
95
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
97
96
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
98
97
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -114,10 +113,10 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
114
113
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
115
114
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
116
115
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
116
|
+
Requires-Dist: dkist-processing-common==14.3.1; extra == "frozen"
|
|
118
117
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
119
118
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
120
|
-
Requires-Dist: dkist-processing-test==1.42.
|
|
119
|
+
Requires-Dist: dkist-processing-test==1.42.12; extra == "frozen"
|
|
121
120
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
122
121
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
123
122
|
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
@@ -322,7 +321,7 @@ Requires-Dist: websockets==16.0; extra == "frozen"
|
|
|
322
321
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
323
322
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
324
323
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
325
|
-
Requires-Dist: yarl==1.
|
|
324
|
+
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
326
325
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
327
326
|
|
|
328
327
|
dkist-processing-test
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.3.
|
|
1
|
+
dkist-processing-common==14.3.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,7 +45,6 @@ apache-airflow-providers-postgres==6.6.3
|
|
|
45
45
|
apache-airflow-providers-smtp==3.0.0
|
|
46
46
|
apache-airflow-providers-standard==1.13.0
|
|
47
47
|
apache-airflow-task-sdk==1.2.1
|
|
48
|
-
appnope==0.1.4
|
|
49
48
|
argcomplete==3.6.3
|
|
50
49
|
argon2-cffi==25.1.0
|
|
51
50
|
argon2-cffi-bindings==25.1.0
|
|
@@ -65,8 +64,8 @@ babel==2.18.0
|
|
|
65
64
|
beautifulsoup4==4.14.3
|
|
66
65
|
billiard==4.2.4
|
|
67
66
|
bleach==6.3.0
|
|
68
|
-
boto3==1.43.
|
|
69
|
-
botocore==1.43.
|
|
67
|
+
boto3==1.43.11
|
|
68
|
+
botocore==1.43.11
|
|
70
69
|
cadwyn==6.2.2
|
|
71
70
|
celery==5.6.3
|
|
72
71
|
certifi==2026.4.22
|
|
@@ -88,10 +87,10 @@ decorator==5.3.1
|
|
|
88
87
|
defusedxml==0.7.1
|
|
89
88
|
dill==0.4.1
|
|
90
89
|
dkist-header-validator==5.4.0
|
|
91
|
-
dkist-processing-common==14.3.
|
|
90
|
+
dkist-processing-common==14.3.1
|
|
92
91
|
dkist-processing-core==7.3.0
|
|
93
92
|
dkist-processing-pac==3.1.2
|
|
94
|
-
dkist-processing-test==1.42.
|
|
93
|
+
dkist-processing-test==1.42.12
|
|
95
94
|
dkist-service-configuration==4.3.0
|
|
96
95
|
dkist-spectral-lines==3.0.1
|
|
97
96
|
dkist_fits_specifications==4.26.0
|
|
@@ -296,7 +295,7 @@ websockets==16.0
|
|
|
296
295
|
wirerope==1.0.0
|
|
297
296
|
wrapt==2.1.2
|
|
298
297
|
yamale==6.1.0
|
|
299
|
-
yarl==1.
|
|
298
|
+
yarl==1.24.2
|
|
300
299
|
zipp==4.1.0
|
|
301
300
|
|
|
302
301
|
[inventory]
|
|
@@ -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.12"
|
|
13
|
+
date = 2026-05-19T21:17:29.178170
|
|
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.3.
|
|
29
|
+
"dkist-processing-common == 14.3.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,7 +97,6 @@ frozen = [
|
|
|
97
97
|
"apache-airflow-providers-smtp == 3.0.0",
|
|
98
98
|
"apache-airflow-providers-standard == 1.13.0",
|
|
99
99
|
"apache-airflow-task-sdk == 1.2.1",
|
|
100
|
-
"appnope == 0.1.4",
|
|
101
100
|
"argcomplete == 3.6.3",
|
|
102
101
|
"argon2-cffi == 25.1.0",
|
|
103
102
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -117,8 +116,8 @@ frozen = [
|
|
|
117
116
|
"beautifulsoup4 == 4.14.3",
|
|
118
117
|
"billiard == 4.2.4",
|
|
119
118
|
"bleach == 6.3.0",
|
|
120
|
-
"boto3 == 1.43.
|
|
121
|
-
"botocore == 1.43.
|
|
119
|
+
"boto3 == 1.43.11",
|
|
120
|
+
"botocore == 1.43.11",
|
|
122
121
|
"cadwyn == 6.2.2",
|
|
123
122
|
"celery == 5.6.3",
|
|
124
123
|
"certifi == 2026.4.22",
|
|
@@ -140,10 +139,10 @@ frozen = [
|
|
|
140
139
|
"defusedxml == 0.7.1",
|
|
141
140
|
"dill == 0.4.1",
|
|
142
141
|
"dkist-header-validator == 5.4.0",
|
|
143
|
-
"dkist-processing-common == 14.3.
|
|
142
|
+
"dkist-processing-common == 14.3.1",
|
|
144
143
|
"dkist-processing-core == 7.3.0",
|
|
145
144
|
"dkist-processing-pac == 3.1.2",
|
|
146
|
-
"dkist-processing-test == 1.42.
|
|
145
|
+
"dkist-processing-test == 1.42.12",
|
|
147
146
|
"dkist-service-configuration == 4.3.0",
|
|
148
147
|
"dkist-spectral-lines == 3.0.1",
|
|
149
148
|
"dkist_fits_specifications == 4.26.0",
|
|
@@ -348,7 +347,7 @@ frozen = [
|
|
|
348
347
|
"wirerope == 1.0.0",
|
|
349
348
|
"wrapt == 2.1.2",
|
|
350
349
|
"yamale == 6.1.0",
|
|
351
|
-
"yarl == 1.
|
|
350
|
+
"yarl == 1.24.2",
|
|
352
351
|
"zipp == 4.1.0",
|
|
353
352
|
]
|
|
354
353
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/config.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
|
{dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.11 → dkist_processing_test-1.42.12}/dkist_processing_test/tasks/parse.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
|