dkist-processing-ops 1.8.1rc2__tar.gz → 1.8.1rc3__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.8.1rc2 → dkist_processing_ops-1.8.1rc3}/PKG-INFO +6 -7
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops.egg-info/PKG-INFO +6 -7
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops.egg-info/requires.txt +5 -6
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/pyproject.toml +7 -8
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/.gitignore +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/.snyk +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/README.rst +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.1rc3
|
|
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.12
|
|
|
11
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.7.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
103
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.8.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.8.1rc3; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -114,11 +114,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: globus-sdk==
|
|
117
|
+
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
119
119
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
121
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
122
121
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
123
122
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -147,7 +146,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
147
146
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
148
147
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
149
148
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
150
|
-
Requires-Dist: matplotlib==3.10.
|
|
149
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
151
150
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
152
151
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
153
152
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
{dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/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.8.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 8, 1, '
|
|
31
|
+
__version__ = version = '1.8.1rc3'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 8, 1, 'rc3')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g518d0d7da'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.1rc3
|
|
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.12
|
|
|
11
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.7.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
103
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.8.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.8.1rc3; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -114,11 +114,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: globus-sdk==
|
|
117
|
+
Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
119
119
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
121
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
122
121
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
123
122
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -147,7 +146,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
147
146
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
148
147
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
149
148
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
150
|
-
Requires-Dist: matplotlib==3.10.
|
|
149
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
151
150
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
152
151
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
153
152
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.7.
|
|
1
|
+
dkist-processing-common==11.7.0rc6
|
|
2
2
|
dkist-service-configuration==4.1.7
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -84,9 +84,9 @@ dacite==1.9.2
|
|
|
84
84
|
decorator==5.2.1
|
|
85
85
|
dill==0.4.0
|
|
86
86
|
dkist-header-validator==5.2.1
|
|
87
|
-
dkist-processing-common==11.7.
|
|
87
|
+
dkist-processing-common==11.7.0rc6
|
|
88
88
|
dkist-processing-core==6.0.0
|
|
89
|
-
dkist-processing-ops==1.8.
|
|
89
|
+
dkist-processing-ops==1.8.1rc3
|
|
90
90
|
dkist-processing-pac==3.1.1
|
|
91
91
|
dkist-service-configuration==4.1.7
|
|
92
92
|
dkist-spectral-lines==3.0.0
|
|
@@ -98,11 +98,10 @@ flower==2.0.1
|
|
|
98
98
|
fonttools==4.60.1
|
|
99
99
|
frozenlist==1.8.0
|
|
100
100
|
fsspec==2025.9.0
|
|
101
|
-
globus-sdk==
|
|
101
|
+
globus-sdk==3.65.0
|
|
102
102
|
google-re2==1.1.20250805
|
|
103
103
|
googleapis-common-protos==1.70.0
|
|
104
104
|
gqlclient==1.2.3
|
|
105
|
-
greenlet==3.2.4
|
|
106
105
|
grpcio==1.75.1
|
|
107
106
|
gunicorn==23.0.0
|
|
108
107
|
h11==0.16.0
|
|
@@ -131,7 +130,7 @@ markdown-it-py==4.0.0
|
|
|
131
130
|
marshmallow==3.26.1
|
|
132
131
|
marshmallow-oneofschema==3.2.0
|
|
133
132
|
marshmallow-sqlalchemy==0.28.2
|
|
134
|
-
matplotlib==3.10.
|
|
133
|
+
matplotlib==3.10.7
|
|
135
134
|
mdit-py-plugins==0.5.0
|
|
136
135
|
mdurl==0.1.2
|
|
137
136
|
methodtools==0.4.7
|
|
@@ -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.8.
|
|
10
|
-
date = 2025-10-
|
|
9
|
+
version = "1.8.1rc3"
|
|
10
|
+
date = 2025-10-08T19:09:25.936243
|
|
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==11.7.
|
|
28
|
+
"dkist-processing-common==11.7.0rc6",
|
|
29
29
|
"dkist-service-configuration==4.1.7",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -121,9 +121,9 @@ frozen = [
|
|
|
121
121
|
"decorator == 5.2.1",
|
|
122
122
|
"dill == 0.4.0",
|
|
123
123
|
"dkist-header-validator == 5.2.1",
|
|
124
|
-
"dkist-processing-common == 11.7.
|
|
124
|
+
"dkist-processing-common == 11.7.0rc6",
|
|
125
125
|
"dkist-processing-core == 6.0.0",
|
|
126
|
-
"dkist-processing-ops == 1.8.
|
|
126
|
+
"dkist-processing-ops == 1.8.1rc3",
|
|
127
127
|
"dkist-processing-pac == 3.1.1",
|
|
128
128
|
"dkist-service-configuration == 4.1.7",
|
|
129
129
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -135,11 +135,10 @@ frozen = [
|
|
|
135
135
|
"fonttools == 4.60.1",
|
|
136
136
|
"frozenlist == 1.8.0",
|
|
137
137
|
"fsspec == 2025.9.0",
|
|
138
|
-
"globus-sdk ==
|
|
138
|
+
"globus-sdk == 3.65.0",
|
|
139
139
|
"google-re2 == 1.1.20250805",
|
|
140
140
|
"googleapis-common-protos == 1.70.0",
|
|
141
141
|
"gqlclient == 1.2.3",
|
|
142
|
-
"greenlet == 3.2.4",
|
|
143
142
|
"grpcio == 1.75.1",
|
|
144
143
|
"gunicorn == 23.0.0",
|
|
145
144
|
"h11 == 0.16.0",
|
|
@@ -168,7 +167,7 @@ frozen = [
|
|
|
168
167
|
"marshmallow == 3.26.1",
|
|
169
168
|
"marshmallow-oneofschema == 3.2.0",
|
|
170
169
|
"marshmallow-sqlalchemy == 0.28.2",
|
|
171
|
-
"matplotlib == 3.10.
|
|
170
|
+
"matplotlib == 3.10.7",
|
|
172
171
|
"mdit-py-plugins == 0.5.0",
|
|
173
172
|
"mdurl == 0.1.2",
|
|
174
173
|
"methodtools == 0.4.7",
|
|
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.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.8.1rc2 → dkist_processing_ops-1.8.1rc3}/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
|