dkist-processing-test 1.23.20rc2__tar.gz → 1.23.20rc3__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.23.20rc2/dkist_processing_test.egg-info → dkist_processing_test-1.23.20rc3}/PKG-INFO +4 -4
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3/dkist_processing_test.egg-info}/PKG-INFO +4 -4
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test.egg-info/requires.txt +3 -3
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/pyproject.toml +5 -5
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/.gitignore +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/.snyk +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/README.rst +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.20rc3
|
|
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==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.1rc3
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.1rc3; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.20rc3; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.20rc3
|
|
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==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.1rc3
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.1rc3; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.20rc3; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.6.
|
|
1
|
+
dkist-processing-common==10.6.1rc3
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.11.0
|
|
@@ -94,10 +94,10 @@ dacite==1.9.2
|
|
|
94
94
|
decorator==5.2.1
|
|
95
95
|
dill==0.3.9
|
|
96
96
|
dkist-header-validator==5.1.1
|
|
97
|
-
dkist-processing-common==10.6.
|
|
97
|
+
dkist-processing-common==10.6.1rc3
|
|
98
98
|
dkist-processing-core==5.1.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.23.
|
|
100
|
+
dkist-processing-test==1.23.20rc3
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.11.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.23.
|
|
13
|
-
date = 2025-03-
|
|
12
|
+
version = "1.23.20rc3"
|
|
13
|
+
date = 2025-03-05T10:02:44.835491
|
|
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 == 10.6.
|
|
29
|
+
"dkist-processing-common == 10.6.1rc3",
|
|
30
30
|
"dkist-header-validator == 5.1.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.11.0",
|
|
@@ -146,10 +146,10 @@ frozen = [
|
|
|
146
146
|
"decorator == 5.2.1",
|
|
147
147
|
"dill == 0.3.9",
|
|
148
148
|
"dkist-header-validator == 5.1.1",
|
|
149
|
-
"dkist-processing-common == 10.6.
|
|
149
|
+
"dkist-processing-common == 10.6.1rc3",
|
|
150
150
|
"dkist-processing-core == 5.1.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.23.
|
|
152
|
+
"dkist-processing-test == 1.23.20rc3",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.11.0",
|
|
File without changes
|
{dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.20rc2 → dkist_processing_test-1.23.20rc3}/bitbucket-pipelines.yml
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
|
|
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
|