dkist-processing-ops 1.6.48__tar.gz → 1.6.49__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 (27) hide show
  1. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/PKG-INFO +8 -8
  2. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/_version.py +2 -2
  3. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops.egg-info/PKG-INFO +8 -8
  4. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops.egg-info/requires.txt +7 -7
  5. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/pyproject.toml +9 -9
  6. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/.gitignore +0 -0
  7. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/.snyk +0 -0
  9. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/LICENSE.rst +0 -0
  10. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/MANIFEST.in +0 -0
  11. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/README.rst +0 -0
  12. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/bitbucket-pipelines.yml +0 -0
  13. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/__init__.py +0 -0
  14. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/dags/scale.py +0 -0
  15. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/tasks/__init__.py +0 -0
  16. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
  17. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/tasks/wait.py +0 -0
  18. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/tests/__init__.py +0 -0
  19. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/tests/test_workflows.py +0 -0
  20. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/workflows/__init__.py +0 -0
  21. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/workflows/memory_leak.py +0 -0
  22. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops/workflows/smoke.py +0 -0
  23. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
  24. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
  25. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
  26. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/dkist_processing_ops.egg-info/top_level.txt +0 -0
  27. {dkist_processing_ops-1.6.48 → dkist_processing_ops-1.6.49}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-ops
3
- Version: 1.6.48
3
+ Version: 1.6.49
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.8.2
14
+ Requires-Dist: dkist-processing-common==10.8.3
15
15
  Requires-Dist: dkist-service-configuration==2.3.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
@@ -65,7 +65,7 @@ Requires-Dist: apispec==6.8.2; extra == "frozen"
65
65
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
66
66
  Requires-Dist: asdf==3.5.0; extra == "frozen"
67
67
  Requires-Dist: asdf_standard==1.2.0; extra == "frozen"
68
- Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
68
+ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
69
69
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
70
70
  Requires-Dist: asteval==1.0.6; extra == "frozen"
71
71
  Requires-Dist: astropy==7.1.0; extra == "frozen"
@@ -75,8 +75,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
75
75
  Requires-Dist: babel==2.17.0; extra == "frozen"
76
76
  Requires-Dist: billiard==4.2.1; extra == "frozen"
77
77
  Requires-Dist: blinker==1.9.0; extra == "frozen"
78
- Requires-Dist: boto3==1.38.23; extra == "frozen"
79
- Requires-Dist: botocore==1.38.23; extra == "frozen"
78
+ Requires-Dist: boto3==1.38.24; extra == "frozen"
79
+ Requires-Dist: botocore==1.38.24; extra == "frozen"
80
80
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
81
81
  Requires-Dist: celery==5.5.2; extra == "frozen"
82
82
  Requires-Dist: certifi==2025.4.26; extra == "frozen"
@@ -99,9 +99,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
99
99
  Requires-Dist: decorator==5.2.1; extra == "frozen"
100
100
  Requires-Dist: dill==0.4.0; extra == "frozen"
101
101
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
102
- Requires-Dist: dkist-processing-common==10.8.2; extra == "frozen"
102
+ Requires-Dist: dkist-processing-common==10.8.3; extra == "frozen"
103
103
  Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
104
- Requires-Dist: dkist-processing-ops==1.6.48; extra == "frozen"
104
+ Requires-Dist: dkist-processing-ops==1.6.49; extra == "frozen"
105
105
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
106
106
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
107
107
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
@@ -112,7 +112,7 @@ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
112
112
  Requires-Dist: email_validator==2.2.0; extra == "frozen"
113
113
  Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
114
114
  Requires-Dist: flower==2.0.1; extra == "frozen"
115
- Requires-Dist: fonttools==4.58.0; extra == "frozen"
115
+ Requires-Dist: fonttools==4.58.1; extra == "frozen"
116
116
  Requires-Dist: frozenlist==1.6.0; extra == "frozen"
117
117
  Requires-Dist: fsspec==2025.5.1; extra == "frozen"
118
118
  Requires-Dist: globus-sdk==3.56.1; extra == "frozen"
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '1.6.48'
21
- __version_tuple__ = version_tuple = (1, 6, 48)
20
+ __version__ = version = '1.6.49'
21
+ __version_tuple__ = version_tuple = (1, 6, 49)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-ops
3
- Version: 1.6.48
3
+ Version: 1.6.49
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.8.2
14
+ Requires-Dist: dkist-processing-common==10.8.3
15
15
  Requires-Dist: dkist-service-configuration==2.3.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
@@ -65,7 +65,7 @@ Requires-Dist: apispec==6.8.2; extra == "frozen"
65
65
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
66
66
  Requires-Dist: asdf==3.5.0; extra == "frozen"
67
67
  Requires-Dist: asdf_standard==1.2.0; extra == "frozen"
68
- Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
68
+ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
69
69
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
70
70
  Requires-Dist: asteval==1.0.6; extra == "frozen"
71
71
  Requires-Dist: astropy==7.1.0; extra == "frozen"
@@ -75,8 +75,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
75
75
  Requires-Dist: babel==2.17.0; extra == "frozen"
76
76
  Requires-Dist: billiard==4.2.1; extra == "frozen"
77
77
  Requires-Dist: blinker==1.9.0; extra == "frozen"
78
- Requires-Dist: boto3==1.38.23; extra == "frozen"
79
- Requires-Dist: botocore==1.38.23; extra == "frozen"
78
+ Requires-Dist: boto3==1.38.24; extra == "frozen"
79
+ Requires-Dist: botocore==1.38.24; extra == "frozen"
80
80
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
81
81
  Requires-Dist: celery==5.5.2; extra == "frozen"
