dkist-processing-ops 1.6.58__tar.gz → 1.7.0rc1__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.
Potentially problematic release.
This version of dkist-processing-ops might be problematic. Click here for more details.
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/PKG-INFO +15 -18
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/bitbucket-pipelines.yml +1 -1
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops.egg-info/PKG-INFO +15 -18
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops.egg-info/requires.txt +12 -15
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/pyproject.toml +16 -19
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/.gitignore +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/.snyk +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/README.rst +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/setup.cfg +0 -0
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0rc1
|
|
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
|
|
7
7
|
Project-URL: repository, https://bitbucket.org/dkistdc/dkist-processing-ops
|
|
8
8
|
Classifier: License :: OSI Approved :: BSD License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.
|
|
11
|
-
Requires-Python: >=3.
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Requires-Python: >=3.12
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.5.0rc1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
18
18
|
Requires-Dist: pytest-cov; extra == "test"
|
|
19
19
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
20
|
+
Requires-Dist: dkist-dev-tools; extra == "test"
|
|
20
21
|
Provides-Extra: frozen
|
|
21
22
|
Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
|
|
22
23
|
Requires-Dist: Deprecated==1.2.18; extra == "frozen"
|
|
@@ -49,7 +50,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
49
50
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
50
51
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
51
52
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow==2.
|
|
53
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
53
54
|
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
54
55
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
55
56
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
@@ -75,8 +76,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
75
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.40.
|
|
79
|
-
Requires-Dist: botocore==1.40.
|
|
79
|
+
Requires-Dist: boto3==1.40.25; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.40.25; extra == "frozen"
|
|
80
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
82
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
83
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -99,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
101
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
102
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==11.
|
|
103
|
-
Requires-Dist: dkist-processing-core==5.
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
103
|
+
Requires-Dist: dkist-processing-common==11.5.0rc1; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-core==5.2.0rc1; extra == "frozen"
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.7.0rc1; extra == "frozen"
|
|
105
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -119,7 +120,6 @@ Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
|
|
|
119
120
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
120
121
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
122
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
123
123
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -157,7 +157,7 @@ Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
158
158
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
159
159
|
Requires-Dist: numpy==2.3.2; extra == "frozen"
|
|
160
|
-
Requires-Dist: object-clerk==0.
|
|
160
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
@@ -186,7 +186,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
|
186
186
|
Requires-Dist: protobuf==6.32.0; extra == "frozen"
|
|
187
187
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
188
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
|
-
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
189
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
191
190
|
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
192
191
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
@@ -203,7 +202,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
|
203
202
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
204
203
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
205
204
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
206
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
207
205
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
208
206
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
209
207
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
@@ -211,8 +209,7 @@ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
|
211
209
|
Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
212
210
|
Requires-Dist: scipy==1.16.1; extra == "frozen"
|
|
213
211
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
|
-
Requires-Dist: setproctitle==1.3.
|
|
215
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
212
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
216
213
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
214
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
215
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -220,8 +217,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
220
217
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
221
218
|
Requires-Dist: sunpy==7.0.1; extra == "frozen"
|
|
222
219
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
223
|
-
Requires-Dist: talus==1.
|
|
224
|
-
Requires-Dist: tenacity==
|
|
220
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
221
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
225
222
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
226
223
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
227
224
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/_version.py
RENAMED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.7.0rc1'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 7, 0, 'rc1')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gfdfb680f6'
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0rc1
|
|
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
|
|
7
7
|
Project-URL: repository, https://bitbucket.org/dkistdc/dkist-processing-ops
|
|
8
8
|
Classifier: License :: OSI Approved :: BSD License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.
|
|
11
|
-
Requires-Python: >=3.
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Requires-Python: >=3.12
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.5.0rc1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
18
18
|
Requires-Dist: pytest-cov; extra == "test"
|
|
19
19
|
Requires-Dist: pytest-xdist; extra == "test"
|
|
20
|
+
Requires-Dist: dkist-dev-tools; extra == "test"
|
|
20
21
|
Provides-Extra: frozen
|
|
21
22
|
Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
|
|
22
23
|
Requires-Dist: Deprecated==1.2.18; extra == "frozen"
|
|
@@ -49,7 +50,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
|
|
|
49
50
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
50
51
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
51
52
|
Requires-Dist: anyio==4.10.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow==2.
|
|
53
|
+
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
53
54
|
Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
|
|
54
55
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
55
56
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
@@ -75,8 +76,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
75
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.40.
|
|
79
|
-
Requires-Dist: botocore==1.40.
|
|
79
|
+
Requires-Dist: boto3==1.40.25; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.40.25; extra == "frozen"
|
|
80
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
82
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
82
83
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -99,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
101
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
102
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==11.
|
|
103
|
-
Requires-Dist: dkist-processing-core==5.
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.
|
|
103
|
+
Requires-Dist: dkist-processing-common==11.5.0rc1; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-core==5.2.0rc1; extra == "frozen"
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.7.0rc1; extra == "frozen"
|
|
105
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -119,7 +120,6 @@ Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
|
|
|
119
120
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
120
121
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
122
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
123
123
|
Requires-Dist: grpcio==1.74.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -157,7 +157,7 @@ Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
158
158
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
159
159
|
Requires-Dist: numpy==2.3.2; extra == "frozen"
|
|
160
|
-
Requires-Dist: object-clerk==0.
|
|
160
|
+
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
161
161
|
Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
|
|
@@ -186,7 +186,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
|
186
186
|
Requires-Dist: protobuf==6.32.0; extra == "frozen"
|
|
187
187
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
188
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
|
-
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
189
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
191
190
|
Requires-Dist: pydantic==2.11.7; extra == "frozen"
|
|
192
191
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
@@ -203,7 +202,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
|
|
|
203
202
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
204
203
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
205
204
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
206
|
-
Requires-Dist: retry==0.9.2; extra == "frozen"
|
|
207
205
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
208
206
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
209
207
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
@@ -211,8 +209,7 @@ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
|
211
209
|
Requires-Dist: s3transfer==0.13.1; extra == "frozen"
|
|
212
210
|
Requires-Dist: scipy==1.16.1; extra == "frozen"
|
|
213
211
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
|
-
Requires-Dist: setproctitle==1.3.
|
|
215
|
-
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
212
|
+
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
216
213
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
217
214
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
218
215
|
Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
|
|
@@ -220,8 +217,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
220
217
|
Requires-Dist: sqlparse==0.5.3; extra == "frozen"
|
|
221
218
|
Requires-Dist: sunpy==7.0.1; extra == "frozen"
|
|
222
219
|
Requires-Dist: tabulate==0.9.0; extra == "frozen"
|
|
223
|
-
Requires-Dist: talus==1.
|
|
224
|
-
Requires-Dist: tenacity==
|
|
220
|
+
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
221
|
+
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
225
222
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
226
223
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
227
224
|
Requires-Dist: tornado==6.5.2; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.5.0rc1
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -33,7 +33,7 @@ alembic==1.16.5
|
|
|
33
33
|
amqp==5.3.1
|
|
34
34
|
annotated-types==0.7.0
|
|
35
35
|
anyio==4.10.0
|
|
36
|
-
apache-airflow==2.
|
|
36
|
+
apache-airflow==2.11.0
|
|
37
37
|
apache-airflow-providers-celery==3.12.2
|
|
38
38
|
apache-airflow-providers-common-compat==1.7.3
|
|
39
39
|
apache-airflow-providers-common-io==1.6.2
|
|
@@ -59,8 +59,8 @@ attrs==25.3.0
|
|
|
59
59
|
babel==2.17.0
|
|
60
60
|
billiard==4.2.1
|
|
61
61
|
blinker==1.9.0
|
|
62
|
-
boto3==1.40.
|
|
63
|
-
botocore==1.40.
|
|
62
|
+
boto3==1.40.25
|
|
63
|
+
botocore==1.40.25
|
|
64
64
|
cachelib==0.13.0
|
|
65
65
|
celery==5.5.3
|
|
66
66
|
certifi==2025.8.3
|
|
@@ -83,9 +83,9 @@ dacite==1.9.2
|
|
|
83
83
|
decorator==5.2.1
|
|
84
84
|
dill==0.4.0
|
|
85
85
|
dkist-header-validator==5.2.1
|
|
86
|
-
dkist-processing-common==11.
|
|
87
|
-
dkist-processing-core==5.
|
|
88
|
-
dkist-processing-ops==1.
|
|
86
|
+
dkist-processing-common==11.5.0rc1
|
|
87
|
+
dkist-processing-core==5.2.0rc1
|
|
88
|
+
dkist-processing-ops==1.7.0rc1
|
|
89
89
|
dkist-processing-pac==3.1.1
|
|
90
90
|
dkist-service-configuration==2.3.0
|
|
91
91
|
dkist-spectral-lines==3.0.0
|
|
@@ -103,7 +103,6 @@ globus-sdk==3.62.0
|
|
|
103
103
|
google-re2==1.1.20250805
|
|
104
104
|
googleapis-common-protos==1.70.0
|
|
105
105
|
gqlclient==1.2.3
|
|
106
|
-
greenlet==3.2.4
|
|
107
106
|
grpcio==1.74.0
|
|
108
107
|
gunicorn==23.0.0
|
|
109
108
|
h11==0.16.0
|
|
@@ -141,7 +140,7 @@ moviepy==2.2.1
|
|
|
141
140
|
multidict==6.6.4
|
|
142
141
|
nbformat==5.10.4
|
|
143
142
|
numpy==2.3.2
|
|
144
|
-
object-clerk==0.
|
|
143
|
+
object-clerk==1.0.0
|
|
145
144
|
opentelemetry-api==1.36.0
|
|
146
145
|
opentelemetry-exporter-otlp==1.36.0
|
|
147
146
|
opentelemetry-exporter-otlp-proto-common==1.36.0
|
|
@@ -170,7 +169,6 @@ propcache==0.3.2
|
|
|
170
169
|
protobuf==6.32.0
|
|
171
170
|
psutil==7.0.0
|
|
172
171
|
psycopg2-binary==2.9.10
|
|
173
|
-
py==1.11.0
|
|
174
172
|
pycparser==2.22
|
|
175
173
|
pydantic==2.11.7
|
|
176
174
|
pydantic-settings==2.10.1
|
|
@@ -187,7 +185,6 @@ redis==4.6.0
|
|
|
187
185
|
referencing==0.36.2
|
|
188
186
|
requests==2.32.5
|
|
189
187
|
requests-toolbelt==1.0.0
|
|
190
|
-
retry==0.9.2
|
|
191
188
|
rfc3339-validator==0.1.4
|
|
192
189
|
rich==13.9.4
|
|
193
190
|
rich-argparse==1.7.1
|
|
@@ -195,8 +192,7 @@ rpds-py==0.27.1
|
|
|
195
192
|
s3transfer==0.13.1
|
|
196
193
|
scipy==1.16.1
|
|
197
194
|
semantic-version==2.10.0
|
|
198
|
-
setproctitle==1.3.
|
|
199
|
-
setuptools==65.5.0
|
|
195
|
+
setproctitle==1.3.7
|
|
200
196
|
six==1.17.0
|
|
201
197
|
sniffio==1.3.1
|
|
202
198
|
solar-wavelength-calibration==1.0.1
|
|
@@ -204,8 +200,8 @@ sqids==0.5.1
|
|
|
204
200
|
sqlparse==0.5.3
|
|
205
201
|
sunpy==7.0.1
|
|
206
202
|
tabulate==0.9.0
|
|
207
|
-
talus==1.
|
|
208
|
-
tenacity==
|
|
203
|
+
talus==1.3.4
|
|
204
|
+
tenacity==8.5.0
|
|
209
205
|
termcolor==3.1.0
|
|
210
206
|
text-unidecode==1.3
|
|
211
207
|
tornado==6.5.2
|
|
@@ -231,3 +227,4 @@ zipp==3.23.0
|
|
|
231
227
|
pytest
|
|
232
228
|
pytest-cov
|
|
233
229
|
pytest-xdist
|
|
230
|
+
dkist-dev-tools
|
|
@@ -6,18 +6,18 @@ 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 = 2025-09-
|
|
9
|
+
version = "1.7.0rc1"
|
|
10
|
+
date = 2025-09-05T13:27:00.898908
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
14
14
|
description = "Automated Processing smoke test and operations workflows"
|
|
15
15
|
readme = "README.rst"
|
|
16
|
-
requires-python = ">=3.
|
|
16
|
+
requires-python = ">=3.12"
|
|
17
17
|
classifiers = [
|
|
18
18
|
"License :: OSI Approved :: BSD License",
|
|
19
19
|
"Programming Language :: Python :: 3",
|
|
20
|
-
"Programming Language :: Python :: 3.
|
|
20
|
+
"Programming Language :: Python :: 3.12",
|
|
21
21
|
]
|
|
22
22
|
license = { text = "BSD 3-Clause" }
|
|
23
23
|
authors = [
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==11.
|
|
28
|
+
"dkist-processing-common==11.5.0rc1",
|
|
29
29
|
"dkist-service-configuration==2.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -37,6 +37,7 @@ test = [
|
|
|
37
37
|
"pytest",
|
|
38
38
|
"pytest-cov",
|
|
39
39
|
"pytest-xdist",
|
|
40
|
+
"dkist-dev-tools",
|
|
40
41
|
]
|
|
41
42
|
frozen = [
|
|
42
43
|
"ConfigUpdater == 3.2",
|
|
@@ -70,7 +71,7 @@ frozen = [
|
|
|
70
71
|
"amqp == 5.3.1",
|
|
71
72
|
"annotated-types == 0.7.0",
|
|
72
73
|
"anyio == 4.10.0",
|
|
73
|
-
"apache-airflow == 2.
|
|
74
|
+
"apache-airflow == 2.11.0",
|
|
74
75
|
"apache-airflow-providers-celery == 3.12.2",
|
|
75
76
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
76
77
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
@@ -96,8 +97,8 @@ frozen = [
|
|
|
96
97
|
"babel == 2.17.0",
|
|
97
98
|
"billiard == 4.2.1",
|
|
98
99
|
"blinker == 1.9.0",
|
|
99
|
-
"boto3 == 1.40.
|
|
100
|
-
"botocore == 1.40.
|
|
100
|
+
"boto3 == 1.40.25",
|
|
101
|
+
"botocore == 1.40.25",
|
|
101
102
|
"cachelib == 0.13.0",
|
|
102
103
|
"celery == 5.5.3",
|
|
103
104
|
"certifi == 2025.8.3",
|
|
@@ -120,9 +121,9 @@ frozen = [
|
|
|
120
121
|
"decorator == 5.2.1",
|
|
121
122
|
"dill == 0.4.0",
|
|
122
123
|
"dkist-header-validator == 5.2.1",
|
|
123
|
-
"dkist-processing-common == 11.
|
|
124
|
-
"dkist-processing-core == 5.
|
|
125
|
-
"dkist-processing-ops == 1.
|
|
124
|
+
"dkist-processing-common == 11.5.0rc1",
|
|
125
|
+
"dkist-processing-core == 5.2.0rc1",
|
|
126
|
+
"dkist-processing-ops == 1.7.0rc1",
|
|
126
127
|
"dkist-processing-pac == 3.1.1",
|
|
127
128
|
"dkist-service-configuration == 2.3.0",
|
|
128
129
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -140,7 +141,6 @@ frozen = [
|
|
|
140
141
|
"google-re2 == 1.1.20250805",
|
|
141
142
|
"googleapis-common-protos == 1.70.0",
|
|
142
143
|
"gqlclient == 1.2.3",
|
|
143
|
-
"greenlet == 3.2.4",
|
|
144
144
|
"grpcio == 1.74.0",
|
|
145
145
|
"gunicorn == 23.0.0",
|
|
146
146
|
"h11 == 0.16.0",
|
|
@@ -178,7 +178,7 @@ frozen = [
|
|
|
178
178
|
"multidict == 6.6.4",
|
|
179
179
|
"nbformat == 5.10.4",
|
|
180
180
|
"numpy == 2.3.2",
|
|
181
|
-
"object-clerk == 0.
|
|
181
|
+
"object-clerk == 1.0.0",
|
|
182
182
|
"opentelemetry-api == 1.36.0",
|
|
183
183
|
"opentelemetry-exporter-otlp == 1.36.0",
|
|
184
184
|
"opentelemetry-exporter-otlp-proto-common == 1.36.0",
|
|
@@ -207,7 +207,6 @@ frozen = [
|
|
|
207
207
|
"protobuf == 6.32.0",
|
|
208
208
|
"psutil == 7.0.0",
|
|
209
209
|
"psycopg2-binary == 2.9.10",
|
|
210
|
-
"py == 1.11.0",
|
|
211
210
|
"pycparser == 2.22",
|
|
212
211
|
"pydantic == 2.11.7",
|
|
213
212
|
"pydantic-settings == 2.10.1",
|
|
@@ -224,7 +223,6 @@ frozen = [
|
|
|
224
223
|
"referencing == 0.36.2",
|
|
225
224
|
"requests == 2.32.5",
|
|
226
225
|
"requests-toolbelt == 1.0.0",
|
|
227
|
-
"retry == 0.9.2",
|
|
228
226
|
"rfc3339-validator == 0.1.4",
|
|
229
227
|
"rich == 13.9.4",
|
|
230
228
|
"rich-argparse == 1.7.1",
|
|
@@ -232,8 +230,7 @@ frozen = [
|
|
|
232
230
|
"s3transfer == 0.13.1",
|
|
233
231
|
"scipy == 1.16.1",
|
|
234
232
|
"semantic-version == 2.10.0",
|
|
235
|
-
"setproctitle == 1.3.
|
|
236
|
-
"setuptools == 65.5.0",
|
|
233
|
+
"setproctitle == 1.3.7",
|
|
237
234
|
"six == 1.17.0",
|
|
238
235
|
"sniffio == 1.3.1",
|
|
239
236
|
"solar-wavelength-calibration == 1.0.1",
|
|
@@ -241,8 +238,8 @@ frozen = [
|
|
|
241
238
|
"sqlparse == 0.5.3",
|
|
242
239
|
"sunpy == 7.0.1",
|
|
243
240
|
"tabulate == 0.9.0",
|
|
244
|
-
"talus == 1.
|
|
245
|
-
"tenacity ==
|
|
241
|
+
"talus == 1.3.4",
|
|
242
|
+
"tenacity == 8.5.0",
|
|
246
243
|
"termcolor == 3.1.0",
|
|
247
244
|
"text-unidecode == 1.3",
|
|
248
245
|
"tornado == 6.5.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.58 → dkist_processing_ops-1.7.0rc1}/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
|