dkist-processing-test 1.23.9__tar.gz → 1.23.10__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.9/dkist_processing_test.egg-info → dkist_processing_test-1.23.10}/PKG-INFO +2 -2
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/bitbucket-pipelines.yml +15 -17
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10/dkist_processing_test.egg-info}/PKG-INFO +2 -2
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test.egg-info/requires.txt +1 -1
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test.egg-info/top_level.txt +1 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/pyproject.toml +1 -1
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/.gitignore +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/.snyk +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/README.rst +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/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.10
|
|
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.8
|
|
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
|
|
@@ -6,28 +6,28 @@ definitions:
|
|
|
6
6
|
redis:
|
|
7
7
|
image: redis
|
|
8
8
|
steps:
|
|
9
|
+
- step: &download_execute_script
|
|
10
|
+
name: Download Script Execute Script
|
|
11
|
+
script:
|
|
12
|
+
- echo "Retrieving Script Execution Script"
|
|
13
|
+
- curl -fL https://getcli.jfrog.io | sh
|
|
14
|
+
- ./jfrog rt dl --url $ARTIFACTORY_URL --user $ARTIFACTORY_USER --password $ARTIFACTORY_PASSWORD generic-packages/ci_scripts/latest/execute_script.sh
|
|
15
|
+
- cat ci_scripts/latest/execute_script.sh
|
|
16
|
+
- chmod 755 ci_scripts/latest/execute_script.sh
|
|
17
|
+
artifacts:
|
|
18
|
+
- ci_scripts/latest/execute_script.sh
|
|
9
19
|
- step: &lint
|
|
10
20
|
caches:
|
|
11
21
|
- pip
|
|
12
22
|
name: Lint
|
|
13
23
|
script:
|
|
14
|
-
-
|
|
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
|
|
24
|
+
- ./ci_scripts/latest/execute_script.sh lint_python.sh
|
|
20
25
|
- step: &scan
|
|
21
26
|
caches:
|
|
22
27
|
- pip
|
|
23
28
|
name: Scan
|
|
24
29
|
script:
|
|
25
|
-
-
|
|
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
|
|
30
|
+
- ./ci_scripts/latest/execute_script.sh scan_python.sh
|
|
31
31
|
- step: &test
|
|
32
32
|
caches:
|
|
33
33
|
- pip
|
|
@@ -58,10 +58,7 @@ definitions:
|
|
|
58
58
|
- pip
|
|
59
59
|
name: Push Code
|
|
60
60
|
script:
|
|
61
|
-
-
|
|
62
|
-
- pip install build twine
|
|
63
|
-
- python -m build --outdir wheelhouse .
|
|
64
|
-
- python -m twine upload --skip-existing wheelhouse/*
|
|
61
|
+
- ./ci_scripts/latest/execute_script.sh push_python.sh
|
|
65
62
|
- step: &push_mpw
|
|
66
63
|
caches:
|
|
67
64
|
- pip
|
|
@@ -84,15 +81,16 @@ definitions:
|
|
|
84
81
|
- docker build -t $DOCKER_HUB_URL/${BUILD_CONTAINER_NAME}:latest -t $DOCKER_HUB_URL/${BUILD_CONTAINER_NAME}:${BUILD_VERSION} .
|
|
85
82
|
- docker push -a $DOCKER_HUB_URL/${BUILD_CONTAINER_NAME}
|
|
86
83
|
|
|
87
|
-
|
|
88
84
|
pipelines:
|
|
89
85
|
default:
|
|
86
|
+
- step: *download_execute_script
|
|
90
87
|
- step: *lint
|
|
91
88
|
- parallel:
|
|
92
89
|
- step: *scan
|
|
93
90
|
- step: *test
|
|
94
91
|
tags:
|
|
95
92
|
'v*':
|
|
93
|
+
- step: *download_execute_script
|
|
96
94
|
- parallel:
|
|
97
95
|
- step: *lint
|
|
98
96
|
- step: *scan
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.10
|
|
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.8
|
|
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
|
|
@@ -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.8",
|
|
25
25
|
"dkist-header-validator == 5.1.1",
|
|
26
26
|
"dkist-service-configuration == 2.2",
|
|
27
27
|
"dkist-fits-specifications == 4.10.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/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.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.23.9 → dkist_processing_test-1.23.10}/dkist_processing_test/tasks/parse.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
|