82
82
  Requires-Dist: certifi==2025.4.26; extra == "frozen"
@@ -99,9 +99,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
99
99
  Requires-Dist: decorator==5.2.1; extra == "frozen"
100
100
  Requires-Dist: dill==0.4.0; extra == "frozen"
101
101
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
102
- Requires-Dist: dkist-processing-common==10.8.2; extra == "frozen"
102
+ Requires-Dist: dkist-processing-common==10.8.3; extra == "frozen"
103
103
  Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
104
- Requires-Dist: dkist-processing-ops==1.6.48; extra == "frozen"
104
+ Requires-Dist: dkist-processing-ops==1.6.49; extra == "frozen"
105
105
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
106
106
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
107
107
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
@@ -112,7 +112,7 @@ Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
112
112
  Requires-Dist: email_validator==2.2.0; extra == "frozen"
113
113
  Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
114
114
  Requires-Dist: flower==2.0.1; extra == "frozen"
115
- Requires-Dist: fonttools==4.58.0; extra == "frozen"
115
+ Requires-Dist: fonttools==4.58.1; extra == "frozen"
116
116
  Requires-Dist: frozenlist==1.6.0; extra == "frozen"
117
117
  Requires-Dist: fsspec==2025.5.1; extra == "frozen"
118
118
  Requires-Dist: globus-sdk==3.56.1; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==10.8.2
1
+ dkist-processing-common==10.8.3
2
2
  dkist-service-configuration==2.3.0
3
3
 
4
4
  [frozen]
@@ -49,7 +49,7 @@ apispec==6.8.2
49
49
  argcomplete==3.6.2
50
50
  asdf==3.5.0
51
51
  asdf_standard==1.2.0
52
- asdf_transform_schemas==0.5.0
52
+ asdf_transform_schemas==0.6.0
53
53
  asgiref==3.8.1
54
54
  asteval==1.0.6
55
55
  astropy==7.1.0
@@ -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.38.23
63
- botocore==1.38.23
62
+ boto3==1.38.24
63
+ botocore==1.38.24
64
64
  cachelib==0.13.0
65
65
  celery==5.5.2
66
66
  certifi==2025.4.26
@@ -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==10.8.2
86
+ dkist-processing-common==10.8.3
87
87
  dkist-processing-core==5.1.1
88
- dkist-processing-ops==1.6.48
88
+ dkist-processing-ops==1.6.49
89
89
  dkist-processing-pac==3.1.1
90
90
  dkist-service-configuration==2.3.0
91
91
  dkist-spectral-lines==3.0.0
@@ -96,7 +96,7 @@ elastic-apm==6.23.0
96
96
  email_validator==2.2.0
97
97
  fastjsonschema==2.21.1
98
98
  flower==2.0.1
99
- fonttools==4.58.0
99
+ fonttools==4.58.1
100
100
  frozenlist==1.6.0
101
101
  fsspec==2025.5.1
102
102
  globus-sdk==3.56.1
@@ -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.6.48"
10
- date = 2025-05-27T10:47:03.956896
9
+ version = "1.6.49"
10
+ date = 2025-05-28T16:45:18.563968
11
11
 
12
12
  [project]
13
13
  name = "dkist-processing-ops"
@@ -25,7 +25,7 @@ authors = [
25
25
  ]
26
26
 
27
27
  dependencies = [
28
- "dkist-processing-common==10.8.2",
28
+ "dkist-processing-common==10.8.3",
29
29
  "dkist-service-configuration==2.3.0",
30
30
  ]
31
31
  dynamic = ["version"]
@@ -86,7 +86,7 @@ frozen = [
86
86
  "argcomplete == 3.6.2",
87
87
  "asdf == 3.5.0",
88
88
  "asdf_standard == 1.2.0",
89
- "asdf_transform_schemas == 0.5.0",
89
+ "asdf_transform_schemas == 0.6.0",
90
90
  "asgiref == 3.8.1",
91
91
  "asteval == 1.0.6",
92
92
  "astropy == 7.1.0",
@@ -96,8 +96,8 @@ frozen = [
96
96
  "babel == 2.17.0",
97
97
  "billiard == 4.2.1",
98
98
  "blinker == 1.9.0",
99
- "boto3 == 1.38.23",
100
- "botocore == 1.38.23",
99
+ "boto3 == 1.38.24",
100
+ "botocore == 1.38.24",
101
101
  "cachelib == 0.13.0",
102
102
  "celery == 5.5.2",
103
103
  "certifi == 2025.4.26",
@@ -120,9 +120,9 @@ frozen = [
120
120
  "decorator == 5.2.1",
121
121
  "dill == 0.4.0",
122
122
  "dkist-header-validator == 5.2.1",
123
- "dkist-processing-common == 10.8.2",
123
+ "dkist-processing-common == 10.8.3",
124
124
  "dkist-processing-core == 5.1.1",
125
- "dkist-processing-ops == 1.6.48",
125
+ "dkist-processing-ops == 1.6.49",
126
126
  "dkist-processing-pac == 3.1.1",
127
127
  "dkist-service-configuration == 2.3.0",
128
128
  "dkist-spectral-lines == 3.0.0",
@@ -133,7 +133,7 @@ frozen = [
133
133
  "email_validator == 2.2.0",
134
134
  "fastjsonschema == 2.21.1",
135
135
  "flower == 2.0.1",
136
- "fonttools == 4.58.0",
136
+ "fonttools == 4.58.1",
137
137
  "frozenlist == 1.6.0",
138
138
  "fsspec == 2025.5.1",
139
139
  "globus-sdk == 3.56.1",