dkist-processing-ops 1.6.33rc1__tar.gz → 1.6.34__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.33rc1 → dkist_processing_ops-1.6.34}/PKG-INFO +47 -14
- dkist_processing_ops-1.6.34/README.rst +54 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops.egg-info/PKG-INFO +47 -14
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops.egg-info/requires.txt +11 -11
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/pyproject.toml +13 -13
- dkist_processing_ops-1.6.33rc1/README.rst +0 -21
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/.gitignore +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/.snyk +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.34
|
|
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.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.5.14
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -70,14 +70,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
70
70
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
|
-
Requires-Dist: astropy-iers-data==0.2025.2.
|
|
73
|
+
Requires-Dist: astropy-iers-data==0.2025.2.17.0.34.13; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.36.
|
|
80
|
-
Requires-Dist: botocore==1.36.
|
|
79
|
+
Requires-Dist: boto3==1.36.24; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.36.24; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.9.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.1.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
104
|
-
Requires-Dist: dkist-processing-core==5.0.
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
103
|
+
Requires-Dist: dkist-processing-common==10.5.14; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-core==5.0.0; extra == "frozen"
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.6.34; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -126,7 +126,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
|
126
126
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
128
128
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: humanize==4.
|
|
129
|
+
Requires-Dist: humanize==4.12.1; extra == "frozen"
|
|
130
130
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
131
131
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
@@ -157,7 +157,7 @@ Requires-Dist: more-itertools==10.6.0; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
158
158
|
Requires-Dist: multidict==6.1.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
|
-
Requires-Dist: numpy==2.2.
|
|
160
|
+
Requires-Dist: numpy==2.2.3; extra == "frozen"
|
|
161
161
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-api==1.30.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: opentelemetry-exporter-otlp==1.30.0; extra == "frozen"
|
|
@@ -184,7 +184,7 @@ Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
|
184
184
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
185
185
|
Requires-Dist: propcache==0.2.1; extra == "frozen"
|
|
186
186
|
Requires-Dist: protobuf==5.29.3; extra == "frozen"
|
|
187
|
-
Requires-Dist: psutil==
|
|
187
|
+
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
188
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
189
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
190
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
@@ -209,7 +209,7 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
|
209
209
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: rpds-py==0.22.3; extra == "frozen"
|
|
211
211
|
Requires-Dist: s3transfer==0.11.2; extra == "frozen"
|
|
212
|
-
Requires-Dist: scipy==1.15.
|
|
212
|
+
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
213
213
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: setproctitle==1.3.4; extra == "frozen"
|
|
215
215
|
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
@@ -243,7 +243,7 @@ Requires-Dist: yarl==1.18.3; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
244
244
|
|
|
245
245
|
dkist-processing-ops
|
|
246
|
-
|
|
246
|
+
====================
|
|
247
247
|
|codecov|
|
|
248
248
|
|
|
249
249
|
This repository works in concert with `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and
|
|
@@ -252,7 +252,7 @@ operational management and smoke testing of the `Automated Processing <https://n
|
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
Developer Setup
|
|
255
|
-
|
|
255
|
+
---------------
|
|
256
256
|
|
|
257
257
|
.. code-block:: bash
|
|
258
258
|
|
|
@@ -260,6 +260,39 @@ Developer Setup
|
|
|
260
260
|
pip install pre-commit
|
|
261
261
|
pre-commit install
|
|
262
262
|
|
|
263
|
+
Deployment
|
|
264
|
+
----------
|
|
265
|
+
|
|
266
|
+
Deployment is done with `turtlebot <https://bitbucket.org/dkistdc/turtlebot/src/main/>`_ and follows
|
|
267
|
+
the process detailed in `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_
|
|
268
|
+
|
|
269
|
+
Additionally, when a new release is ready to be built the following steps need to be taken:
|
|
270
|
+
|
|
271
|
+
1. Freezing Dependencies
|
|
272
|
+
#########################
|
|
273
|
+
|
|
274
|
+
A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
|
|
275
|
+
package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
|
|
276
|
+
|
|
277
|
+
To freeze dependencies run
|
|
278
|
+
|
|
279
|
+
.. code-block:: bash
|
|
280
|
+
|
|
281
|
+
ddt freeze vX.Y.Z[rcK]
|
|
282
|
+
|
|
283
|
+
Where "vX.Y.Z[rcK]" is the version about to be released.
|
|
284
|
+
|
|
285
|
+
2. Tag and Push
|
|
286
|
+
###############
|
|
287
|
+
|
|
288
|
+
Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
|
|
289
|
+
|
|
290
|
+
.. code-block:: bash
|
|
291
|
+
|
|
292
|
+
git tag vX.Y.Z[rcK]
|
|
293
|
+
git push --tags origin BRANCH
|
|
294
|
+
|
|
295
|
+
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|
|
263
296
|
|
|
264
297
|
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/branch/main/graph/badge.svg
|
|
265
298
|
:target: https://codecov.io/bb/dkistdc/dkist-processing-ops
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
dkist-processing-ops
|
|
2
|
+
====================
|
|
3
|
+
|codecov|
|
|
4
|
+
|
|
5
|
+
This repository works in concert with `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and
|
|
6
|
+
`dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_ to provide workflows for the
|
|
7
|
+
operational management and smoke testing of the `Automated Processing <https://nso.atlassian.net/wiki/spaces/DPD/pages/3671451/04+-+Automated+Processing>`_ stack.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Developer Setup
|
|
11
|
+
---------------
|
|
12
|
+
|
|
13
|
+
.. code-block:: bash
|
|
14
|
+
|
|
15
|
+
pip install -e .[test]
|
|
16
|
+
pip install pre-commit
|
|
17
|
+
pre-commit install
|
|
18
|
+
|
|
19
|
+
Deployment
|
|
20
|
+
----------
|
|
21
|
+
|
|
22
|
+
Deployment is done with `turtlebot <https://bitbucket.org/dkistdc/turtlebot/src/main/>`_ and follows
|
|
23
|
+
the process detailed in `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_
|
|
24
|
+
|
|
25
|
+
Additionally, when a new release is ready to be built the following steps need to be taken:
|
|
26
|
+
|
|
27
|
+
1. Freezing Dependencies
|
|
28
|
+
#########################
|
|
29
|
+
|
|
30
|
+
A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
|
|
31
|
+
package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
|
|
32
|
+
|
|
33
|
+
To freeze dependencies run
|
|
34
|
+
|
|
35
|
+
.. code-block:: bash
|
|
36
|
+
|
|
37
|
+
ddt freeze vX.Y.Z[rcK]
|
|
38
|
+
|
|
39
|
+
Where "vX.Y.Z[rcK]" is the version about to be released.
|
|
40
|
+
|
|
41
|
+
2. Tag and Push
|
|
42
|
+
###############
|
|
43
|
+
|
|
44
|
+
Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
|
|
45
|
+
|
|
46
|
+
.. code-block:: bash
|
|
47
|
+
|
|
48
|
+
git tag vX.Y.Z[rcK]
|
|
49
|
+
git push --tags origin BRANCH
|
|
50
|
+
|
|
51
|
+
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|
|
52
|
+
|
|
53
|
+
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/branch/main/graph/badge.svg
|
|
54
|
+
:target: https://codecov.io/bb/dkistdc/dkist-processing-ops
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.34
|
|
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.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.5.14
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -70,14 +70,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
70
70
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
|
-
Requires-Dist: astropy-iers-data==0.2025.2.
|
|
73
|
+
Requires-Dist: astropy-iers-data==0.2025.2.17.0.34.13; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
75
|
Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.36.
|
|
80
|
-
Requires-Dist: botocore==1.36.
|
|
79
|
+
Requires-Dist: boto3==1.36.24; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.36.24; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.9.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.1.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==10.5.
|
|
104
|
-
Requires-Dist: dkist-processing-core==5.0.
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
103
|
+
Requires-Dist: dkist-processing-common==10.5.14; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-core==5.0.0; extra == "frozen"
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.6.34; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -126,7 +126,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
|
126
126
|
Requires-Dist: h11==0.14.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: httpcore==1.0.7; extra == "frozen"
|
|
128
128
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
129
|
-
Requires-Dist: humanize==4.
|
|
129
|
+
Requires-Dist: humanize==4.12.1; extra == "frozen"
|
|
130
130
|
Requires-Dist: idna==3.10; extra == "frozen"
|
|
131
131
|
Requires-Dist: imageio==2.37.0; extra == "frozen"
|
|
132
132
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
@@ -157,7 +157,7 @@ Requires-Dist: more-itertools==10.6.0; extra == "frozen"
|
|
|
157
157
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
158
158
|
Requires-Dist: multidict==6.1.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
|
-
Requires-Dist: numpy==2.2.
|
|
160
|
+
Requires-Dist: numpy==2.2.3; extra == "frozen"
|
|
161
161
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-api==1.30.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: opentelemetry-exporter-otlp==1.30.0; extra == "frozen"
|
|
@@ -184,7 +184,7 @@ Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
|
|
|
184
184
|
Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
|
|
185
185
|
Requires-Dist: propcache==0.2.1; extra == "frozen"
|
|
186
186
|
Requires-Dist: protobuf==5.29.3; extra == "frozen"
|
|
187
|
-
Requires-Dist: psutil==
|
|
187
|
+
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
188
188
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
189
189
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
190
190
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
@@ -209,7 +209,7 @@ Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
|
209
209
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: rpds-py==0.22.3; extra == "frozen"
|
|
211
211
|
Requires-Dist: s3transfer==0.11.2; extra == "frozen"
|
|
212
|
-
Requires-Dist: scipy==1.15.
|
|
212
|
+
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
213
213
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: setproctitle==1.3.4; extra == "frozen"
|
|
215
215
|
Requires-Dist: setuptools==65.5.0; extra == "frozen"
|
|
@@ -243,7 +243,7 @@ Requires-Dist: yarl==1.18.3; extra == "frozen"
|
|
|
243
243
|
Requires-Dist: zipp==3.21.0; extra == "frozen"
|
|
244
244
|
|
|
245
245
|
dkist-processing-ops
|
|
246
|
-
|
|
246
|
+
====================
|
|
247
247
|
|codecov|
|
|
248
248
|
|
|
249
249
|
This repository works in concert with `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and
|
|
@@ -252,7 +252,7 @@ operational management and smoke testing of the `Automated Processing <https://n
|
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
Developer Setup
|
|
255
|
-
|
|
255
|
+
---------------
|
|
256
256
|
|
|
257
257
|
.. code-block:: bash
|
|
258
258
|
|
|
@@ -260,6 +260,39 @@ Developer Setup
|
|
|
260
260
|
pip install pre-commit
|
|
261
261
|
pre-commit install
|
|
262
262
|
|
|
263
|
+
Deployment
|
|
264
|
+
----------
|
|
265
|
+
|
|
266
|
+
Deployment is done with `turtlebot <https://bitbucket.org/dkistdc/turtlebot/src/main/>`_ and follows
|
|
267
|
+
the process detailed in `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_
|
|
268
|
+
|
|
269
|
+
Additionally, when a new release is ready to be built the following steps need to be taken:
|
|
270
|
+
|
|
271
|
+
1. Freezing Dependencies
|
|
272
|
+
#########################
|
|
273
|
+
|
|
274
|
+
A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
|
|
275
|
+
package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
|
|
276
|
+
|
|
277
|
+
To freeze dependencies run
|
|
278
|
+
|
|
279
|
+
.. code-block:: bash
|
|
280
|
+
|
|
281
|
+
ddt freeze vX.Y.Z[rcK]
|
|
282
|
+
|
|
283
|
+
Where "vX.Y.Z[rcK]" is the version about to be released.
|
|
284
|
+
|
|
285
|
+
2. Tag and Push
|
|
286
|
+
###############
|
|
287
|
+
|
|
288
|
+
Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
|
|
289
|
+
|
|
290
|
+
.. code-block:: bash
|
|
291
|
+
|
|
292
|
+
git tag vX.Y.Z[rcK]
|
|
293
|
+
git push --tags origin BRANCH
|
|
294
|
+
|
|
295
|
+
In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
|
|
263
296
|
|
|
264
297
|
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/branch/main/graph/badge.svg
|
|
265
298
|
:target: https://codecov.io/bb/dkistdc/dkist-processing-ops
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.5.
|
|
1
|
+
dkist-processing-common==10.5.14
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -54,14 +54,14 @@ asdf_transform_schemas==0.5.0
|
|
|
54
54
|
asgiref==3.8.1
|
|
55
55
|
asteval==1.0.6
|
|
56
56
|
astropy==6.1.7
|
|
57
|
-
astropy-iers-data==0.2025.2.
|
|
57
|
+
astropy-iers-data==0.2025.2.17.0.34.13
|
|
58
58
|
asyncpg==0.30.0
|
|
59
59
|
attrs==25.1.0
|
|
60
60
|
babel==2.17.0
|
|
61
61
|
billiard==4.2.1
|
|
62
62
|
blinker==1.9.0
|
|
63
|
-
boto3==1.36.
|
|
64
|
-
botocore==1.36.
|
|
63
|
+
boto3==1.36.24
|
|
64
|
+
botocore==1.36.24
|
|
65
65
|
cachelib==0.9.0
|
|
66
66
|
celery==5.4.0
|
|
67
67
|
certifi==2025.1.31
|
|
@@ -84,9 +84,9 @@ dacite==1.9.2
|
|
|
84
84
|
decorator==5.1.1
|
|
85
85
|
dill==0.3.9
|
|
86
86
|
dkist-header-validator==5.1.1
|
|
87
|
-
dkist-processing-common==10.5.
|
|
88
|
-
dkist-processing-core==5.0.
|
|
89
|
-
dkist-processing-ops==1.6.
|
|
87
|
+
dkist-processing-common==10.5.14
|
|
88
|
+
dkist-processing-core==5.0.0
|
|
89
|
+
dkist-processing-ops==1.6.34
|
|
90
90
|
dkist-processing-pac==3.1.1
|
|
91
91
|
dkist-service-configuration==2.3.0
|
|
92
92
|
dkist-spectral-lines==3.0.0
|
|
@@ -110,7 +110,7 @@ gunicorn==23.0.0
|
|
|
110
110
|
h11==0.14.0
|
|
111
111
|
httpcore==1.0.7
|
|
112
112
|
httpx==0.28.1
|
|
113
|
-
humanize==4.
|
|
113
|
+
humanize==4.12.1
|
|
114
114
|
idna==3.10
|
|
115
115
|
imageio==2.37.0
|
|
116
116
|
imageio-ffmpeg==0.6.0
|
|
@@ -141,7 +141,7 @@ more-itertools==10.6.0
|
|
|
141
141
|
moviepy==2.1.2
|
|
142
142
|
multidict==6.1.0
|
|
143
143
|
nbformat==5.10.4
|
|
144
|
-
numpy==2.2.
|
|
144
|
+
numpy==2.2.3
|
|
145
145
|
object-clerk==0.1.1
|
|
146
146
|
opentelemetry-api==1.30.0
|
|
147
147
|
opentelemetry-exporter-otlp==1.30.0
|
|
@@ -168,7 +168,7 @@ prometheus_client==0.21.1
|
|
|
168
168
|
prompt_toolkit==3.0.50
|
|
169
169
|
propcache==0.2.1
|
|
170
170
|
protobuf==5.29.3
|
|
171
|
-
psutil==
|
|
171
|
+
psutil==7.0.0
|
|
172
172
|
psycopg2-binary==2.9.10
|
|
173
173
|
py==1.11.0
|
|
174
174
|
pycparser==2.22
|
|
@@ -193,7 +193,7 @@ rich==13.9.4
|
|
|
193
193
|
rich-argparse==1.7.0
|
|
194
194
|
rpds-py==0.22.3
|
|
195
195
|
s3transfer==0.11.2
|
|
196
|
-
scipy==1.15.
|
|
196
|
+
scipy==1.15.2
|
|
197
197
|
semantic-version==2.10.0
|
|
198
198
|
setproctitle==1.3.4
|
|
199
199
|
setuptools==65.5.0
|
|
@@ -9,8 +9,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.6.
|
|
13
|
-
date = 2025-02-
|
|
12
|
+
version = "1.6.34"
|
|
13
|
+
date = 2025-02-19T19:32:49.019090
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
name = "dkist-processing-ops"
|
|
@@ -28,7 +28,7 @@ authors = [
|
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
dependencies = [
|
|
31
|
-
"dkist-processing-common==10.5.
|
|
31
|
+
"dkist-processing-common==10.5.14",
|
|
32
32
|
"dkist-service-configuration==2.3.0",
|
|
33
33
|
]
|
|
34
34
|
dynamic = ["version"]
|
|
@@ -94,14 +94,14 @@ frozen = [
|
|
|
94
94
|
"asgiref == 3.8.1",
|
|
95
95
|
"asteval == 1.0.6",
|
|
96
96
|
"astropy == 6.1.7",
|
|
97
|
-
"astropy-iers-data == 0.2025.2.
|
|
97
|
+
"astropy-iers-data == 0.2025.2.17.0.34.13",
|
|
98
98
|
"asyncpg == 0.30.0",
|
|
99
99
|
"attrs == 25.1.0",
|
|
100
100
|
"babel == 2.17.0",
|
|
101
101
|
"billiard == 4.2.1",
|
|
102
102
|
"blinker == 1.9.0",
|
|
103
|
-
"boto3 == 1.36.
|
|
104
|
-
"botocore == 1.36.
|
|
103
|
+
"boto3 == 1.36.24",
|
|
104
|
+
"botocore == 1.36.24",
|
|
105
105
|
"cachelib == 0.9.0",
|
|
106
106
|
"celery == 5.4.0",
|
|
107
107
|
"certifi == 2025.1.31",
|
|
@@ -124,9 +124,9 @@ frozen = [
|
|
|
124
124
|
"decorator == 5.1.1",
|
|
125
125
|
"dill == 0.3.9",
|
|
126
126
|
"dkist-header-validator == 5.1.1",
|
|
127
|
-
"dkist-processing-common == 10.5.
|
|
128
|
-
"dkist-processing-core == 5.0.
|
|
129
|
-
"dkist-processing-ops == 1.6.
|
|
127
|
+
"dkist-processing-common == 10.5.14",
|
|
128
|
+
"dkist-processing-core == 5.0.0",
|
|
129
|
+
"dkist-processing-ops == 1.6.34",
|
|
130
130
|
"dkist-processing-pac == 3.1.1",
|
|
131
131
|
"dkist-service-configuration == 2.3.0",
|
|
132
132
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -150,7 +150,7 @@ frozen = [
|
|
|
150
150
|
"h11 == 0.14.0",
|
|
151
151
|
"httpcore == 1.0.7",
|
|
152
152
|
"httpx == 0.28.1",
|
|
153
|
-
"humanize == 4.
|
|
153
|
+
"humanize == 4.12.1",
|
|
154
154
|
"idna == 3.10",
|
|
155
155
|
"imageio == 2.37.0",
|
|
156
156
|
"imageio-ffmpeg == 0.6.0",
|
|
@@ -181,7 +181,7 @@ frozen = [
|
|
|
181
181
|
"moviepy == 2.1.2",
|
|
182
182
|
"multidict == 6.1.0",
|
|
183
183
|
"nbformat == 5.10.4",
|
|
184
|
-
"numpy == 2.2.
|
|
184
|
+
"numpy == 2.2.3",
|
|
185
185
|
"object-clerk == 0.1.1",
|
|
186
186
|
"opentelemetry-api == 1.30.0",
|
|
187
187
|
"opentelemetry-exporter-otlp == 1.30.0",
|
|
@@ -208,7 +208,7 @@ frozen = [
|
|
|
208
208
|
"prompt_toolkit == 3.0.50",
|
|
209
209
|
"propcache == 0.2.1",
|
|
210
210
|
"protobuf == 5.29.3",
|
|
211
|
-
"psutil ==
|
|
211
|
+
"psutil == 7.0.0",
|
|
212
212
|
"psycopg2-binary == 2.9.10",
|
|
213
213
|
"py == 1.11.0",
|
|
214
214
|
"pycparser == 2.22",
|
|
@@ -233,7 +233,7 @@ frozen = [
|
|
|
233
233
|
"rich-argparse == 1.7.0",
|
|
234
234
|
"rpds-py == 0.22.3",
|
|
235
235
|
"s3transfer == 0.11.2",
|
|
236
|
-
"scipy == 1.15.
|
|
236
|
+
"scipy == 1.15.2",
|
|
237
237
|
"semantic-version == 2.10.0",
|
|
238
238
|
"setproctitle == 1.3.4",
|
|
239
239
|
"setuptools == 65.5.0",
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
dkist-processing-ops
|
|
2
|
-
--------------------
|
|
3
|
-
|codecov|
|
|
4
|
-
|
|
5
|
-
This repository works in concert with `dkist-processing-core <https://pypi.org/project/dkist-processing-core/>`_ and
|
|
6
|
-
`dkist-processing-common <https://pypi.org/project/dkist-processing-common/>`_ to provide workflows for the
|
|
7
|
-
operational management and smoke testing of the `Automated Processing <https://nso.atlassian.net/wiki/spaces/DPD/pages/3671451/04+-+Automated+Processing>`_ stack.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Developer Setup
|
|
11
|
-
~~~~~~~~~~~~~~~
|
|
12
|
-
|
|
13
|
-
.. code-block:: bash
|
|
14
|
-
|
|
15
|
-
pip install -e .[test]
|
|
16
|
-
pip install pre-commit
|
|
17
|
-
pre-commit install
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
.. |codecov| image:: https://codecov.io/bb/dkistdc/dkist-processing-ops/branch/main/graph/badge.svg
|
|
21
|
-
:target: https://codecov.io/bb/dkistdc/dkist-processing-ops
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.33rc1 → dkist_processing_ops-1.6.34}/dkist_processing_ops/tasks/wait.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
|
|
File without changes
|