dkist-processing-test 1.34.1rc1__tar.gz → 1.34.1rc3__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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist_processing_test-1.34.1rc1/dkist_processing_test.egg-info → dkist_processing_test-1.34.1rc3}/PKG-INFO +9 -9
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3/dkist_processing_test.egg-info}/PKG-INFO +9 -9
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test.egg-info/requires.txt +8 -8
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/pyproject.toml +10 -10
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/.gitignore +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/.snyk +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/README.rst +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.34.
|
|
3
|
+
Version: 1.34.1rc3
|
|
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.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.2.1rc3
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -36,7 +36,7 @@ Provides-Extra: asdf
|
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
37
|
Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
|
-
Requires-Dist: dkist-quality==
|
|
39
|
+
Requires-Dist: dkist-quality==2.0.0rc1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
41
41
|
Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
|
|
42
42
|
Requires-Dist: Deprecated==1.2.18; extra == "frozen"
|
|
@@ -95,8 +95,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.40.
|
|
99
|
-
Requires-Dist: botocore==1.40.
|
|
98
|
+
Requires-Dist: boto3==1.40.7; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.7; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -119,16 +119,16 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.2.1rc3; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.34.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.34.1rc3; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
|
-
Requires-Dist: elastic-apm==6.
|
|
131
|
+
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -260,7 +260,7 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
|
260
260
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
261
261
|
Requires-Dist: wcwidth==0.2.13; extra == "frozen"
|
|
262
262
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
263
|
-
Requires-Dist: wrapt==1.17.
|
|
263
|
+
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
264
264
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: yarl==1.20.1; extra == "frozen"
|
|
266
266
|
Requires-Dist: zipp==3.23.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.34.
|
|
3
|
+
Version: 1.34.1rc3
|
|
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.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.2.1rc3
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -36,7 +36,7 @@ Provides-Extra: asdf
|
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
37
|
Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
|
-
Requires-Dist: dkist-quality==
|
|
39
|
+
Requires-Dist: dkist-quality==2.0.0rc1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
41
41
|
Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
|
|
42
42
|
Requires-Dist: Deprecated==1.2.18; extra == "frozen"
|
|
@@ -95,8 +95,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.40.
|
|
99
|
-
Requires-Dist: botocore==1.40.
|
|
98
|
+
Requires-Dist: boto3==1.40.7; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.7; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -119,16 +119,16 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.2.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.2.1rc3; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.34.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.34.1rc3; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
|
-
Requires-Dist: elastic-apm==6.
|
|
131
|
+
Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -260,7 +260,7 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
|
260
260
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
261
261
|
Requires-Dist: wcwidth==0.2.13; extra == "frozen"
|
|
262
262
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
263
|
-
Requires-Dist: wrapt==1.17.
|
|
263
|
+
Requires-Dist: wrapt==1.17.3; extra == "frozen"
|
|
264
264
|
Requires-Dist: yamale==6.0.0; extra == "frozen"
|
|
265
265
|
Requires-Dist: yarl==1.20.1; extra == "frozen"
|
|
266
266
|
Requires-Dist: zipp==3.23.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.2.
|
|
1
|
+
dkist-processing-common==11.2.1rc3
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -69,8 +69,8 @@ attrs==25.3.0
|
|
|
69
69
|
babel==2.17.0
|
|
70
70
|
billiard==4.2.1
|
|
71
71
|
blinker==1.9.0
|
|
72
|
-
boto3==1.40.
|
|
73
|
-
botocore==1.40.
|
|
72
|
+
boto3==1.40.7
|
|
73
|
+
botocore==1.40.7
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.3
|
|
76
76
|
certifi==2025.8.3
|
|
@@ -93,16 +93,16 @@ dacite==1.9.2
|
|
|
93
93
|
decorator==5.2.1
|
|
94
94
|
dill==0.4.0
|
|
95
95
|
dkist-header-validator==5.2.1
|
|
96
|
-
dkist-processing-common==11.2.
|
|
96
|
+
dkist-processing-common==11.2.1rc3
|
|
97
97
|
dkist-processing-core==5.1.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.34.
|
|
99
|
+
dkist-processing-test==1.34.1rc3
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.17.0
|
|
103
103
|
dnspython==2.7.0
|
|
104
104
|
ecs-logging==2.2.0
|
|
105
|
-
elastic-apm==6.
|
|
105
|
+
elastic-apm==6.24.0
|
|
106
106
|
email_validator==2.2.0
|
|
107
107
|
fastjsonschema==2.21.1
|
|
108
108
|
flower==2.0.1
|
|
@@ -234,7 +234,7 @@ vine==5.1.0
|
|
|
234
234
|
voluptuous==0.15.2
|
|
235
235
|
wcwidth==0.2.13
|
|
236
236
|
wirerope==1.0.0
|
|
237
|
-
wrapt==1.17.
|
|
237
|
+
wrapt==1.17.3
|
|
238
238
|
yamale==6.0.0
|
|
239
239
|
yarl==1.20.1
|
|
240
240
|
zipp==3.23.0
|
|
@@ -244,7 +244,7 @@ dkist-processing-common[inventory]
|
|
|
244
244
|
dkist-inventory==1.9.0
|
|
245
245
|
|
|
246
246
|
[quality]
|
|
247
|
-
dkist-quality==
|
|
247
|
+
dkist-quality==2.0.0rc1
|
|
248
248
|
|
|
249
249
|
[test]
|
|
250
250
|
pytest
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.34.
|
|
13
|
-
date = 2025-08-
|
|
12
|
+
version = "1.34.1rc3"
|
|
13
|
+
date = 2025-08-12T08:24:10.731251
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.2.
|
|
29
|
+
"dkist-processing-common == 11.2.1rc3",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -61,7 +61,7 @@ asdf = [
|
|
|
61
61
|
"dkist-inventory[asdf]==1.9.0",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
|
-
"dkist-quality ==
|
|
64
|
+
"dkist-quality == 2.0.0rc1",
|
|
65
65
|
]
|
|
66
66
|
frozen = [
|
|
67
67
|
"ConfigUpdater == 3.2",
|
|
@@ -121,8 +121,8 @@ frozen = [
|
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.40.
|
|
125
|
-
"botocore == 1.40.
|
|
124
|
+
"boto3 == 1.40.7",
|
|
125
|
+
"botocore == 1.40.7",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.3",
|
|
128
128
|
"certifi == 2025.8.3",
|
|
@@ -145,16 +145,16 @@ frozen = [
|
|
|
145
145
|
"decorator == 5.2.1",
|
|
146
146
|
"dill == 0.4.0",
|
|
147
147
|
"dkist-header-validator == 5.2.1",
|
|
148
|
-
"dkist-processing-common == 11.2.
|
|
148
|
+
"dkist-processing-common == 11.2.1rc3",
|
|
149
149
|
"dkist-processing-core == 5.1.1",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.34.
|
|
151
|
+
"dkist-processing-test == 1.34.1rc3",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.17.0",
|
|
155
155
|
"dnspython == 2.7.0",
|
|
156
156
|
"ecs-logging == 2.2.0",
|
|
157
|
-
"elastic-apm == 6.
|
|
157
|
+
"elastic-apm == 6.24.0",
|
|
158
158
|
"email_validator == 2.2.0",
|
|
159
159
|
"fastjsonschema == 2.21.1",
|
|
160
160
|
"flower == 2.0.1",
|
|
@@ -286,7 +286,7 @@ frozen = [
|
|
|
286
286
|
"voluptuous == 0.15.2",
|
|
287
287
|
"wcwidth == 0.2.13",
|
|
288
288
|
"wirerope == 1.0.0",
|
|
289
|
-
"wrapt == 1.17.
|
|
289
|
+
"wrapt == 1.17.3",
|
|
290
290
|
"yamale == 6.0.0",
|
|
291
291
|
"yarl == 1.20.1",
|
|
292
292
|
"zipp == 3.23.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.34.1rc1 → dkist_processing_test-1.34.1rc3}/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
|