dkist-processing-test 1.41.6rc1__tar.gz → 1.41.7rc2__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.41.6rc1/dkist_processing_test.egg-info → dkist_processing_test-1.41.7rc2}/PKG-INFO +7 -8
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2/dkist_processing_test.egg-info}/PKG-INFO +7 -8
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test.egg-info/requires.txt +6 -7
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/pyproject.toml +8 -9
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/.gitignore +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/.snyk +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/README.rst +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.7rc2
|
|
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==13.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.6rc2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -84,8 +84,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.92; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.92; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -101,14 +101,13 @@ Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==13.0.6rc2; extra == "frozen"
|
|
109
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.41.7rc2; extra == "frozen"
|
|
112
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -123,7 +122,7 @@ Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
|
123
122
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: gqlclient==
|
|
125
|
+
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
127
126
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
128
127
|
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
129
128
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.7rc2
|
|
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==13.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.6rc2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -84,8 +84,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.92; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.92; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -101,14 +101,13 @@ Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==13.0.6rc2; extra == "frozen"
|
|
109
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.41.7rc2; extra == "frozen"
|
|
112
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -123,7 +122,7 @@ Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
|
123
122
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: gqlclient==
|
|
125
|
+
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
127
126
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
128
127
|
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
129
128
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.6rc2
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.1
|
|
@@ -58,8 +58,8 @@ asyncpg==0.31.0
|
|
|
58
58
|
attrs==26.1.0
|
|
59
59
|
babel==2.18.0
|
|
60
60
|
billiard==4.2.4
|
|
61
|
-
boto3==1.42.
|
|
62
|
-
botocore==1.42.
|
|
61
|
+
boto3==1.42.92
|
|
62
|
+
botocore==1.42.92
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
65
|
certifi==2026.2.25
|
|
@@ -75,14 +75,13 @@ cron_descriptor==2.0.8
|
|
|
75
75
|
croniter==6.2.2
|
|
76
76
|
cryptography==46.0.7
|
|
77
77
|
cycler==0.12.1
|
|
78
|
-
dacite==1.9.2
|
|
79
78
|
decorator==5.2.1
|
|
80
79
|
dill==0.4.1
|
|
81
80
|
dkist-header-validator==5.3.1
|
|
82
|
-
dkist-processing-common==13.0.
|
|
81
|
+
dkist-processing-common==13.0.6rc2
|
|
83
82
|
dkist-processing-core==7.2.1
|
|
84
83
|
dkist-processing-pac==3.1.1
|
|
85
|
-
dkist-processing-test==1.41.
|
|
84
|
+
dkist-processing-test==1.41.7rc2
|
|
86
85
|
dkist-service-configuration==4.3.0
|
|
87
86
|
dkist-spectral-lines==3.0.1
|
|
88
87
|
dkist_fits_specifications==4.24.1
|
|
@@ -97,7 +96,7 @@ frozenlist==1.8.0
|
|
|
97
96
|
fsspec==2026.3.0
|
|
98
97
|
globus-sdk==4.5.0
|
|
99
98
|
googleapis-common-protos==1.74.0
|
|
100
|
-
gqlclient==
|
|
99
|
+
gqlclient==2.0.0
|
|
101
100
|
greenback==1.3.0
|
|
102
101
|
greenlet==3.4.0
|
|
103
102
|
grpcio==1.80.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.41.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.41.7rc2"
|
|
13
|
+
date = 2026-04-20T16:34:14.134522
|
|
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 == 13.0.
|
|
29
|
+
"dkist-processing-common == 13.0.6rc2",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.1",
|
|
@@ -110,8 +110,8 @@ frozen = [
|
|
|
110
110
|
"attrs == 26.1.0",
|
|
111
111
|
"babel == 2.18.0",
|
|
112
112
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.42.
|
|
114
|
-
"botocore == 1.42.
|
|
113
|
+
"boto3 == 1.42.92",
|
|
114
|
+
"botocore == 1.42.92",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
117
|
"certifi == 2026.2.25",
|
|
@@ -127,14 +127,13 @@ frozen = [
|
|
|
127
127
|
"croniter == 6.2.2",
|
|
128
128
|
"cryptography == 46.0.7",
|
|
129
129
|
"cycler == 0.12.1",
|
|
130
|
-
"dacite == 1.9.2",
|
|
131
130
|
"decorator == 5.2.1",
|
|
132
131
|
"dill == 0.4.1",
|
|
133
132
|
"dkist-header-validator == 5.3.1",
|
|
134
|
-
"dkist-processing-common == 13.0.
|
|
133
|
+
"dkist-processing-common == 13.0.6rc2",
|
|
135
134
|
"dkist-processing-core == 7.2.1",
|
|
136
135
|
"dkist-processing-pac == 3.1.1",
|
|
137
|
-
"dkist-processing-test == 1.41.
|
|
136
|
+
"dkist-processing-test == 1.41.7rc2",
|
|
138
137
|
"dkist-service-configuration == 4.3.0",
|
|
139
138
|
"dkist-spectral-lines == 3.0.1",
|
|
140
139
|
"dkist_fits_specifications == 4.24.1",
|
|
@@ -149,7 +148,7 @@ frozen = [
|
|
|
149
148
|
"fsspec == 2026.3.0",
|
|
150
149
|
"globus-sdk == 4.5.0",
|
|
151
150
|
"googleapis-common-protos == 1.74.0",
|
|
152
|
-
"gqlclient ==
|
|
151
|
+
"gqlclient == 2.0.0",
|
|
153
152
|
"greenback == 1.3.0",
|
|
154
153
|
"greenlet == 3.4.0",
|
|
155
154
|
"grpcio == 1.80.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7rc2}/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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|