dkist-processing-test 1.23.3__tar.gz → 1.23.5__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.5/.snyk +3 -0
  2. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/PKG-INFO +6 -6
  3. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/bitbucket-pipelines.yml +12 -14
  4. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test.egg-info/PKG-INFO +6 -6
  5. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test.egg-info/SOURCES.txt +1 -0
  6. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test.egg-info/requires.txt +5 -5
  7. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/pyproject.toml +5 -5
  8. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/.gitignore +0 -0
  9. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/.pre-commit-config.yaml +0 -0
  10. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/README.rst +0 -0
  11. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/__init__.py +0 -0
  12. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/config.py +0 -0
  13. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/models/__init__.py +0 -0
  14. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/models/constants.py +0 -0
  15. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/models/parameters.py +0 -0
  16. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/__init__.py +0 -0
  17. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  18. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/fail.py +0 -0
  19. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/fake_science.py +0 -0
  20. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/high_memory.py +0 -0
  21. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/manual.py +0 -0
  22. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/movie.py +0 -0
  23. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/noop.py +0 -0
  24. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/parse.py +0 -0
  25. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/quality.py +0 -0
  26. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tasks/write_l1.py +0 -0
  27. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tests/__init__.py +0 -0
  28. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tests/conftest.py +0 -0
  29. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tests/parameter_models.py +0 -0
  30. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tests/test_parameters.py +0 -0
  31. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tests/test_tasks.py +0 -0
  32. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/tests/test_workflows.py +0 -0
  33. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/__init__.py +0 -0
  34. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/common_tasks.py +0 -0
  35. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/end_to_end.py +0 -0
  36. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  37. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/fail.py +0 -0
  38. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/noop.py +0 -0
  39. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/resource_queue.py +0 -0
  40. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  41. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.23.3 → dkist_processing_test-1.23.5}/setup.cfg +0 -0
@@ -0,0 +1,3 @@
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
2
+ # https://docs.snyk.io/manage-risk/policies/the-.snyk-file#syntax-of-the-.snyk-file
3
+ version: v1.25.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dkist-processing-test
3
- Version: 1.23.3
3
+ Version: 1.23.5
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,10 +12,10 @@ 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.2
15
+ Requires-Dist: dkist-processing-common==10.5.4
16
16
  Requires-Dist: dkist-header-validator==5.1.1
17
17
  Requires-Dist: dkist-service-configuration==2.2
18
- Requires-Dist: dkist-fits-specifications==4.7.0
18
+ Requires-Dist: dkist-fits-specifications==4.10.0
19
19
  Requires-Dist: numba==0.59.1
20
20
  Requires-Dist: astropy==6.1.0
21
21
  Requires-Dist: numpy==1.26.4
@@ -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.3; extra == "inventory"
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.3; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.4.4; extra == "asdf"
38
38
  Provides-Extra: quality
39
- Requires-Dist: dkist-quality==1.1.1; extra == "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
- - pip install -U pip
15
- - pip install pre-commit
16
- - pre-commit install
17
- - pre-commit run --all-files
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
- - pip install -U pip
24
- - pip install -e .
25
- - pip freeze | grep -v @ > requirements.txt
26
- - cat requirements.txt
27
- - echo $SNYK_VERSION
28
- - curl -L -o snyk https://github.com/snyk/snyk/releases/download/$SNYK_VERSION/snyk-linux
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
3
+ Version: 1.23.5
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,10 +12,10 @@ 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.2
15
+ Requires-Dist: dkist-processing-common==10.5.4
16
16
  Requires-Dist: dkist-header-validator==5.1.1
17
17
  Requires-Dist: dkist-service-configuration==2.2
18
- Requires-Dist: dkist-fits-specifications==4.7.0
18
+ Requires-Dist: dkist-fits-specifications==4.10.0
19
19
  Requires-Dist: numba==0.59.1
20
20
  Requires-Dist: astropy==6.1.0
21
21
  Requires-Dist: numpy==1.26.4
@@ -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.3; extra == "inventory"
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.3; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.4.4; extra == "asdf"
38
38
  Provides-Extra: quality
39
- Requires-Dist: dkist-quality==1.1.1; extra == "quality"
39
+ Requires-Dist: dkist-quality==1.2.0; extra == "quality"
40
40
 
41
41
  dkist-processing-test
42
42
  ---------------------
@@ -1,5 +1,6 @@
1
1
  .gitignore
2
2
  .pre-commit-config.yaml
3
+ .snyk
3
4
  README.rst
4
5
  bitbucket-pipelines.yml
5
6
  pyproject.toml
@@ -1,7 +1,7 @@
1
- dkist-processing-common==10.5.2
1
+ dkist-processing-common==10.5.4
2
2
  dkist-header-validator==5.1.1
3
3
  dkist-service-configuration==2.2
4
- dkist-fits-specifications==4.7.0
4
+ dkist-fits-specifications==4.10.0
5
5
  numba==0.59.1
6
6
  astropy==6.1.0
7
7
  numpy==1.26.4
@@ -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.3
12
+ dkist-inventory[asdf]==1.4.4
13
13
 
14
14
  [inventory]
15
15
  dkist-processing-common[inventory]
16
- dkist-inventory==1.4.3
16
+ dkist-inventory==1.4.4
17
17
 
18
18
  [quality]
19
- dkist-quality==1.1.1
19
+ dkist-quality==1.2.0
20
20
 
21
21
  [test]
22
22
  pytest
@@ -21,10 +21,10 @@ classifiers = [
21
21
  "Programming Language :: Python :: 3.11",
22
22
  ]
23
23
  dependencies = [
24
- "dkist-processing-common == 10.5.2",
24
+ "dkist-processing-common == 10.5.4",
25
25
  "dkist-header-validator == 5.1.1",
26
26
  "dkist-service-configuration == 2.2",
27
- "dkist-fits-specifications == 4.7.0",
27
+ "dkist-fits-specifications == 4.10.0",
28
28
  "numba == 0.59.1",
29
29
  "astropy == 6.1.0",
30
30
  "numpy == 1.26.4",
@@ -49,14 +49,14 @@ test = [
49
49
  ]
50
50
  inventory = [
51
51
  "dkist-processing-common[inventory]",
52
- "dkist-inventory==1.4.3",
52
+ "dkist-inventory==1.4.4",
53
53
  ]
54
54
  asdf = [
55
55
  "dkist-processing-common[asdf]",
56
- "dkist-inventory[asdf]==1.4.3",
56
+ "dkist-inventory[asdf]==1.4.4",
57
57
  ]
58
58
  quality = [
59
- "dkist-quality == 1.1.1",
59
+ "dkist-quality == 1.2.0",
60
60
  ]
61
61
 
62
62
  [tool.pytest.ini_options]