dkist-processing-ops 1.10.12__tar.gz → 1.10.13__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.10.12 → dkist_processing_ops-1.10.13}/PKG-INFO +6 -6
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops.egg-info/PKG-INFO +6 -6
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops.egg-info/requires.txt +5 -5
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/pyproject.toml +7 -7
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/.gitignore +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/.snyk +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/README.rst +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.13
|
|
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
|
|
@@ -86,11 +86,11 @@ Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-processing-common==14.0.2; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.13; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
93
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
93
|
+
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -183,9 +183,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
183
183
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
184
184
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
185
185
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
186
|
-
Requires-Dist: pydantic==2.13.
|
|
186
|
+
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
187
187
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
188
|
-
Requires-Dist: pydantic_core==2.46.
|
|
188
|
+
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
189
189
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
190
190
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -223,7 +223,7 @@ Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
|
223
223
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
224
224
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
226
|
-
Requires-Dist: traitlets==5.
|
|
226
|
+
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
227
227
|
Requires-Dist: typer==0.25.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/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.10.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 10,
|
|
21
|
+
__version__ = version = '1.10.13'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 13)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g4fd34add6'
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/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.10.
|
|
3
|
+
Version: 1.10.13
|
|
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
|
|
@@ -86,11 +86,11 @@ Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-processing-common==14.0.2; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.13; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
93
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
93
|
+
Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -183,9 +183,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
183
183
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
184
184
|
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
185
185
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
186
|
-
Requires-Dist: pydantic==2.13.
|
|
186
|
+
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
187
187
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
188
|
-
Requires-Dist: pydantic_core==2.46.
|
|
188
|
+
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
189
189
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
190
190
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -223,7 +223,7 @@ Requires-Dist: termcolor==3.3.0; extra == "frozen"
|
|
|
223
223
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
224
224
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
226
|
-
Requires-Dist: traitlets==5.
|
|
226
|
+
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
227
227
|
Requires-Dist: typer==0.25.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
@@ -70,11 +70,11 @@ dill==0.4.1
|
|
|
70
70
|
dkist-header-validator==5.3.1
|
|
71
71
|
dkist-processing-common==14.0.2
|
|
72
72
|
dkist-processing-core==7.2.1
|
|
73
|
-
dkist-processing-ops==1.10.
|
|
73
|
+
dkist-processing-ops==1.10.13
|
|
74
74
|
dkist-processing-pac==3.1.2
|
|
75
75
|
dkist-service-configuration==4.3.0
|
|
76
76
|
dkist-spectral-lines==3.0.1
|
|
77
|
-
dkist_fits_specifications==4.
|
|
77
|
+
dkist_fits_specifications==4.26.0
|
|
78
78
|
dnspython==2.8.0
|
|
79
79
|
email-validator==2.3.0
|
|
80
80
|
fastapi==0.117.1
|
|
@@ -167,9 +167,9 @@ protobuf==6.33.6
|
|
|
167
167
|
psutil==7.2.2
|
|
168
168
|
psycopg2-binary==2.9.12
|
|
169
169
|
pycparser==3.0
|
|
170
|
-
pydantic==2.13.
|
|
170
|
+
pydantic==2.13.4
|
|
171
171
|
pydantic-settings==2.14.0
|
|
172
|
-
pydantic_core==2.46.
|
|
172
|
+
pydantic_core==2.46.4
|
|
173
173
|
pyerfa==2.0.1.5
|
|
174
174
|
pygtrie==2.5.0
|
|
175
175
|
pyparsing==3.3.2
|
|
@@ -207,7 +207,7 @@ termcolor==3.3.0
|
|
|
207
207
|
text-unidecode==1.3
|
|
208
208
|
tornado==6.5.5
|
|
209
209
|
tqdm==4.67.3
|
|
210
|
-
traitlets==5.
|
|
210
|
+
traitlets==5.15.0
|
|
211
211
|
typer==0.25.1
|
|
212
212
|
typing-inspection==0.4.2
|
|
213
213
|
typing_extensions==4.15.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.10.
|
|
10
|
-
date = 2026-05-
|
|
9
|
+
version = "1.10.13"
|
|
10
|
+
date = 2026-05-06T07:46:07.854018
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -107,11 +107,11 @@ frozen = [
|
|
|
107
107
|
"dkist-header-validator == 5.3.1",
|
|
108
108
|
"dkist-processing-common == 14.0.2",
|
|
109
109
|
"dkist-processing-core == 7.2.1",
|
|
110
|
-
"dkist-processing-ops == 1.10.
|
|
110
|
+
"dkist-processing-ops == 1.10.13",
|
|
111
111
|
"dkist-processing-pac == 3.1.2",
|
|
112
112
|
"dkist-service-configuration == 4.3.0",
|
|
113
113
|
"dkist-spectral-lines == 3.0.1",
|
|
114
|
-
"dkist_fits_specifications == 4.
|
|
114
|
+
"dkist_fits_specifications == 4.26.0",
|
|
115
115
|
"dnspython == 2.8.0",
|
|
116
116
|
"email-validator == 2.3.0",
|
|
117
117
|
"fastapi == 0.117.1",
|
|
@@ -204,9 +204,9 @@ frozen = [
|
|
|
204
204
|
"psutil == 7.2.2",
|
|
205
205
|
"psycopg2-binary == 2.9.12",
|
|
206
206
|
"pycparser == 3.0",
|
|
207
|
-
"pydantic == 2.13.
|
|
207
|
+
"pydantic == 2.13.4",
|
|
208
208
|
"pydantic-settings == 2.14.0",
|
|
209
|
-
"pydantic_core == 2.46.
|
|
209
|
+
"pydantic_core == 2.46.4",
|
|
210
210
|
"pyerfa == 2.0.1.5",
|
|
211
211
|
"pygtrie == 2.5.0",
|
|
212
212
|
"pyparsing == 3.3.2",
|
|
@@ -244,7 +244,7 @@ frozen = [
|
|
|
244
244
|
"text-unidecode == 1.3",
|
|
245
245
|
"tornado == 6.5.5",
|
|
246
246
|
"tqdm == 4.67.3",
|
|
247
|
-
"traitlets == 5.
|
|
247
|
+
"traitlets == 5.15.0",
|
|
248
248
|
"typer == 0.25.1",
|
|
249
249
|
"typing-inspection == 0.4.2",
|
|
250
250
|
"typing_extensions == 4.15.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.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.12 → dkist_processing_ops-1.10.13}/dkist_processing_ops/tests/__init__.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
|