dkist-processing-test 1.23.9__tar.gz → 1.23.11__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.

Files changed (43) hide show
  1. {dkist_processing_test-1.23.9/dkist_processing_test.egg-info → dkist_processing_test-1.23.11}/PKG-INFO +3 -3
  2. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/bitbucket-pipelines.yml +15 -17
  3. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11/dkist_processing_test.egg-info}/PKG-INFO +3 -3
  4. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test.egg-info/requires.txt +2 -2
  5. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test.egg-info/top_level.txt +1 -0
  6. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/pyproject.toml +2 -2
  7. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/.gitignore +0 -0
  8. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/.pre-commit-config.yaml +0 -0
  9. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/.snyk +0 -0
  10. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/README.rst +0 -0
  11. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/__init__.py +0 -0
  12. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/config.py +0 -0
  13. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/models/__init__.py +0 -0
  14. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/models/constants.py +0 -0
  15. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/models/parameters.py +0 -0
  16. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/__init__.py +0 -0
  17. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  18. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/fail.py +0 -0
  19. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/fake_science.py +0 -0
  20. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/high_memory.py +0 -0
  21. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/manual.py +0 -0
  22. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/movie.py +0 -0
  23. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/noop.py +0 -0
  24. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/parse.py +0 -0
  25. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/quality.py +0 -0
  26. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tasks/write_l1.py +0 -0
  27. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tests/__init__.py +0 -0
  28. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tests/conftest.py +0 -0
  29. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tests/parameter_models.py +0 -0
  30. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tests/test_parameters.py +0 -0
  31. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tests/test_tasks.py +0 -0
  32. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/tests/test_workflows.py +0 -0
  33. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/__init__.py +0 -0
  34. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/common_tasks.py +0 -0
  35. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/end_to_end.py +0 -0
  36. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  37. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/fail.py +0 -0
  38. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/noop.py +0 -0
  39. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/resource_queue.py +0 -0
  40. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  41. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  42. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  43. {dkist_processing_test-1.23.9 → dkist_processing_test-1.23.11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-test
3
- Version: 1.23.9
3
+ Version: 1.23.11
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.6
15
+ Requires-Dist: dkist-processing-common==10.5.9
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
@@ -36,7 +36,7 @@ Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
37
  Requires-Dist: dkist-inventory[asdf]==1.5.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
- Requires-Dist: dkist-quality==1.2.0; extra == "quality"
39
+ Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
 
41
41
  dkist-processing-test
42
42
  ---------------------
@@ -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
- - 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
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
- - 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
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
- - pip install -U pip
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.9
3
+ Version: 1.23.11
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.6
15
+ Requires-Dist: dkist-processing-common==10.5.9
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
@@ -36,7 +36,7 @@ Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
37
  Requires-Dist: dkist-inventory[asdf]==1.5.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
- Requires-Dist: dkist-quality==1.2.0; extra == "quality"
39
+ Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
 
41
41
  dkist-processing-test
42
42
  ---------------------
@@ -1,4 +1,4 @@
1
- dkist-processing-common==10.5.6
1
+ dkist-processing-common==10.5.9
2
2
  dkist-header-validator==5.1.1
3
3
  dkist-service-configuration==2.2
4
4
  dkist-fits-specifications==4.10.0
@@ -16,7 +16,7 @@ dkist-processing-common[inventory]
16
16
  dkist-inventory==1.5.0
17
17
 
18
18
  [quality]
19
- dkist-quality==1.2.0
19
+ dkist-quality==1.2.1
20
20
 
21
21
  [test]
22
22
  pytest
@@ -1,2 +1,3 @@
1
+ ci_scripts
1
2
  dkist_processing_test
2
3
  wheelhouse
@@ -21,7 +21,7 @@ classifiers = [
21
21
  "Programming Language :: Python :: 3.11",
22
22
  ]
23
23
  dependencies = [
24
- "dkist-processing-common == 10.5.6",
24
+ "dkist-processing-common == 10.5.9",
25
25
  "dkist-header-validator == 5.1.1",
26
26
  "dkist-service-configuration == 2.2",
27
27
  "dkist-fits-specifications == 4.10.0",
@@ -56,7 +56,7 @@ asdf = [
56
56
  "dkist-inventory[asdf]==1.5.0",
57
57
  ]
58
58
  quality = [
59
- "dkist-quality == 1.2.0",
59
+ "dkist-quality == 1.2.1",
60
60
  ]
61
61
 
62
62
  [tool.pytest.ini_options]