dkist-processing-ops 1.10.18__tar.gz → 1.10.19__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.18 → dkist_processing_ops-1.10.19}/PKG-INFO +7 -8
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops.egg-info/PKG-INFO +7 -8
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops.egg-info/requires.txt +6 -7
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/pyproject.toml +8 -9
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/.gitignore +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/.snyk +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/README.rst +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/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.19
|
|
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.3.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.3.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -51,7 +51,6 @@ 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.13.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
55
54
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
55
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
57
56
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -71,8 +70,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
71
70
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
72
71
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
73
72
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
74
|
-
Requires-Dist: boto3==1.43.
|
|
75
|
-
Requires-Dist: botocore==1.43.
|
|
73
|
+
Requires-Dist: boto3==1.43.11; extra == "frozen"
|
|
74
|
+
Requires-Dist: botocore==1.43.11; extra == "frozen"
|
|
76
75
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
77
76
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
78
77
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -94,9 +93,9 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
94
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
95
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
96
95
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
96
|
+
Requires-Dist: dkist-processing-common==14.3.1; extra == "frozen"
|
|
98
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.19; extra == "frozen"
|
|
100
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
101
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
102
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -300,7 +299,7 @@ Requires-Dist: websockets==16.0; extra == "frozen"
|
|
|
300
299
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
301
300
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
302
301
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
303
|
-
Requires-Dist: yarl==1.
|
|
302
|
+
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
304
303
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
305
304
|
Dynamic: license-file
|
|
306
305
|
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/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.19'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 19)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gdd6708e8c'
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/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.19
|
|
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.3.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.3.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -51,7 +51,6 @@ 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.13.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
55
54
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
55
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
57
56
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -71,8 +70,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
71
70
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
72
71
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
73
72
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
74
|
-
Requires-Dist: boto3==1.43.
|
|
75
|
-
Requires-Dist: botocore==1.43.
|
|
73
|
+
Requires-Dist: boto3==1.43.11; extra == "frozen"
|
|
74
|
+
Requires-Dist: botocore==1.43.11; extra == "frozen"
|
|
76
75
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
77
76
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
78
77
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -94,9 +93,9 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
94
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
95
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
96
95
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
97
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
96
|
+
Requires-Dist: dkist-processing-common==14.3.1; extra == "frozen"
|
|
98
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.19; extra == "frozen"
|
|
100
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
101
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
102
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -300,7 +299,7 @@ Requires-Dist: websockets==16.0; extra == "frozen"
|
|
|
300
299
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
301
300
|
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
302
301
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
303
|
-
Requires-Dist: yarl==1.
|
|
302
|
+
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
304
303
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
305
304
|
Dynamic: license-file
|
|
306
305
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.3.
|
|
1
|
+
dkist-processing-common==14.3.1
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -35,7 +35,6 @@ apache-airflow-providers-postgres==6.6.3
|
|
|
35
35
|
apache-airflow-providers-smtp==3.0.0
|
|
36
36
|
apache-airflow-providers-standard==1.13.0
|
|
37
37
|
apache-airflow-task-sdk==1.2.1
|
|
38
|
-
appnope==0.1.4
|
|
39
38
|
argcomplete==3.6.3
|
|
40
39
|
argon2-cffi==25.1.0
|
|
41
40
|
argon2-cffi-bindings==25.1.0
|
|
@@ -55,8 +54,8 @@ babel==2.18.0
|
|
|
55
54
|
beautifulsoup4==4.14.3
|
|
56
55
|
billiard==4.2.4
|
|
57
56
|
bleach==6.3.0
|
|
58
|
-
boto3==1.43.
|
|
59
|
-
botocore==1.43.
|
|
57
|
+
boto3==1.43.11
|
|
58
|
+
botocore==1.43.11
|
|
60
59
|
cadwyn==6.2.2
|
|
61
60
|
celery==5.6.3
|
|
62
61
|
certifi==2026.4.22
|
|
@@ -78,9 +77,9 @@ decorator==5.3.1
|
|
|
78
77
|
defusedxml==0.7.1
|
|
79
78
|
dill==0.4.1
|
|
80
79
|
dkist-header-validator==5.4.0
|
|
81
|
-
dkist-processing-common==14.3.
|
|
80
|
+
dkist-processing-common==14.3.1
|
|
82
81
|
dkist-processing-core==7.3.0
|
|
83
|
-
dkist-processing-ops==1.10.
|
|
82
|
+
dkist-processing-ops==1.10.19
|
|
84
83
|
dkist-processing-pac==3.1.2
|
|
85
84
|
dkist-service-configuration==4.3.0
|
|
86
85
|
dkist-spectral-lines==3.0.1
|
|
@@ -284,7 +283,7 @@ websockets==16.0
|
|
|
284
283
|
wirerope==1.0.0
|
|
285
284
|
wrapt==2.1.2
|
|
286
285
|
yamale==6.1.0
|
|
287
|
-
yarl==1.
|
|
286
|
+
yarl==1.24.2
|
|
288
287
|
zipp==4.1.0
|
|
289
288
|
|
|
290
289
|
[test]
|
|
@@ -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.19"
|
|
10
|
+
date = 2026-05-19T21:19:15.100203
|
|
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.3.
|
|
28
|
+
"dkist-processing-common==14.3.1",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -72,7 +72,6 @@ frozen = [
|
|
|
72
72
|
"apache-airflow-providers-smtp == 3.0.0",
|
|
73
73
|
"apache-airflow-providers-standard == 1.13.0",
|
|
74
74
|
"apache-airflow-task-sdk == 1.2.1",
|
|
75
|
-
"appnope == 0.1.4",
|
|
76
75
|
"argcomplete == 3.6.3",
|
|
77
76
|
"argon2-cffi == 25.1.0",
|
|
78
77
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -92,8 +91,8 @@ frozen = [
|
|
|
92
91
|
"beautifulsoup4 == 4.14.3",
|
|
93
92
|
"billiard == 4.2.4",
|
|
94
93
|
"bleach == 6.3.0",
|
|
95
|
-
"boto3 == 1.43.
|
|
96
|
-
"botocore == 1.43.
|
|
94
|
+
"boto3 == 1.43.11",
|
|
95
|
+
"botocore == 1.43.11",
|
|
97
96
|
"cadwyn == 6.2.2",
|
|
98
97
|
"celery == 5.6.3",
|
|
99
98
|
"certifi == 2026.4.22",
|
|
@@ -115,9 +114,9 @@ frozen = [
|
|
|
115
114
|
"defusedxml == 0.7.1",
|
|
116
115
|
"dill == 0.4.1",
|
|
117
116
|
"dkist-header-validator == 5.4.0",
|
|
118
|
-
"dkist-processing-common == 14.3.
|
|
117
|
+
"dkist-processing-common == 14.3.1",
|
|
119
118
|
"dkist-processing-core == 7.3.0",
|
|
120
|
-
"dkist-processing-ops == 1.10.
|
|
119
|
+
"dkist-processing-ops == 1.10.19",
|
|
121
120
|
"dkist-processing-pac == 3.1.2",
|
|
122
121
|
"dkist-service-configuration == 4.3.0",
|
|
123
122
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -321,7 +320,7 @@ frozen = [
|
|
|
321
320
|
"wirerope == 1.0.0",
|
|
322
321
|
"wrapt == 2.1.2",
|
|
323
322
|
"yamale == 6.1.0",
|
|
324
|
-
"yarl == 1.
|
|
323
|
+
"yarl == 1.24.2",
|
|
325
324
|
"zipp == 4.1.0",
|
|
326
325
|
]
|
|
327
326
|
|
|
File without changes
|
|
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.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.18 → dkist_processing_ops-1.10.19}/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
|