dkist-processing-test 1.34.2__tar.gz → 1.34.3rc1__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.2/dkist_processing_test.egg-info → dkist_processing_test-1.34.3rc1}/PKG-INFO +9 -8
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1/dkist_processing_test.egg-info}/PKG-INFO +9 -8
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test.egg-info/requires.txt +8 -7
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/pyproject.toml +10 -9
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/.gitignore +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/.snyk +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/README.rst +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/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.3rc1
|
|
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
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.10.0rc1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.10.0rc1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
40
40
|
Provides-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.22; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.22; 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"
|
|
@@ -111,7 +111,7 @@ Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
|
111
111
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
113
113
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
114
|
-
Requires-Dist: cron_descriptor==2.0.
|
|
114
|
+
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: cryptography==45.0.7; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==11.3.0; 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.3rc1; 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"
|
|
@@ -134,11 +134,12 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: fonttools==4.59.2; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
|
-
Requires-Dist: fsspec==2025.
|
|
137
|
+
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
142
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
142
143
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
143
144
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
145
|
Requires-Dist: h11==0.16.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.3rc1
|
|
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
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.10.0rc1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.10.0rc1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==2.0.0; extra == "quality"
|
|
40
40
|
Provides-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.22; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.22; 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"
|
|
@@ -111,7 +111,7 @@ Requires-Dist: colorama==0.4.6; extra == "frozen"
|
|
|
111
111
|
Requires-Dist: colorlog==6.9.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
113
113
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
114
|
-
Requires-Dist: cron_descriptor==2.0.
|
|
114
|
+
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: cryptography==45.0.7; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==11.3.0; 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.3rc1; 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"
|
|
@@ -134,11 +134,12 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
135
|
Requires-Dist: fonttools==4.59.2; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
|
-
Requires-Dist: fsspec==2025.
|
|
137
|
+
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
142
|
+
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
142
143
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
143
144
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
145
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.0
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.
|
|
12
|
+
dkist-inventory[asdf]==1.10.0rc1
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
ConfigUpdater==3.2
|
|
@@ -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.22
|
|
73
|
+
botocore==1.40.22
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.3
|
|
76
76
|
certifi==2025.8.3
|
|
@@ -85,7 +85,7 @@ colorama==0.4.6
|
|
|
85
85
|
colorlog==6.9.0
|
|
86
86
|
connexion==2.14.2
|
|
87
87
|
contourpy==1.3.3
|
|
88
|
-
cron_descriptor==2.0.
|
|
88
|
+
cron_descriptor==2.0.6
|
|
89
89
|
croniter==6.0.0
|
|
90
90
|
cryptography==45.0.7
|
|
91
91
|
cycler==0.12.1
|
|
@@ -96,7 +96,7 @@ dkist-header-validator==5.2.1
|
|
|
96
96
|
dkist-processing-common==11.3.0
|
|
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.3rc1
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.17.0
|
|
@@ -108,11 +108,12 @@ fastjsonschema==2.21.2
|
|
|
108
108
|
flower==2.0.1
|
|
109
109
|
fonttools==4.59.2
|
|
110
110
|
frozenlist==1.7.0
|
|
111
|
-
fsspec==2025.
|
|
111
|
+
fsspec==2025.9.0
|
|
112
112
|
globus-sdk==3.62.0
|
|
113
113
|
google-re2==1.1.20250805
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
115
115
|
gqlclient==1.2.3
|
|
116
|
+
greenlet==3.2.4
|
|
116
117
|
grpcio==1.74.0
|
|
117
118
|
gunicorn==23.0.0
|
|
118
119
|
h11==0.16.0
|
|
@@ -240,7 +241,7 @@ zipp==3.23.0
|
|
|
240
241
|
|
|
241
242
|
[inventory]
|
|
242
243
|
dkist-processing-common[inventory]
|
|
243
|
-
dkist-inventory==1.
|
|
244
|
+
dkist-inventory==1.10.0rc1
|
|
244
245
|
|
|
245
246
|
[quality]
|
|
246
247
|
dkist-quality==2.0.0
|
|
@@ -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-09-
|
|
12
|
+
version = "1.34.3rc1"
|
|
13
|
+
date = 2025-09-03T10:41:10.435569
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.
|
|
57
|
+
"dkist-inventory==1.10.0rc1",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.
|
|
61
|
+
"dkist-inventory[asdf]==1.10.0rc1",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 2.0.0",
|
|
@@ -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.22",
|
|
125
|
+
"botocore == 1.40.22",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.3",
|
|
128
128
|
"certifi == 2025.8.3",
|
|
@@ -137,7 +137,7 @@ frozen = [
|
|
|
137
137
|
"colorlog == 6.9.0",
|
|
138
138
|
"connexion == 2.14.2",
|
|
139
139
|
"contourpy == 1.3.3",
|
|
140
|
-
"cron_descriptor == 2.0.
|
|
140
|
+
"cron_descriptor == 2.0.6",
|
|
141
141
|
"croniter == 6.0.0",
|
|
142
142
|
"cryptography == 45.0.7",
|
|
143
143
|
"cycler == 0.12.1",
|
|
@@ -148,7 +148,7 @@ frozen = [
|
|
|
148
148
|
"dkist-processing-common == 11.3.0",
|
|
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.3rc1",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -160,11 +160,12 @@ frozen = [
|
|
|
160
160
|
"flower == 2.0.1",
|
|
161
161
|
"fonttools == 4.59.2",
|
|
162
162
|
"frozenlist == 1.7.0",
|
|
163
|
-
"fsspec == 2025.
|
|
163
|
+
"fsspec == 2025.9.0",
|
|
164
164
|
"globus-sdk == 3.62.0",
|
|
165
165
|
"google-re2 == 1.1.20250805",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
167
167
|
"gqlclient == 1.2.3",
|
|
168
|
+
"greenlet == 3.2.4",
|
|
168
169
|
"grpcio == 1.74.0",
|
|
169
170
|
"gunicorn == 23.0.0",
|
|
170
171
|
"h11 == 0.16.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.34.2 → dkist_processing_test-1.34.3rc1}/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.34.2 → dkist_processing_test-1.34.3rc1}/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.34.2 → dkist_processing_test-1.34.3rc1}/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
|