dkist-processing-ops 1.6.33__tar.gz → 1.6.34rc1__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.

Files changed (28) hide show
  1. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/PKG-INFO +44 -11
  2. dkist_processing_ops-1.6.34rc1/README.rst +54 -0
  3. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/_version.py +2 -2
  4. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops.egg-info/PKG-INFO +44 -11
  5. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops.egg-info/requires.txt +8 -8
  6. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/pyproject.toml +10 -10
  7. dkist_processing_ops-1.6.33/README.rst +0 -21
  8. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/.gitignore +0 -0
  9. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/.pre-commit-config.yaml +0 -0
  10. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/.snyk +0 -0
  11. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/LICENSE.rst +0 -0
  12. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/MANIFEST.in +0 -0
  13. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/bitbucket-pipelines.yml +0 -0
  14. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/__init__.py +0 -0
  15. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/dags/scale.py +0 -0
  16. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/tasks/__init__.py +0 -0
  17. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
  18. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/tasks/wait.py +0 -0
  19. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/tests/__init__.py +0 -0
  20. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/tests/test_workflows.py +0 -0
  21. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/workflows/__init__.py +0 -0
  22. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/workflows/memory_leak.py +0 -0
  23. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops/workflows/smoke.py +0 -0
  24. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
  25. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
  26. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
  27. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/dkist_processing_ops.egg-info/top_level.txt +0 -0
  28. {dkist_processing_ops-1.6.33 → dkist_processing_ops-1.6.34rc1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-ops
3
- Version: 1.6.33
3
+ Version: 1.6.34rc1
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.13
14
+ Requires-Dist: dkist-processing-common==10.5.14rc1
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.10.0.33.26; extra == "frozen"
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.20; extra == "frozen"
80
- Requires-Dist: botocore==1.36.20; extra == "frozen"
79
+ Requires-Dist: boto3==1.36.23; extra == "frozen"
80
+ Requires-Dist: botocore==1.36.23; 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.13; extra == "frozen"
103
+ Requires-Dist: dkist-processing-common==10.5.14rc1; extra == "frozen"
104
104
  Requires-Dist: dkist-processing-core==5.0.0; extra == "frozen"
105
- Requires-Dist: dkist-processing-ops==1.6.33; extra == "frozen"
105
+ Requires-Dist: dkist-processing-ops==1.6.34rc1; 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.12.0; extra == "frozen"
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"
@@ -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.1; extra == "frozen"
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
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.6.33'
16
- __version_tuple__ = version_tuple = (1, 6, 33)
15
+ __version__ = version = '1.6.34rc1'
16
+ __version_tuple__ = version_tuple = (1, 6, 34)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-ops
3
- Version: 1.6.33
3
+ Version: 1.6.34rc1
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.13
14
+ Requires-Dist: dkist-processing-common==10.5.14rc1
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.10.0.33.26; extra == "frozen"
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.20; extra == "frozen"
80
- Requires-Dist: botocore==1.36.20; extra == "frozen"
79
+ Requires-Dist: boto3==1.36.23; extra == "frozen"
80
+ Requires-Dist: botocore==1.36.23; 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.13; extra == "frozen"
103
+ Requires-Dist: dkist-processing-common==10.5.14rc1; extra == "frozen"
104
104
  Requires-Dist: dkist-processing-core==5.0.0; extra == "frozen"
105
- Requires-Dist: dkist-processing-ops==1.6.33; extra == "frozen"
105
+ Requires-Dist: dkist-processing-ops==1.6.34rc1; 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.12.0; extra == "frozen"
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"
@@ -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.1; extra == "frozen"
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.13
1
+ dkist-processing-common==10.5.14rc1
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.10.0.33.26
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.20
64
- botocore==1.36.20
63
+ boto3==1.36.23
64
+ botocore==1.36.23
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.13
87
+ dkist-processing-common==10.5.14rc1
88
88
  dkist-processing-core==5.0.0
89
- dkist-processing-ops==1.6.33
89
+ dkist-processing-ops==1.6.34rc1
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.12.0
113
+ humanize==4.12.1
114
114
  idna==3.10
115
115
  imageio==2.37.0
116
116
  imageio-ffmpeg==0.6.0
@@ -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.1
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.33"
13
- date = 2025-02-14T10:36:47.409674
12
+ version = "1.6.34rc1"
13
+ date = 2025-02-19T12:43:10.474655
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.13",
31
+ "dkist-processing-common==10.5.14rc1",
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.10.0.33.26",
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.20",
104
- "botocore == 1.36.20",
103
+ "boto3 == 1.36.23",
104
+ "botocore == 1.36.23",
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.13",
127
+ "dkist-processing-common == 10.5.14rc1",
128
128
  "dkist-processing-core == 5.0.0",
129
- "dkist-processing-ops == 1.6.33",
129
+ "dkist-processing-ops == 1.6.34rc1",
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.12.0",
153
+ "humanize == 4.12.1",
154
154
  "idna == 3.10",
155
155
  "imageio == 2.37.0",
156
156
  "imageio-ffmpeg == 0.6.0",
@@ -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.1",
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