dkist-processing-test 1.34.3__tar.gz → 1.34.4__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-test might be problematic. Click here for more details.
- {dkist_processing_test-1.34.3/dkist_processing_test.egg-info → dkist_processing_test-1.34.4}/PKG-INFO +6 -6
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4/dkist_processing_test.egg-info}/PKG-INFO +6 -6
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test.egg-info/requires.txt +5 -5
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/pyproject.toml +7 -7
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/.gitignore +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/.snyk +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/README.rst +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.34.
|
|
3
|
+
Version: 1.34.4
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.4.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -95,8 +95,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.40.
|
|
99
|
-
Requires-Dist: botocore==1.40.
|
|
98
|
+
Requires-Dist: boto3==1.40.24; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.24; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.4.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.34.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.34.4; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.34.
|
|
3
|
+
Version: 1.34.4
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.4.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -95,8 +95,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.40.
|
|
99
|
-
Requires-Dist: botocore==1.40.
|
|
98
|
+
Requires-Dist: boto3==1.40.24; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.24; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==11.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.4.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.34.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.34.4; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.
|
|
1
|
+
dkist-processing-common==11.4.0
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -69,8 +69,8 @@ attrs==25.3.0
|
|
|
69
69
|
babel==2.17.0
|
|
70
70
|
billiard==4.2.1
|
|
71
71
|
blinker==1.9.0
|
|
72
|
-
boto3==1.40.
|
|
73
|
-
botocore==1.40.
|
|
72
|
+
boto3==1.40.24
|
|
73
|
+
botocore==1.40.24
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.3
|
|
76
76
|
certifi==2025.8.3
|
|
@@ -93,10 +93,10 @@ dacite==1.9.2
|
|
|
93
93
|
decorator==5.2.1
|
|
94
94
|
dill==0.4.0
|
|
95
95
|
dkist-header-validator==5.2.1
|
|
96
|
-
dkist-processing-common==11.
|
|
96
|
+
dkist-processing-common==11.4.0
|
|
97
97
|
dkist-processing-core==5.1.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.34.
|
|
99
|
+
dkist-processing-test==1.34.4
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.17.0
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.34.
|
|
13
|
-
date = 2025-09-
|
|
12
|
+
version = "1.34.4"
|
|
13
|
+
date = 2025-09-04T21:59:31.285602
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.
|
|
29
|
+
"dkist-processing-common == 11.4.0",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -121,8 +121,8 @@ frozen = [
|
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.40.
|
|
125
|
-
"botocore == 1.40.
|
|
124
|
+
"boto3 == 1.40.24",
|
|
125
|
+
"botocore == 1.40.24",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.3",
|
|
128
128
|
"certifi == 2025.8.3",
|
|
@@ -145,10 +145,10 @@ frozen = [
|
|
|
145
145
|
"decorator == 5.2.1",
|
|
146
146
|
"dill == 0.4.0",
|
|
147
147
|
"dkist-header-validator == 5.2.1",
|
|
148
|
-
"dkist-processing-common == 11.
|
|
148
|
+
"dkist-processing-common == 11.4.0",
|
|
149
149
|
"dkist-processing-core == 5.1.1",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.34.
|
|
151
|
+
"dkist-processing-test == 1.34.4",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.17.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.34.3 → dkist_processing_test-1.34.4}/dkist_processing_test/tasks/quality.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|