dkist-processing-test 1.23.5rc2__tar.gz → 1.23.6__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.6/.snyk +3 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/PKG-INFO +5 -5
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/bitbucket-pipelines.yml +12 -14
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test.egg-info/PKG-INFO +5 -5
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test.egg-info/SOURCES.txt +1 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test.egg-info/requires.txt +4 -4
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/pyproject.toml +4 -4
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/.gitignore +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/README.rst +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.6
|
|
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.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.5.5
|
|
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.10.0
|
|
@@ -31,12 +31,12 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.4.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.4.4; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.4.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.4.4; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
|
-
Requires-Dist: dkist-quality==
|
|
39
|
+
Requires-Dist: dkist-quality==1.2.0; extra == "quality"
|
|
40
40
|
|
|
41
41
|
dkist-processing-test
|
|
42
42
|
---------------------
|
|
@@ -11,25 +11,23 @@ definitions:
|
|
|
11
11
|
- pip
|
|
12
12
|
name: Lint
|
|
13
13
|
script:
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
14
|
+
- echo "Retrieving and Executing Lint Script"
|
|
15
|
+
- curl -fL https://getcli.jfrog.io | sh
|
|
16
|
+
- ./jfrog rt dl --url $ARTIFACTORY_URL --user $ARTIFACTORY_USER --password $ARTIFACTORY_PASSWORD generic-packages/ci_scripts/latest/lint_python.sh
|
|
17
|
+
- cat ci_scripts/latest/lint_python.sh
|
|
18
|
+
- chmod 755 ci_scripts/latest/lint_python.sh
|
|
19
|
+
- ./ci_scripts/latest/lint_python.sh
|
|
18
20
|
- step: &scan
|
|
19
21
|
caches:
|
|
20
22
|
- pip
|
|
21
23
|
name: Scan
|
|
22
24
|
script:
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
- cat
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
- chmod 755 snyk
|
|
30
|
-
- ./snyk -d auth $SNYK_TOKEN
|
|
31
|
-
- echo $SNYK_CLI_COMMAND
|
|
32
|
-
- $SNYK_CLI_COMMAND
|
|
25
|
+
- echo "Retrieving and Executing Scan Script"
|
|
26
|
+
- curl -fL https://getcli.jfrog.io | sh
|
|
27
|
+
- ./jfrog rt dl --url $ARTIFACTORY_URL --user $ARTIFACTORY_USER --password $ARTIFACTORY_PASSWORD generic-packages/ci_scripts/latest/scan_python.sh
|
|
28
|
+
- cat ci_scripts/latest/scan_python.sh
|
|
29
|
+
- chmod 755 ci_scripts/latest/scan_python.sh
|
|
30
|
+
- ./ci_scripts/latest/scan_python.sh
|
|
33
31
|
- step: &test
|
|
34
32
|
caches:
|
|
35
33
|
- pip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.6
|
|
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.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.5.5
|
|
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.10.0
|
|
@@ -31,12 +31,12 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.4.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.4.4; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.4.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.4.4; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
|
-
Requires-Dist: dkist-quality==
|
|
39
|
+
Requires-Dist: dkist-quality==1.2.0; extra == "quality"
|
|
40
40
|
|
|
41
41
|
dkist-processing-test
|
|
42
42
|
---------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.5.
|
|
1
|
+
dkist-processing-common==10.5.5
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.10.0
|
|
@@ -9,14 +9,14 @@ dkist-spectral-lines==3.0.0
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.4.
|
|
12
|
+
dkist-inventory[asdf]==1.4.4
|
|
13
13
|
|
|
14
14
|
[inventory]
|
|
15
15
|
dkist-processing-common[inventory]
|
|
16
|
-
dkist-inventory==1.4.
|
|
16
|
+
dkist-inventory==1.4.4
|
|
17
17
|
|
|
18
18
|
[quality]
|
|
19
|
-
dkist-quality==
|
|
19
|
+
dkist-quality==1.2.0
|
|
20
20
|
|
|
21
21
|
[test]
|
|
22
22
|
pytest
|
|
@@ -21,7 +21,7 @@ classifiers = [
|
|
|
21
21
|
"Programming Language :: Python :: 3.11",
|
|
22
22
|
]
|
|
23
23
|
dependencies = [
|
|
24
|
-
"dkist-processing-common == 10.5.
|
|
24
|
+
"dkist-processing-common == 10.5.5",
|
|
25
25
|
"dkist-header-validator == 5.1.1",
|
|
26
26
|
"dkist-service-configuration == 2.2",
|
|
27
27
|
"dkist-fits-specifications == 4.10.0",
|
|
@@ -49,14 +49,14 @@ test = [
|
|
|
49
49
|
]
|
|
50
50
|
inventory = [
|
|
51
51
|
"dkist-processing-common[inventory]",
|
|
52
|
-
"dkist-inventory==1.4.
|
|
52
|
+
"dkist-inventory==1.4.4",
|
|
53
53
|
]
|
|
54
54
|
asdf = [
|
|
55
55
|
"dkist-processing-common[asdf]",
|
|
56
|
-
"dkist-inventory[asdf]==1.4.
|
|
56
|
+
"dkist-inventory[asdf]==1.4.4",
|
|
57
57
|
]
|
|
58
58
|
quality = [
|
|
59
|
-
"dkist-quality ==
|
|
59
|
+
"dkist-quality == 1.2.0",
|
|
60
60
|
]
|
|
61
61
|
|
|
62
62
|
[tool.pytest.ini_options]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/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.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.5rc2 → dkist_processing_test-1.23.6}/dkist_processing_test/tasks/noop.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|