dkist-processing-ops 1.10.11__tar.gz → 1.10.12__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.
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/PKG-INFO +4 -4
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops.egg-info/PKG-INFO +4 -4
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops.egg-info/requires.txt +3 -3
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/pyproject.toml +5 -5
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/.gitignore +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/.snyk +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/README.rst +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.12
|
|
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
|
|
@@ -64,8 +64,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.43.
|
|
68
|
-
Requires-Dist: botocore==1.43.
|
|
67
|
+
Requires-Dist: boto3==1.43.4; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.43.4; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -86,7 +86,7 @@ Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-processing-common==14.0.2; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.12; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.10.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 10,
|
|
21
|
+
__version__ = version = '1.10.12'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 12)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g88f2bac46'
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/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.10.
|
|
3
|
+
Version: 1.10.12
|
|
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
|
|
@@ -64,8 +64,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.43.
|
|
68
|
-
Requires-Dist: botocore==1.43.
|
|
67
|
+
Requires-Dist: boto3==1.43.4; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.43.4; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -86,7 +86,7 @@ Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-processing-common==14.0.2; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.12; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -48,8 +48,8 @@ asyncpg==0.31.0
|
|
|
48
48
|
attrs==26.1.0
|
|
49
49
|
babel==2.18.0
|
|
50
50
|
billiard==4.2.4
|
|
51
|
-
boto3==1.43.
|
|
52
|
-
botocore==1.43.
|
|
51
|
+
boto3==1.43.4
|
|
52
|
+
botocore==1.43.4
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.3
|
|
55
55
|
certifi==2026.4.22
|
|
@@ -70,7 +70,7 @@ dill==0.4.1
|
|
|
70
70
|
dkist-header-validator==5.3.1
|
|
71
71
|
dkist-processing-common==14.0.2
|
|
72
72
|
dkist-processing-core==7.2.1
|
|
73
|
-
dkist-processing-ops==1.10.
|
|
73
|
+
dkist-processing-ops==1.10.12
|
|
74
74
|
dkist-processing-pac==3.1.2
|
|
75
75
|
dkist-service-configuration==4.3.0
|
|
76
76
|
dkist-spectral-lines==3.0.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.10.
|
|
10
|
-
date = 2026-05-
|
|
9
|
+
version = "1.10.12"
|
|
10
|
+
date = 2026-05-05T13:45:30.911123
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -85,8 +85,8 @@ frozen = [
|
|
|
85
85
|
"attrs == 26.1.0",
|
|
86
86
|
"babel == 2.18.0",
|
|
87
87
|
"billiard == 4.2.4",
|
|
88
|
-
"boto3 == 1.43.
|
|
89
|
-
"botocore == 1.43.
|
|
88
|
+
"boto3 == 1.43.4",
|
|
89
|
+
"botocore == 1.43.4",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.3",
|
|
92
92
|
"certifi == 2026.4.22",
|
|
@@ -107,7 +107,7 @@ frozen = [
|
|
|
107
107
|
"dkist-header-validator == 5.3.1",
|
|
108
108
|
"dkist-processing-common == 14.0.2",
|
|
109
109
|
"dkist-processing-core == 7.2.1",
|
|
110
|
-
"dkist-processing-ops == 1.10.
|
|
110
|
+
"dkist-processing-ops == 1.10.12",
|
|
111
111
|
"dkist-processing-pac == 3.1.2",
|
|
112
112
|
"dkist-service-configuration == 4.3.0",
|
|
113
113
|
"dkist-spectral-lines == 3.0.1",
|
|
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.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.11 → dkist_processing_ops-1.10.12}/dkist_processing_ops/tests/__init__.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
|