dkist-processing-ops 1.9.16__tar.gz → 1.9.17__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.16 → dkist_processing_ops-1.9.17}/PKG-INFO +15 -15
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/config.py +1 -1
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tasks/__init__.py +3 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops.egg-info/PKG-INFO +15 -15
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops.egg-info/requires.txt +14 -14
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/pyproject.toml +17 -16
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/.gitignore +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/.snyk +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/README.rst +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.17
|
|
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,8 +11,8 @@ 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.
|
|
15
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.9.0
|
|
15
|
+
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
18
18
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -33,7 +33,7 @@ Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
|
33
33
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
34
34
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
36
|
-
Requires-Dist: aiohttp==3.13.
|
|
36
|
+
Requires-Dist: aiohttp==3.13.5; extra == "frozen"
|
|
37
37
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
38
38
|
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
39
39
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
@@ -42,8 +42,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
42
42
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
43
43
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
44
44
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
45
|
-
Requires-Dist: apache-airflow==3.1.
|
|
46
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
45
|
+
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
46
|
+
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
47
47
|
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
49
49
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -51,7 +51,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
54
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
54
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
57
57
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -59,13 +59,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
59
59
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
60
60
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
61
61
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
62
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
62
|
+
Requires-Dist: astropy-iers-data==0.2026.4.1.15.5.49; extra == "frozen"
|
|
63
63
|
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.80; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.80; 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"
|
|
@@ -85,11 +85,11 @@ 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.
|
|
89
|
-
Requires-Dist: dkist-processing-core==7.0
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.9.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.9.0; extra == "frozen"
|
|
89
|
+
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.9.17; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
92
|
+
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -166,7 +166,7 @@ Requires-Dist: opentelemetry-semantic-conventions==0.61b0; extra == "frozen"
|
|
|
166
166
|
Requires-Dist: opentelemetry-util-http==0.61b0; extra == "frozen"
|
|
167
167
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
168
168
|
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
169
|
-
Requires-Dist: pandas==3.0.
|
|
169
|
+
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
170
170
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
171
171
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
172
172
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/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.9.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 9,
|
|
21
|
+
__version__ = version = '1.9.17'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 9, 17)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g19f13c07e'
|
|
@@ -11,4 +11,4 @@ class DKISTProcessingOpsConfigurations(DKISTProcessingCommonConfiguration):
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
dkist_processing_ops_configurations = DKISTProcessingOpsConfigurations()
|
|
14
|
-
dkist_processing_ops_configurations.log_configurations()
|
|
14
|
+
dkist_processing_ops_configurations.log_configurations(log_parent_configurations=False)
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
@@ -3,3 +3,6 @@
|
|
|
3
3
|
from dkist_processing_ops.tasks.read_memory_leak import *
|
|
4
4
|
from dkist_processing_ops.tasks.smoke import *
|
|
5
5
|
from dkist_processing_ops.tasks.wait import *
|
|
6
|
+
|
|
7
|
+
# Not used directly, but ensures that the common_configurations are logged early in a task run
|
|
8
|
+
from dkist_processing_ops.config import dkist_processing_ops_configurations # isort: skip
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/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.9.
|
|
3
|
+
Version: 1.9.17
|
|
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,8 +11,8 @@ 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.
|
|
15
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.9.0
|
|
15
|
+
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
18
18
|
Requires-Dist: pytest-cov; extra == "test"
|
|
@@ -33,7 +33,7 @@ Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
|
33
33
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
34
34
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
36
|
-
Requires-Dist: aiohttp==3.13.
|
|
36
|
+
Requires-Dist: aiohttp==3.13.5; extra == "frozen"
|
|
37
37
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
38
38
|
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
39
39
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
@@ -42,8 +42,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
42
42
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
43
43
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
44
44
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
45
|
-
Requires-Dist: apache-airflow==3.1.
|
|
46
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
45
|
+
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
46
|
+
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
47
47
|
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
49
49
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -51,7 +51,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
54
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
54
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
57
57
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -59,13 +59,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
59
59
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
60
60
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
61
61
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
62
|
-
Requires-Dist: astropy-iers-data==0.2026.
|
|
62
|
+
Requires-Dist: astropy-iers-data==0.2026.4.1.15.5.49; extra == "frozen"
|
|
63
63
|
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.80; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.80; 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"
|
|
@@ -85,11 +85,11 @@ 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.
|
|
89
|
-
Requires-Dist: dkist-processing-core==7.0
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.9.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.9.0; extra == "frozen"
|
|
89
|
+
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.9.17; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
|
-
Requires-Dist: dkist-service-configuration==4.
|
|
92
|
+
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
@@ -166,7 +166,7 @@ Requires-Dist: opentelemetry-semantic-conventions==0.61b0; extra == "frozen"
|
|
|
166
166
|
Requires-Dist: opentelemetry-util-http==0.61b0; extra == "frozen"
|
|
167
167
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
168
168
|
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
169
|
-
Requires-Dist: pandas==3.0.
|
|
169
|
+
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
170
170
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
171
171
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
172
172
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
dkist-processing-common==12.
|
|
2
|
-
dkist-service-configuration==4.
|
|
1
|
+
dkist-processing-common==12.9.0
|
|
2
|
+
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
5
5
|
Deprecated==1.3.1
|
|
@@ -17,7 +17,7 @@ SQLAlchemy-Utils==0.42.1
|
|
|
17
17
|
a2wsgi==1.10.10
|
|
18
18
|
aioftp==0.27.2
|
|
19
19
|
aiohappyeyeballs==2.6.1
|
|
20
|
-
aiohttp==3.13.
|
|
20
|
+
aiohttp==3.13.5
|
|
21
21
|
aiosignal==1.4.0
|
|
22
22
|
aiosmtplib==5.1.0
|
|
23
23
|
aiosqlite==0.21.0
|
|
@@ -26,8 +26,8 @@ amqp==5.3.1
|
|
|
26
26
|
annotated-doc==0.0.4
|
|
27
27
|
annotated-types==0.7.0
|
|
28
28
|
anyio==4.13.0
|
|
29
|
-
apache-airflow==3.1.
|
|
30
|
-
apache-airflow-core==3.1.
|
|
29
|
+
apache-airflow==3.1.8
|
|
30
|
+
apache-airflow-core==3.1.8
|
|
31
31
|
apache-airflow-providers-celery==3.17.2
|
|
32
32
|
apache-airflow-providers-common-compat==1.14.2
|
|
33
33
|
apache-airflow-providers-common-io==1.7.2
|
|
@@ -35,7 +35,7 @@ apache-airflow-providers-common-sql==1.34.0
|
|
|
35
35
|
apache-airflow-providers-postgres==6.6.2
|
|
36
36
|
apache-airflow-providers-smtp==2.4.4
|
|
37
37
|
apache-airflow-providers-standard==1.12.2
|
|
38
|
-
apache-airflow-task-sdk==1.1.
|
|
38
|
+
apache-airflow-task-sdk==1.1.8
|
|
39
39
|
argcomplete==3.6.3
|
|
40
40
|
asdf==3.5.0
|
|
41
41
|
asdf_standard==1.5.0
|
|
@@ -43,13 +43,13 @@ asdf_transform_schemas==0.6.0
|
|
|
43
43
|
asgiref==3.11.1
|
|
44
44
|
asteval==1.0.8
|
|
45
45
|
astropy==7.2.0
|
|
46
|
-
astropy-iers-data==0.2026.
|
|
46
|
+
astropy-iers-data==0.2026.4.1.15.5.49
|
|
47
47
|
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.80
|
|
52
|
+
botocore==1.42.80
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.3
|
|
55
55
|
certifi==2026.2.25
|
|
@@ -69,11 +69,11 @@ 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.
|
|
73
|
-
dkist-processing-core==7.0
|
|
74
|
-
dkist-processing-ops==1.9.
|
|
72
|
+
dkist-processing-common==12.9.0
|
|
73
|
+
dkist-processing-core==7.1.0
|
|
74
|
+
dkist-processing-ops==1.9.17
|
|
75
75
|
dkist-processing-pac==3.1.1
|
|
76
|
-
dkist-service-configuration==4.
|
|
76
|
+
dkist-service-configuration==4.3.0
|
|
77
77
|
dkist-spectral-lines==3.0.0
|
|
78
78
|
dkist_fits_specifications==4.23.0
|
|
79
79
|
dnspython==2.8.0
|
|
@@ -150,7 +150,7 @@ opentelemetry-semantic-conventions==0.61b0
|
|
|
150
150
|
opentelemetry-util-http==0.61b0
|
|
151
151
|
outcome==1.3.0.post0
|
|
152
152
|
packaging==26.0
|
|
153
|
-
pandas==3.0.
|
|
153
|
+
pandas==3.0.2
|
|
154
154
|
parfive==2.3.1
|
|
155
155
|
pathspec==1.0.4
|
|
156
156
|
pendulum==3.2.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.9.
|
|
10
|
-
date = 2026-
|
|
9
|
+
version = "1.9.17"
|
|
10
|
+
date = 2026-04-01T11:30:26.515388
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,8 +25,8 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==12.
|
|
29
|
-
"dkist-service-configuration==4.
|
|
28
|
+
"dkist-processing-common==12.9.0",
|
|
29
|
+
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
32
32
|
|
|
@@ -54,7 +54,7 @@ frozen = [
|
|
|
54
54
|
"a2wsgi == 1.10.10",
|
|
55
55
|
"aioftp == 0.27.2",
|
|
56
56
|
"aiohappyeyeballs == 2.6.1",
|
|
57
|
-
"aiohttp == 3.13.
|
|
57
|
+
"aiohttp == 3.13.5",
|
|
58
58
|
"aiosignal == 1.4.0",
|
|
59
59
|
"aiosmtplib == 5.1.0",
|
|
60
60
|
"aiosqlite == 0.21.0",
|
|
@@ -63,8 +63,8 @@ frozen = [
|
|
|
63
63
|
"annotated-doc == 0.0.4",
|
|
64
64
|
"annotated-types == 0.7.0",
|
|
65
65
|
"anyio == 4.13.0",
|
|
66
|
-
"apache-airflow == 3.1.
|
|
67
|
-
"apache-airflow-core == 3.1.
|
|
66
|
+
"apache-airflow == 3.1.8",
|
|
67
|
+
"apache-airflow-core == 3.1.8",
|
|
68
68
|
"apache-airflow-providers-celery == 3.17.2",
|
|
69
69
|
"apache-airflow-providers-common-compat == 1.14.2",
|
|
70
70
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
@@ -72,7 +72,7 @@ frozen = [
|
|
|
72
72
|
"apache-airflow-providers-postgres == 6.6.2",
|
|
73
73
|
"apache-airflow-providers-smtp == 2.4.4",
|
|
74
74
|
"apache-airflow-providers-standard == 1.12.2",
|
|
75
|
-
"apache-airflow-task-sdk == 1.1.
|
|
75
|
+
"apache-airflow-task-sdk == 1.1.8",
|
|
76
76
|
"argcomplete == 3.6.3",
|
|
77
77
|
"asdf == 3.5.0",
|
|
78
78
|
"asdf_standard == 1.5.0",
|
|
@@ -80,13 +80,13 @@ frozen = [
|
|
|
80
80
|
"asgiref == 3.11.1",
|
|
81
81
|
"asteval == 1.0.8",
|
|
82
82
|
"astropy == 7.2.0",
|
|
83
|
-
"astropy-iers-data == 0.2026.
|
|
83
|
+
"astropy-iers-data == 0.2026.4.1.15.5.49",
|
|
84
84
|
"asyncpg == 0.31.0",
|
|
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.80",
|
|
89
|
+
"botocore == 1.42.80",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.3",
|
|
92
92
|
"certifi == 2026.2.25",
|
|
@@ -106,11 +106,11 @@ 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.
|
|
110
|
-
"dkist-processing-core == 7.0
|
|
111
|
-
"dkist-processing-ops == 1.9.
|
|
109
|
+
"dkist-processing-common == 12.9.0",
|
|
110
|
+
"dkist-processing-core == 7.1.0",
|
|
111
|
+
"dkist-processing-ops == 1.9.17",
|
|
112
112
|
"dkist-processing-pac == 3.1.1",
|
|
113
|
-
"dkist-service-configuration == 4.
|
|
113
|
+
"dkist-service-configuration == 4.3.0",
|
|
114
114
|
"dkist-spectral-lines == 3.0.0",
|
|
115
115
|
"dkist_fits_specifications == 4.23.0",
|
|
116
116
|
"dnspython == 2.8.0",
|
|
@@ -187,7 +187,7 @@ frozen = [
|
|
|
187
187
|
"opentelemetry-util-http == 0.61b0",
|
|
188
188
|
"outcome == 1.3.0.post0",
|
|
189
189
|
"packaging == 26.0",
|
|
190
|
-
"pandas == 3.0.
|
|
190
|
+
"pandas == 3.0.2",
|
|
191
191
|
"parfive == 2.3.1",
|
|
192
192
|
"pathspec == 1.0.4",
|
|
193
193
|
"pendulum == 3.2.0",
|
|
@@ -278,6 +278,7 @@ zip-safe = false
|
|
|
278
278
|
include-package-data = true
|
|
279
279
|
|
|
280
280
|
[tool.setuptools.packages.find]
|
|
281
|
+
exclude = ["build*"]
|
|
281
282
|
|
|
282
283
|
[tool.setuptools.package-data]
|
|
283
284
|
# include .ttf files from any directory
|
|
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.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.16 → dkist_processing_ops-1.9.17}/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
|