dkist-processing-ops 1.6.49__tar.gz → 1.6.50__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.49 → dkist_processing_ops-1.6.50}/PKG-INFO +7 -7
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops.egg-info/PKG-INFO +7 -7
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops.egg-info/requires.txt +6 -6
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/pyproject.toml +8 -8
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/.gitignore +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/.snyk +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/README.rst +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.50
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
44
44
|
Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: aiohttp==3.12.
|
|
46
|
+
Requires-Dist: aiohttp==3.12.4; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: amqp==5.3.1; 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.
|
|
79
|
-
Requires-Dist: botocore==1.38.
|
|
78
|
+
Requires-Dist: boto3==1.38.26; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.38.26; 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"
|
|
@@ -101,11 +101,11 @@ Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
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.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.50; 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"
|
|
108
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
108
|
+
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
@@ -181,7 +181,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
181
181
|
Requires-Dist: prometheus_client==0.22.0; extra == "frozen"
|
|
182
182
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
183
183
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: protobuf==5.29.
|
|
184
|
+
Requires-Dist: protobuf==5.29.5; extra == "frozen"
|
|
185
185
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
186
186
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
187
187
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.50
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
44
44
|
Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: aiohttp==3.12.
|
|
46
|
+
Requires-Dist: aiohttp==3.12.4; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: amqp==5.3.1; 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.
|
|
79
|
-
Requires-Dist: botocore==1.38.
|
|
78
|
+
Requires-Dist: boto3==1.38.26; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.38.26; 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"
|
|
@@ -101,11 +101,11 @@ Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
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.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.50; 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"
|
|
108
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
108
|
+
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
@@ -181,7 +181,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
181
181
|
Requires-Dist: prometheus_client==0.22.0; extra == "frozen"
|
|
182
182
|
Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
|
|
183
183
|
Requires-Dist: propcache==0.3.1; extra == "frozen"
|
|
184
|
-
Requires-Dist: protobuf==5.29.
|
|
184
|
+
Requires-Dist: protobuf==5.29.5; extra == "frozen"
|
|
185
185
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
186
186
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
187
187
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
@@ -27,7 +27,7 @@ WTForms==3.2.1
|
|
|
27
27
|
Werkzeug==2.2.3
|
|
28
28
|
aioftp==0.25.1
|
|
29
29
|
aiohappyeyeballs==2.6.1
|
|
30
|
-
aiohttp==3.12.
|
|
30
|
+
aiohttp==3.12.4
|
|
31
31
|
aiosignal==1.3.2
|
|
32
32
|
alembic==1.16.1
|
|
33
33
|
amqp==5.3.1
|
|
@@ -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.
|
|
63
|
-
botocore==1.38.
|
|
62
|
+
boto3==1.38.26
|
|
63
|
+
botocore==1.38.26
|
|
64
64
|
cachelib==0.13.0
|
|
65
65
|
celery==5.5.2
|
|
66
66
|
certifi==2025.4.26
|
|
@@ -85,11 +85,11 @@ dill==0.4.0
|
|
|
85
85
|
dkist-header-validator==5.2.1
|
|
86
86
|
dkist-processing-common==10.8.3
|
|
87
87
|
dkist-processing-core==5.1.1
|
|
88
|
-
dkist-processing-ops==1.6.
|
|
88
|
+
dkist-processing-ops==1.6.50
|
|
89
89
|
dkist-processing-pac==3.1.1
|
|
90
90
|
dkist-service-configuration==2.3.0
|
|
91
91
|
dkist-spectral-lines==3.0.0
|
|
92
|
-
dkist_fits_specifications==4.
|
|
92
|
+
dkist_fits_specifications==4.17.0
|
|
93
93
|
dnspython==2.7.0
|
|
94
94
|
ecs-logging==2.2.0
|
|
95
95
|
elastic-apm==6.23.0
|
|
@@ -165,7 +165,7 @@ proglog==0.1.12
|
|
|
165
165
|
prometheus_client==0.22.0
|
|
166
166
|
prompt_toolkit==3.0.51
|
|
167
167
|
propcache==0.3.1
|
|
168
|
-
protobuf==5.29.
|
|
168
|
+
protobuf==5.29.5
|
|
169
169
|
psutil==7.0.0
|
|
170
170
|
psycopg2-binary==2.9.10
|
|
171
171
|
py==1.11.0
|
|
@@ -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.
|
|
10
|
-
date = 2025-05-
|
|
9
|
+
version = "1.6.50"
|
|
10
|
+
date = 2025-05-30T17:21:20.358687
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -64,7 +64,7 @@ frozen = [
|
|
|
64
64
|
"Werkzeug == 2.2.3",
|
|
65
65
|
"aioftp == 0.25.1",
|
|
66
66
|
"aiohappyeyeballs == 2.6.1",
|
|
67
|
-
"aiohttp == 3.12.
|
|
67
|
+
"aiohttp == 3.12.4",
|
|
68
68
|
"aiosignal == 1.3.2",
|
|
69
69
|
"alembic == 1.16.1",
|
|
70
70
|
"amqp == 5.3.1",
|
|
@@ -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.
|
|
100
|
-
"botocore == 1.38.
|
|
99
|
+
"boto3 == 1.38.26",
|
|
100
|
+
"botocore == 1.38.26",
|
|
101
101
|
"cachelib == 0.13.0",
|
|
102
102
|
"celery == 5.5.2",
|
|
103
103
|
"certifi == 2025.4.26",
|
|
@@ -122,11 +122,11 @@ frozen = [
|
|
|
122
122
|
"dkist-header-validator == 5.2.1",
|
|
123
123
|
"dkist-processing-common == 10.8.3",
|
|
124
124
|
"dkist-processing-core == 5.1.1",
|
|
125
|
-
"dkist-processing-ops == 1.6.
|
|
125
|
+
"dkist-processing-ops == 1.6.50",
|
|
126
126
|
"dkist-processing-pac == 3.1.1",
|
|
127
127
|
"dkist-service-configuration == 2.3.0",
|
|
128
128
|
"dkist-spectral-lines == 3.0.0",
|
|
129
|
-
"dkist_fits_specifications == 4.
|
|
129
|
+
"dkist_fits_specifications == 4.17.0",
|
|
130
130
|
"dnspython == 2.7.0",
|
|
131
131
|
"ecs-logging == 2.2.0",
|
|
132
132
|
"elastic-apm == 6.23.0",
|
|
@@ -202,7 +202,7 @@ frozen = [
|
|
|
202
202
|
"prometheus_client == 0.22.0",
|
|
203
203
|
"prompt_toolkit == 3.0.51",
|
|
204
204
|
"propcache == 0.3.1",
|
|
205
|
-
"protobuf == 5.29.
|
|
205
|
+
"protobuf == 5.29.5",
|
|
206
206
|
"psutil == 7.0.0",
|
|
207
207
|
"psycopg2-binary == 2.9.10",
|
|
208
208
|
"py == 1.11.0",
|
|
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.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.49 → dkist_processing_ops-1.6.50}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|