dkist-processing-test 1.42.7__tar.gz → 1.42.8rc1__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.7/dkist_processing_test.egg-info → dkist_processing_test-1.42.8rc1}/PKG-INFO +7 -8
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1/dkist_processing_test.egg-info}/PKG-INFO +7 -8
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test.egg-info/requires.txt +6 -7
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/pyproject.toml +8 -9
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/.gitignore +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/.snyk +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/README.rst +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/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.8rc1
|
|
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
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
15
|
Requires-Dist: dkist-processing-common==14.1.0
|
|
16
|
-
Requires-Dist: dkist-header-validator==5.
|
|
16
|
+
Requires-Dist: dkist-header-validator==5.4.0rc1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
@@ -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.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"
|
|
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"
|
|
@@ -113,11 +112,11 @@ Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
|
113
112
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
114
113
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
115
114
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
116
|
-
Requires-Dist: dkist-header-validator==5.
|
|
115
|
+
Requires-Dist: dkist-header-validator==5.4.0rc1; extra == "frozen"
|
|
117
116
|
Requires-Dist: dkist-processing-common==14.1.0; 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.8rc1; 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"
|
|
@@ -133,7 +132,7 @@ Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
|
133
132
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
134
133
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
135
134
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
136
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
135
|
+
Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
137
136
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
138
137
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
139
138
|
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
@@ -176,7 +175,7 @@ Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
|
176
175
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
177
176
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
178
177
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
179
|
-
Requires-Dist: markdown-it-py==4.
|
|
178
|
+
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
180
179
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
181
180
|
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
182
181
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
@@ -307,7 +306,7 @@ Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
|
307
306
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
308
307
|
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
309
308
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
310
|
-
Requires-Dist: urllib3==2.
|
|
309
|
+
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
311
310
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
312
311
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
313
312
|
Requires-Dist: uvloop==0.22.1; 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.8rc1
|
|
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
|
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
15
|
Requires-Dist: dkist-processing-common==14.1.0
|
|
16
|
-
Requires-Dist: dkist-header-validator==5.
|
|
16
|
+
Requires-Dist: dkist-header-validator==5.4.0rc1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.26.0
|
|
19
19
|
Requires-Dist: numba==0.61.2
|
|
@@ -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.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"
|
|
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"
|
|
@@ -113,11 +112,11 @@ Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
|
113
112
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
114
113
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
115
114
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
116
|
-
Requires-Dist: dkist-header-validator==5.
|
|
115
|
+
Requires-Dist: dkist-header-validator==5.4.0rc1; extra == "frozen"
|
|
117
116
|
Requires-Dist: dkist-processing-common==14.1.0; 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.8rc1; 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"
|
|
@@ -133,7 +132,7 @@ Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
|
133
132
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
134
133
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
135
134
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
136
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
135
|
+
Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
137
136
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
138
137
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
139
138
|
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
@@ -176,7 +175,7 @@ Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
|
176
175
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
177
176
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
178
177
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
179
|
-
Requires-Dist: markdown-it-py==4.
|
|
178
|
+
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
180
179
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
181
180
|
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
182
181
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
@@ -307,7 +306,7 @@ Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
|
307
306
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
308
307
|
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
309
308
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
310
|
-
Requires-Dist: urllib3==2.
|
|
309
|
+
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
311
310
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
312
311
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
313
312
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
dkist-processing-common==14.1.0
|
|
2
|
-
dkist-header-validator==5.
|
|
2
|
+
dkist-header-validator==5.4.0rc1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.26.0
|
|
5
5
|
numba==0.61.2
|
|
@@ -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.12.3
|
|
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
|
|
@@ -87,11 +86,11 @@ debugpy==1.8.20
|
|
|
87
86
|
decorator==5.2.1
|
|
88
87
|
defusedxml==0.7.1
|
|
89
88
|
dill==0.4.1
|
|
90
|
-
dkist-header-validator==5.
|
|
89
|
+
dkist-header-validator==5.4.0rc1
|
|
91
90
|
dkist-processing-common==14.1.0
|
|
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.8rc1
|
|
95
94
|
dkist-service-configuration==4.3.0
|
|
96
95
|
dkist-spectral-lines==3.0.1
|
|
97
96
|
dkist_fits_specifications==4.26.0
|
|
@@ -107,7 +106,7 @@ fqdn==1.5.1
|
|
|
107
106
|
frozenlist==1.8.0
|
|
108
107
|
fsspec==2026.4.0
|
|
109
108
|
globus-sdk==4.5.0
|
|
110
|
-
googleapis-common-protos==1.
|
|
109
|
+
googleapis-common-protos==1.75.0
|
|
111
110
|
gqlclient==2.0.0
|
|
112
111
|
greenback==1.3.0
|
|
113
112
|
greenlet==3.5.0
|
|
@@ -150,7 +149,7 @@ llvmlite==0.44.0
|
|
|
150
149
|
lmfit==1.3.4
|
|
151
150
|
lockfile==0.12.2
|
|
152
151
|
loguru==0.7.3
|
|
153
|
-
markdown-it-py==4.
|
|
152
|
+
markdown-it-py==4.2.0
|
|
154
153
|
matplotlib==3.10.9
|
|
155
154
|
matplotlib-inline==0.2.1
|
|
156
155
|
mdurl==0.1.2
|
|
@@ -281,7 +280,7 @@ uc-micro-py==2.0.0
|
|
|
281
280
|
uncertainties==3.2.3
|
|
282
281
|
universal_pathlib==0.3.10
|
|
283
282
|
uri-template==1.3.0
|
|
284
|
-
urllib3==2.
|
|
283
|
+
urllib3==2.7.0
|
|
285
284
|
uuid6==2025.0.1
|
|
286
285
|
uvicorn==0.46.0
|
|
287
286
|
uvloop==0.22.1
|
|
@@ -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.8rc1"
|
|
13
|
+
date = 2026-05-07T10:22:32.812673
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -27,7 +27,7 @@ classifiers = [
|
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
29
|
"dkist-processing-common == 14.1.0",
|
|
30
|
-
"dkist-header-validator == 5.
|
|
30
|
+
"dkist-header-validator == 5.4.0rc1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.26.0",
|
|
33
33
|
"numba == 0.61.2",
|
|
@@ -97,7 +97,6 @@ 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",
|
|
101
100
|
"argcomplete == 3.6.3",
|
|
102
101
|
"argon2-cffi == 25.1.0",
|
|
103
102
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -139,11 +138,11 @@ frozen = [
|
|
|
139
138
|
"decorator == 5.2.1",
|
|
140
139
|
"defusedxml == 0.7.1",
|
|
141
140
|
"dill == 0.4.1",
|
|
142
|
-
"dkist-header-validator == 5.
|
|
141
|
+
"dkist-header-validator == 5.4.0rc1",
|
|
143
142
|
"dkist-processing-common == 14.1.0",
|
|
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.8rc1",
|
|
147
146
|
"dkist-service-configuration == 4.3.0",
|
|
148
147
|
"dkist-spectral-lines == 3.0.1",
|
|
149
148
|
"dkist_fits_specifications == 4.26.0",
|
|
@@ -159,7 +158,7 @@ frozen = [
|
|
|
159
158
|
"frozenlist == 1.8.0",
|
|
160
159
|
"fsspec == 2026.4.0",
|
|
161
160
|
"globus-sdk == 4.5.0",
|
|
162
|
-
"googleapis-common-protos == 1.
|
|
161
|
+
"googleapis-common-protos == 1.75.0",
|
|
163
162
|
"gqlclient == 2.0.0",
|
|
164
163
|
"greenback == 1.3.0",
|
|
165
164
|
"greenlet == 3.5.0",
|
|
@@ -202,7 +201,7 @@ frozen = [
|
|
|
202
201
|
"lmfit == 1.3.4",
|
|
203
202
|
"lockfile == 0.12.2",
|
|
204
203
|
"loguru == 0.7.3",
|
|
205
|
-
"markdown-it-py == 4.
|
|
204
|
+
"markdown-it-py == 4.2.0",
|
|
206
205
|
"matplotlib == 3.10.9",
|
|
207
206
|
"matplotlib-inline == 0.2.1",
|
|
208
207
|
"mdurl == 0.1.2",
|
|
@@ -333,7 +332,7 @@ frozen = [
|
|
|
333
332
|
"uncertainties == 3.2.3",
|
|
334
333
|
"universal_pathlib == 0.3.10",
|
|
335
334
|
"uri-template == 1.3.0",
|
|
336
|
-
"urllib3 == 2.
|
|
335
|
+
"urllib3 == 2.7.0",
|
|
337
336
|
"uuid6 == 2025.0.1",
|
|
338
337
|
"uvicorn == 0.46.0",
|
|
339
338
|
"uvloop == 0.22.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/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.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.42.7 → dkist_processing_test-1.42.8rc1}/dkist_processing_test/tasks/noop.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
|