dkist-processing-ops 1.6.27__tar.gz → 1.6.29__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.
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/PKG-INFO +2 -2
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/bitbucket-pipelines.yml +15 -18
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops.egg-info/PKG-INFO +2 -2
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops.egg-info/requires.txt +1 -1
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops.egg-info/top_level.txt +1 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/pyproject.toml +1 -1
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/.gitignore +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/.snyk +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/README.rst +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.29
|
|
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.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.5.9
|
|
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
|
-
-
|
|
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
|
|
@@ -59,21 +59,18 @@ definitions:
|
|
|
59
59
|
- pip
|
|
60
60
|
name: Push Code
|
|
61
61
|
script:
|
|
62
|
-
-
|
|
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
|
{dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.29
|
|
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.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.5.9
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.27 → dkist_processing_ops-1.6.29}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|