dkist-processing-ops 1.10.15__tar.gz → 1.10.16__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.15 → dkist_processing_ops-1.10.16}/PKG-INFO +6 -5
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops.egg-info/PKG-INFO +6 -5
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops.egg-info/requires.txt +5 -4
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/pyproject.toml +7 -6
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/.gitignore +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/.snyk +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/README.rst +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/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.16
|
|
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==14.1.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.1.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -51,6 +51,7 @@ Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
54
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
55
56
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
56
57
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -93,9 +94,9 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
|
93
94
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
94
95
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
95
96
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-processing-common==14.1.
|
|
97
|
+
Requires-Dist: dkist-processing-common==14.1.1; extra == "frozen"
|
|
97
98
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
99
|
+
Requires-Dist: dkist-processing-ops==1.10.16; extra == "frozen"
|
|
99
100
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
100
101
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
101
102
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -225,7 +226,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
|
225
226
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
226
227
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
227
228
|
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
228
|
-
Requires-Dist: pydantic-settings==2.14.
|
|
229
|
+
Requires-Dist: pydantic-settings==2.14.1; extra == "frozen"
|
|
229
230
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
230
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
231
232
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/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.16'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 16)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g4106b727a'
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/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.16
|
|
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==14.1.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.1.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -51,6 +51,7 @@ Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
54
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
55
56
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
56
57
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -93,9 +94,9 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
|
93
94
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
94
95
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
95
96
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-processing-common==14.1.
|
|
97
|
+
Requires-Dist: dkist-processing-common==14.1.1; extra == "frozen"
|
|
97
98
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
99
|
+
Requires-Dist: dkist-processing-ops==1.10.16; extra == "frozen"
|
|
99
100
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
100
101
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
101
102
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -225,7 +226,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
|
225
226
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
226
227
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
227
228
|
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
228
|
-
Requires-Dist: pydantic-settings==2.14.
|
|
229
|
+
Requires-Dist: pydantic-settings==2.14.1; extra == "frozen"
|
|
229
230
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
230
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
231
232
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.1.
|
|
1
|
+
dkist-processing-common==14.1.1
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -35,6 +35,7 @@ apache-airflow-providers-postgres==6.6.3
|
|
|
35
35
|
apache-airflow-providers-smtp==3.0.0
|
|
36
36
|
apache-airflow-providers-standard==1.12.3
|
|
37
37
|
apache-airflow-task-sdk==1.2.1
|
|
38
|
+
appnope==0.1.4
|
|
38
39
|
argcomplete==3.6.3
|
|
39
40
|
argon2-cffi==25.1.0
|
|
40
41
|
argon2-cffi-bindings==25.1.0
|
|
@@ -77,9 +78,9 @@ decorator==5.2.1
|
|
|
77
78
|
defusedxml==0.7.1
|
|
78
79
|
dill==0.4.1
|
|
79
80
|
dkist-header-validator==5.4.0
|
|
80
|
-
dkist-processing-common==14.1.
|
|
81
|
+
dkist-processing-common==14.1.1
|
|
81
82
|
dkist-processing-core==7.3.0
|
|
82
|
-
dkist-processing-ops==1.10.
|
|
83
|
+
dkist-processing-ops==1.10.16
|
|
83
84
|
dkist-processing-pac==3.1.2
|
|
84
85
|
dkist-service-configuration==4.3.0
|
|
85
86
|
dkist-spectral-lines==3.0.1
|
|
@@ -209,7 +210,7 @@ pure_eval==0.2.3
|
|
|
209
210
|
pycparser==3.0
|
|
210
211
|
pydantic==2.13.4
|
|
211
212
|
pydantic-extra-types==2.11.1
|
|
212
|
-
pydantic-settings==2.14.
|
|
213
|
+
pydantic-settings==2.14.1
|
|
213
214
|
pydantic_core==2.46.4
|
|
214
215
|
pyerfa==2.0.1.5
|
|
215
216
|
pygtrie==2.5.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.16"
|
|
10
|
+
date = 2026-05-08T07:46:21.696132
|
|
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==14.1.
|
|
28
|
+
"dkist-processing-common==14.1.1",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -72,6 +72,7 @@ frozen = [
|
|
|
72
72
|
"apache-airflow-providers-smtp == 3.0.0",
|
|
73
73
|
"apache-airflow-providers-standard == 1.12.3",
|
|
74
74
|
"apache-airflow-task-sdk == 1.2.1",
|
|
75
|
+
"appnope == 0.1.4",
|
|
75
76
|
"argcomplete == 3.6.3",
|
|
76
77
|
"argon2-cffi == 25.1.0",
|
|
77
78
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -114,9 +115,9 @@ frozen = [
|
|
|
114
115
|
"defusedxml == 0.7.1",
|
|
115
116
|
"dill == 0.4.1",
|
|
116
117
|
"dkist-header-validator == 5.4.0",
|
|
117
|
-
"dkist-processing-common == 14.1.
|
|
118
|
+
"dkist-processing-common == 14.1.1",
|
|
118
119
|
"dkist-processing-core == 7.3.0",
|
|
119
|
-
"dkist-processing-ops == 1.10.
|
|
120
|
+
"dkist-processing-ops == 1.10.16",
|
|
120
121
|
"dkist-processing-pac == 3.1.2",
|
|
121
122
|
"dkist-service-configuration == 4.3.0",
|
|
122
123
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -246,7 +247,7 @@ frozen = [
|
|
|
246
247
|
"pycparser == 3.0",
|
|
247
248
|
"pydantic == 2.13.4",
|
|
248
249
|
"pydantic-extra-types == 2.11.1",
|
|
249
|
-
"pydantic-settings == 2.14.
|
|
250
|
+
"pydantic-settings == 2.14.1",
|
|
250
251
|
"pydantic_core == 2.46.4",
|
|
251
252
|
"pyerfa == 2.0.1.5",
|
|
252
253
|
"pygtrie == 2.5.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.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.15 → dkist_processing_ops-1.10.16}/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
|