dkist-processing-ops 1.6.53__tar.gz → 1.6.54__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-ops might be problematic. Click here for more details.
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/PKG-INFO +9 -10
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops.egg-info/PKG-INFO +9 -10
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops.egg-info/requires.txt +8 -9
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/pyproject.toml +10 -11
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/.gitignore +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/.snyk +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/README.rst +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.54
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.2.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -75,8 +75,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.39.
|
|
79
|
-
Requires-Dist: botocore==1.39.
|
|
78
|
+
Requires-Dist: boto3==1.39.8; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.39.8; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.7.14; extra == "frozen"
|
|
@@ -99,9 +99,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==11.
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.2.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.54; extra == "frozen"
|
|
105
105
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -112,14 +112,13 @@ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
|
112
112
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
114
114
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
115
|
-
Requires-Dist: fonttools==4.
|
|
115
|
+
Requires-Dist: fonttools==4.59.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fsspec==2025.7.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: globus-sdk==3.60.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
120
120
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: greenlet==3.2.3; extra == "frozen"
|
|
123
122
|
Requires-Dist: grpcio==1.73.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -133,7 +132,7 @@ Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
|
|
|
133
132
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
134
133
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
135
134
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
136
|
-
Requires-Dist: jsonschema==4.
|
|
135
|
+
Requires-Dist: jsonschema==4.25.0; extra == "frozen"
|
|
137
136
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
138
137
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
139
138
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
@@ -212,7 +211,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
212
211
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
213
212
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
213
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
215
|
-
Requires-Dist: setuptools==
|
|
214
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
216
215
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
216
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
217
|
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
{dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.54
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.2.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -75,8 +75,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.39.
|
|
79
|
-
Requires-Dist: botocore==1.39.
|
|
78
|
+
Requires-Dist: boto3==1.39.8; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.39.8; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.7.14; extra == "frozen"
|
|
@@ -99,9 +99,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==11.
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.2.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.54; extra == "frozen"
|
|
105
105
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -112,14 +112,13 @@ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
|
112
112
|
Requires-Dist: email_validator==2.2.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
|
|
114
114
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
115
|
-
Requires-Dist: fonttools==4.
|
|
115
|
+
Requires-Dist: fonttools==4.59.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fsspec==2025.7.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: globus-sdk==3.60.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
120
120
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: greenlet==3.2.3; extra == "frozen"
|
|
123
122
|
Requires-Dist: grpcio==1.73.1; extra == "frozen"
|
|
124
123
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -133,7 +132,7 @@ Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
|
|
|
133
132
|
Requires-Dist: inflection==0.5.1; extra == "frozen"
|
|
134
133
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
135
134
|
Requires-Dist: jmespath==1.0.1; extra == "frozen"
|
|
136
|
-
Requires-Dist: jsonschema==4.
|
|
135
|
+
Requires-Dist: jsonschema==4.25.0; extra == "frozen"
|
|
137
136
|
Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
|
|
138
137
|
Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
|
|
139
138
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
@@ -212,7 +211,7 @@ Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
|
212
211
|
Requires-Dist: scipy==1.16.0; extra == "frozen"
|
|
213
212
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
213
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
215
|
-
Requires-Dist: setuptools==
|
|
214
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
216
215
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
216
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
217
|
Requires-Dist: solar-wavelength-calibration==1.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.2.0
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -59,8 +59,8 @@ attrs==25.3.0
|
|
|
59
59
|
babel==2.17.0
|
|
60
60
|
billiard==4.2.1
|
|
61
61
|
blinker==1.9.0
|
|
62
|
-
boto3==1.39.
|
|
63
|
-
botocore==1.39.
|
|
62
|
+
boto3==1.39.8
|
|
63
|
+
botocore==1.39.8
|
|
64
64
|
cachelib==0.13.0
|
|
65
65
|
celery==5.5.3
|
|
66
66
|
certifi==2025.7.14
|
|
@@ -83,9 +83,9 @@ dacite==1.9.2
|
|
|
83
83
|
decorator==5.2.1
|
|
84
84
|
dill==0.4.0
|
|
85
85
|
dkist-header-validator==5.2.1
|
|
86
|
-
dkist-processing-common==11.
|
|
86
|
+
dkist-processing-common==11.2.0
|
|
87
87
|
dkist-processing-core==5.1.1
|
|
88
|
-
dkist-processing-ops==1.6.
|
|
88
|
+
dkist-processing-ops==1.6.54
|
|
89
89
|
dkist-processing-pac==3.1.1
|
|
90
90
|
dkist-service-configuration==2.3.0
|
|
91
91
|
dkist-spectral-lines==3.0.0
|
|
@@ -96,14 +96,13 @@ elastic-apm==6.23.0
|
|
|
96
96
|
email_validator==2.2.0
|
|
97
97
|
fastjsonschema==2.21.1
|
|
98
98
|
flower==2.0.1
|
|
99
|
-
fonttools==4.
|
|
99
|
+
fonttools==4.59.0
|
|
100
100
|
frozenlist==1.7.0
|
|
101
101
|
fsspec==2025.7.0
|
|
102
102
|
globus-sdk==3.60.0
|
|
103
103
|
google-re2==1.1.20240702
|
|
104
104
|
googleapis-common-protos==1.70.0
|
|
105
105
|
gqlclient==1.2.3
|
|
106
|
-
greenlet==3.2.3
|
|
107
106
|
grpcio==1.73.1
|
|
108
107
|
gunicorn==23.0.0
|
|
109
108
|
h11==0.16.0
|
|
@@ -117,7 +116,7 @@ importlib_metadata==8.7.0
|
|
|
117
116
|
inflection==0.5.1
|
|
118
117
|
itsdangerous==2.2.0
|
|
119
118
|
jmespath==1.0.1
|
|
120
|
-
jsonschema==4.
|
|
119
|
+
jsonschema==4.25.0
|
|
121
120
|
jsonschema-specifications==2025.4.1
|
|
122
121
|
jupyter_core==5.8.1
|
|
123
122
|
kiwisolver==1.4.8
|
|
@@ -196,7 +195,7 @@ s3transfer==0.13.0
|
|
|
196
195
|
scipy==1.16.0
|
|
197
196
|
semantic-version==2.10.0
|
|
198
197
|
setproctitle==1.3.6
|
|
199
|
-
setuptools==
|
|
198
|
+
setuptools==69.2.0
|
|
200
199
|
six==1.17.0
|
|
201
200
|
sniffio==1.3.1
|
|
202
201
|
solar-wavelength-calibration==1.0
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.6.
|
|
10
|
-
date = 2025-07-
|
|
9
|
+
version = "1.6.54"
|
|
10
|
+
date = 2025-07-18T09:51:46.134996
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==11.
|
|
28
|
+
"dkist-processing-common==11.2.0",
|
|
29
29
|
"dkist-service-configuration==2.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -96,8 +96,8 @@ frozen = [
|
|
|
96
96
|
"babel == 2.17.0",
|
|
97
97
|
"billiard == 4.2.1",
|
|
98
98
|
"blinker == 1.9.0",
|
|
99
|
-
"boto3 == 1.39.
|
|
100
|
-
"botocore == 1.39.
|
|
99
|
+
"boto3 == 1.39.8",
|
|
100
|
+
"botocore == 1.39.8",
|
|
101
101
|
"cachelib == 0.13.0",
|
|
102
102
|
"celery == 5.5.3",
|
|
103
103
|
"certifi == 2025.7.14",
|
|
@@ -120,9 +120,9 @@ frozen = [
|
|
|
120
120
|
"decorator == 5.2.1",
|
|
121
121
|
"dill == 0.4.0",
|
|
122
122
|
"dkist-header-validator == 5.2.1",
|
|
123
|
-
"dkist-processing-common == 11.
|
|
123
|
+
"dkist-processing-common == 11.2.0",
|
|
124
124
|
"dkist-processing-core == 5.1.1",
|
|
125
|
-
"dkist-processing-ops == 1.6.
|
|
125
|
+
"dkist-processing-ops == 1.6.54",
|
|
126
126
|
"dkist-processing-pac == 3.1.1",
|
|
127
127
|
"dkist-service-configuration == 2.3.0",
|
|
128
128
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -133,14 +133,13 @@ frozen = [
|
|
|
133
133
|
"email_validator == 2.2.0",
|
|
134
134
|
"fastjsonschema == 2.21.1",
|
|
135
135
|
"flower == 2.0.1",
|
|
136
|
-
"fonttools == 4.
|
|
136
|
+
"fonttools == 4.59.0",
|
|
137
137
|
"frozenlist == 1.7.0",
|
|
138
138
|
"fsspec == 2025.7.0",
|
|
139
139
|
"globus-sdk == 3.60.0",
|
|
140
140
|
"google-re2 == 1.1.20240702",
|
|
141
141
|
"googleapis-common-protos == 1.70.0",
|
|
142
142
|
"gqlclient == 1.2.3",
|
|
143
|
-
"greenlet == 3.2.3",
|
|
144
143
|
"grpcio == 1.73.1",
|
|
145
144
|
"gunicorn == 23.0.0",
|
|
146
145
|
"h11 == 0.16.0",
|
|
@@ -154,7 +153,7 @@ frozen = [
|
|
|
154
153
|
"inflection == 0.5.1",
|
|
155
154
|
"itsdangerous == 2.2.0",
|
|
156
155
|
"jmespath == 1.0.1",
|
|
157
|
-
"jsonschema == 4.
|
|
156
|
+
"jsonschema == 4.25.0",
|
|
158
157
|
"jsonschema-specifications == 2025.4.1",
|
|
159
158
|
"jupyter_core == 5.8.1",
|
|
160
159
|
"kiwisolver == 1.4.8",
|
|
@@ -233,7 +232,7 @@ frozen = [
|
|
|
233
232
|
"scipy == 1.16.0",
|
|
234
233
|
"semantic-version == 2.10.0",
|
|
235
234
|
"setproctitle == 1.3.6",
|
|
236
|
-
"setuptools ==
|
|
235
|
+
"setuptools == 69.2.0",
|
|
237
236
|
"six == 1.17.0",
|
|
238
237
|
"sniffio == 1.3.1",
|
|
239
238
|
"solar-wavelength-calibration == 1.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.53 → dkist_processing_ops-1.6.54}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|