dkist-processing-ops 1.6.27__tar.gz → 1.6.28__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-ops might be problematic. Click here for more details.

Files changed (27) hide show
  1. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/PKG-INFO +2 -2
  2. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/bitbucket-pipelines.yml +15 -18
  3. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/_version.py +2 -2
  4. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops.egg-info/PKG-INFO +2 -2
  5. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops.egg-info/requires.txt +1 -1
  6. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops.egg-info/top_level.txt +1 -0
  7. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/pyproject.toml +1 -1
  8. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/.gitignore +0 -0
  9. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/.pre-commit-config.yaml +0 -0
  10. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/.snyk +0 -0
  11. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/LICENSE.rst +0 -0
  12. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/MANIFEST.in +0 -0
  13. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/README.rst +0 -0
  14. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/__init__.py +0 -0
  15. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/dags/scale.py +0 -0
  16. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/tasks/__init__.py +0 -0
  17. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
  18. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/tasks/wait.py +0 -0
  19. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/tests/__init__.py +0 -0
  20. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/tests/test_workflows.py +0 -0
  21. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/workflows/__init__.py +0 -0
  22. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/workflows/memory_leak.py +0 -0
  23. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops/workflows/smoke.py +0 -0
  24. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
  25. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
  26. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
  27. {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.28}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-ops
3
- Version: 1.6.27
3
+ Version: 1.6.28
4
4
  Summary: Automated Processing smoke test and operations workflows
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD 3-Clause
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
11
11
  Requires-Python: >=3.11
12
12
  Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE.rst
14
- Requires-Dist: dkist-processing-common==10.5.6
14
+ Requires-Dist: dkist-processing-common==10.5.8
15
15
  Requires-Dist: dkist-service-configuration==2.3.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
@@ -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
@@ -59,21 +59,18 @@ definitions:
59
59
  - pip
60
60
  name: Push Code
61
61
  script:
62
- - pip install -U pip
63
- - pip install twine build
64
- - python -m build --outdir wheelhouse .
65
- - python -m twine upload --skip-existing wheelhouse/*
66
-
67
-
62
+ - ./ci_scripts/latest/execute_script.sh push_python.sh
68
63
 
69
64
  pipelines:
70
65
  default:
66
+ - step: *download_execute_script
71
67
  - step: *lint
72
68
  - parallel:
73
69
  - step: *scan
74
70
  - step: *test
75
71
  tags:
76
72
  'v*':
73
+ - step: *download_execute_script
77
74
  - parallel:
78
75
  - step: *lint
79
76
  - step: *scan
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.6.27'
16
- __version_tuple__ = version_tuple = (1, 6, 27)
15
+ __version__ = version = '1.6.28'
16
+ __version_tuple__ = version_tuple = (1, 6, 28)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-ops
3
- Version: 1.6.27
3
+ Version: 1.6.28
4
4
  Summary: Automated Processing smoke test and operations workflows
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD 3-Clause
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
11
11
  Requires-Python: >=3.11
12
12
  Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE.rst
14
- Requires-Dist: dkist-processing-common==10.5.6
14
+ Requires-Dist: dkist-processing-common==10.5.8
15
15
  Requires-Dist: dkist-service-configuration==2.3.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==10.5.6
1
+ dkist-processing-common==10.5.8
2
2
  dkist-service-configuration==2.3.0
3
3
 
4
4
  [test]
@@ -1,2 +1,3 @@
1
+ ci_scripts
1
2
  dkist_processing_ops
2
3
  wheelhouse
@@ -23,7 +23,7 @@ authors = [
23
23
  ]
24
24
 
25
25
  dependencies = [
26
- "dkist-processing-common==10.5.6",
26
+ "dkist-processing-common==10.5.8",
27
27
  "dkist-service-configuration==2.3.0",
28
28
  ]
29
29
  dynamic = ["version"]