dkist-processing-ops 1.9.17__tar.gz → 1.10.0__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_ops-1.9.17 → dkist_processing_ops-1.10.0}/PKG-INFO +9 -9
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops.egg-info/PKG-INFO +9 -9
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops.egg-info/requires.txt +8 -8
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/pyproject.toml +10 -10
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/.gitignore +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/.snyk +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/README.rst +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.10.0
|
|
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.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==12.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.10.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -64,13 +64,13 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.82; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.82; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
72
72
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
73
|
+
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
74
74
|
Requires-Dist: click==8.3.1; extra == "frozen"
|
|
75
75
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
76
76
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -85,9 +85,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
88
|
-
Requires-Dist: dkist-processing-common==12.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.10.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.10.0; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -102,7 +102,7 @@ Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
|
102
102
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
105
|
+
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: greenlet==3.3.2; extra == "frozen"
|
|
@@ -132,7 +132,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: matplotlib==3.10.8; extra == "frozen"
|
|
133
133
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
134
134
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
135
|
-
Requires-Dist: more-itertools==
|
|
135
|
+
Requires-Dist: more-itertools==11.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: msgspec==0.20.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.
|
|
22
|
-
__version_tuple__ = version_tuple = (1,
|
|
21
|
+
__version__ = version = '1.10.0'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 0)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g33f226138'
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/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.
|
|
3
|
+
Version: 1.10.0
|
|
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.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==12.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.10.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -64,13 +64,13 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.82; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.82; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
72
72
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
73
|
+
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
74
74
|
Requires-Dist: click==8.3.1; extra == "frozen"
|
|
75
75
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
76
76
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -85,9 +85,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
88
|
-
Requires-Dist: dkist-processing-common==12.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.10.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.10.0; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -102,7 +102,7 @@ Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
|
102
102
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
105
|
+
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: greenlet==3.3.2; extra == "frozen"
|
|
@@ -132,7 +132,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: matplotlib==3.10.8; extra == "frozen"
|
|
133
133
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
134
134
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
135
|
-
Requires-Dist: more-itertools==
|
|
135
|
+
Requires-Dist: more-itertools==11.0.1; extra == "frozen"
|
|
136
136
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: msgspec==0.20.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==12.
|
|
1
|
+
dkist-processing-common==12.10.0
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -48,13 +48,13 @@ asyncpg==0.31.0
|
|
|
48
48
|
attrs==26.1.0
|
|
49
49
|
babel==2.18.0
|
|
50
50
|
billiard==4.2.4
|
|
51
|
-
boto3==1.42.
|
|
52
|
-
botocore==1.42.
|
|
51
|
+
boto3==1.42.82
|
|
52
|
+
botocore==1.42.82
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.3
|
|
55
55
|
certifi==2026.2.25
|
|
56
56
|
cffi==2.0.0
|
|
57
|
-
charset-normalizer==3.4.
|
|
57
|
+
charset-normalizer==3.4.7
|
|
58
58
|
click==8.3.1
|
|
59
59
|
click-didyoumean==0.3.1
|
|
60
60
|
click-plugins==1.1.1.2
|
|
@@ -69,9 +69,9 @@ dacite==1.9.2
|
|
|
69
69
|
decorator==5.2.1
|
|
70
70
|
dill==0.4.1
|
|
71
71
|
dkist-header-validator==5.3.0
|
|
72
|
-
dkist-processing-common==12.
|
|
72
|
+
dkist-processing-common==12.10.0
|
|
73
73
|
dkist-processing-core==7.1.0
|
|
74
|
-
dkist-processing-ops==1.
|
|
74
|
+
dkist-processing-ops==1.10.0
|
|
75
75
|
dkist-processing-pac==3.1.1
|
|
76
76
|
dkist-service-configuration==4.3.0
|
|
77
77
|
dkist-spectral-lines==3.0.0
|
|
@@ -86,7 +86,7 @@ fonttools==4.62.1
|
|
|
86
86
|
frozenlist==1.8.0
|
|
87
87
|
fsspec==2026.3.0
|
|
88
88
|
globus-sdk==4.5.0
|
|
89
|
-
googleapis-common-protos==1.
|
|
89
|
+
googleapis-common-protos==1.74.0
|
|
90
90
|
gqlclient==1.2.3
|
|
91
91
|
greenback==1.3.0
|
|
92
92
|
greenlet==3.3.2
|
|
@@ -116,7 +116,7 @@ markdown-it-py==4.0.0
|
|
|
116
116
|
matplotlib==3.10.8
|
|
117
117
|
mdurl==0.1.2
|
|
118
118
|
methodtools==0.4.7
|
|
119
|
-
more-itertools==
|
|
119
|
+
more-itertools==11.0.1
|
|
120
120
|
moviepy==2.2.1
|
|
121
121
|
msgspec==0.20.0
|
|
122
122
|
multidict==6.7.1
|
|
@@ -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.
|
|
10
|
-
date = 2026-04-
|
|
9
|
+
version = "1.10.0"
|
|
10
|
+
date = 2026-04-02T20:23:39.624854
|
|
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==12.
|
|
28
|
+
"dkist-processing-common==12.10.0",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -85,13 +85,13 @@ frozen = [
|
|
|
85
85
|
"attrs == 26.1.0",
|
|
86
86
|
"babel == 2.18.0",
|
|
87
87
|
"billiard == 4.2.4",
|
|
88
|
-
"boto3 == 1.42.
|
|
89
|
-
"botocore == 1.42.
|
|
88
|
+
"boto3 == 1.42.82",
|
|
89
|
+
"botocore == 1.42.82",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.3",
|
|
92
92
|
"certifi == 2026.2.25",
|
|
93
93
|
"cffi == 2.0.0",
|
|
94
|
-
"charset-normalizer == 3.4.
|
|
94
|
+
"charset-normalizer == 3.4.7",
|
|
95
95
|
"click == 8.3.1",
|
|
96
96
|
"click-didyoumean == 0.3.1",
|
|
97
97
|
"click-plugins == 1.1.1.2",
|
|
@@ -106,9 +106,9 @@ frozen = [
|
|
|
106
106
|
"decorator == 5.2.1",
|
|
107
107
|
"dill == 0.4.1",
|
|
108
108
|
"dkist-header-validator == 5.3.0",
|
|
109
|
-
"dkist-processing-common == 12.
|
|
109
|
+
"dkist-processing-common == 12.10.0",
|
|
110
110
|
"dkist-processing-core == 7.1.0",
|
|
111
|
-
"dkist-processing-ops == 1.
|
|
111
|
+
"dkist-processing-ops == 1.10.0",
|
|
112
112
|
"dkist-processing-pac == 3.1.1",
|
|
113
113
|
"dkist-service-configuration == 4.3.0",
|
|
114
114
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -123,7 +123,7 @@ frozen = [
|
|
|
123
123
|
"frozenlist == 1.8.0",
|
|
124
124
|
"fsspec == 2026.3.0",
|
|
125
125
|
"globus-sdk == 4.5.0",
|
|
126
|
-
"googleapis-common-protos == 1.
|
|
126
|
+
"googleapis-common-protos == 1.74.0",
|
|
127
127
|
"gqlclient == 1.2.3",
|
|
128
128
|
"greenback == 1.3.0",
|
|
129
129
|
"greenlet == 3.3.2",
|
|
@@ -153,7 +153,7 @@ frozen = [
|
|
|
153
153
|
"matplotlib == 3.10.8",
|
|
154
154
|
"mdurl == 0.1.2",
|
|
155
155
|
"methodtools == 0.4.7",
|
|
156
|
-
"more-itertools ==
|
|
156
|
+
"more-itertools == 11.0.1",
|
|
157
157
|
"moviepy == 2.2.1",
|
|
158
158
|
"msgspec == 0.20.0",
|
|
159
159
|
"multidict == 6.7.1",
|
|
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.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.17 → dkist_processing_ops-1.10.0}/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
|