dkist-processing-test 1.23.14rc2__tar.gz → 1.23.14rc3__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.14rc2/dkist_processing_test.egg-info → dkist_processing_test-1.23.14rc3}/PKG-INFO +33 -2
  2. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/README.rst +31 -0
  3. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3/dkist_processing_test.egg-info}/PKG-INFO +33 -2
  4. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/requires.txt +1 -1
  5. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/pyproject.toml +3 -3
  6. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/.gitignore +0 -0
  7. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/.snyk +0 -0
  9. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/parameter_models.py +0 -0
  29. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/test_parameters.py +0 -0
  30. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/test_tasks.py +0 -0
  31. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/tests/test_workflows.py +0 -0
  32. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/__init__.py +0 -0
  33. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/common_tasks.py +0 -0
  34. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/end_to_end.py +0 -0
  35. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  36. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/fail.py +0 -0
  37. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/noop.py +0 -0
  38. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/resource_queue.py +0 -0
  39. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  40. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  41. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.23.14rc2 → dkist_processing_test-1.23.14rc3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-test
3
- Version: 1.23.14rc2
3
+ Version: 1.23.14rc3
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
@@ -123,7 +123,7 @@ Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-common==10.5.11; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-core==4.3.0; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
126
- Requires-Dist: dkist-processing-test==1.23.14rc2; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.23.14rc3; extra == "frozen"
127
127
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
128
128
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
129
129
  Requires-Dist: dkist_fits_specifications==4.10.0; extra == "frozen"
@@ -303,3 +303,34 @@ Development
303
303
  pre-commit install
304
304
  pip install -e .[test]
305
305
  pytest -v --cov dkist_processing_test
306
+
307
+ Deployment
308
+ ----------
309
+
310
+ When a new release is ready to be built the following steps need to be taken:
311
+
312
+ 1. Freezing Dependencies
313
+ #########################
314
+
315
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
316
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
317
+
318
+ To freeze dependencies run
319
+
320
+ .. code-block:: bash
321
+
322
+ ddt freeze vX.Y.Z[rcK]
323
+
324
+ Where "vX.Y.Z[rcK]" is the version about to be released.
325
+
326
+ 2. Tag and Push
327
+ ###############
328
+
329
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
330
+
331
+ .. code-block:: bash
332
+
333
+ git tag vX.Y.Z[rcK]
334
+ git push --tags origin BRANCH
335
+
336
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
@@ -37,3 +37,34 @@ Development
37
37
  pre-commit install
38
38
  pip install -e .[test]
39
39
  pytest -v --cov dkist_processing_test
40
+
41
+ Deployment
42
+ ----------
43
+
44
+ When a new release is ready to be built the following steps need to be taken:
45
+
46
+ 1. Freezing Dependencies
47
+ #########################
48
+
49
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
50
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
51
+
52
+ To freeze dependencies run
53
+
54
+ .. code-block:: bash
55
+
56
+ ddt freeze vX.Y.Z[rcK]
57
+
58
+ Where "vX.Y.Z[rcK]" is the version about to be released.
59
+
60
+ 2. Tag and Push
61
+ ###############
62
+
63
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
64
+
65
+ .. code-block:: bash
66
+
67
+ git tag vX.Y.Z[rcK]
68
+ git push --tags origin BRANCH
69
+
70
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dkist-processing-test
3
- Version: 1.23.14rc2
3
+ Version: 1.23.14rc3
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
@@ -123,7 +123,7 @@ Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-common==10.5.11; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-core==4.3.0; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
126
- Requires-Dist: dkist-processing-test==1.23.14rc2; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.23.14rc3; extra == "frozen"
127
127
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
128
128
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
129
129
  Requires-Dist: dkist_fits_specifications==4.10.0; extra == "frozen"
@@ -303,3 +303,34 @@ Development
303
303
  pre-commit install
304
304
  pip install -e .[test]
305
305
  pytest -v --cov dkist_processing_test
306
+
307
+ Deployment
308
+ ----------
309
+
310
+ When a new release is ready to be built the following steps need to be taken:
311
+
312
+ 1. Freezing Dependencies
313
+ #########################
314
+
315
+ A new "frozen" extra is generated by the `dkist-dev-tools <https://bitbucket.org/dkistdc/dkist-dev-tools/src/main/>`_
316
+ package. If you don't have `dkist-dev-tools` installed please follow the directions from that repo.
317
+
318
+ To freeze dependencies run
319
+
320
+ .. code-block:: bash
321
+
322
+ ddt freeze vX.Y.Z[rcK]
323
+
324
+ Where "vX.Y.Z[rcK]" is the version about to be released.
325
+
326
+ 2. Tag and Push
327
+ ###############
328
+
329
+ Once all commits are in place add a git tag that will define the released version, then push the tags up to Bitbucket:
330
+
331
+ .. code-block:: bash
332
+
333
+ git tag vX.Y.Z[rcK]
334
+ git push --tags origin BRANCH
335
+
336
+ In the case of an rc, BRANCH will likely be your development branch. For full releases BRANCH should be "main".
@@ -97,7 +97,7 @@ dkist-header-validator==5.1.1
97
97
  dkist-processing-common==10.5.11
98
98
  dkist-processing-core==4.3.0
99
99
  dkist-processing-pac==3.1.1
100
- dkist-processing-test==1.23.14rc2
100
+ dkist-processing-test==1.23.14rc3
101
101
  dkist-service-configuration==2.2
102
102
  dkist-spectral-lines==3.0.0
103
103
  dkist_fits_specifications==4.10.0
@@ -9,8 +9,8 @@ find = {}
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.23.14rc2"
13
- date = 2025-02-07T14:12:13.802553
12
+ version = "1.23.14rc3"
13
+ date = 2025-02-07T15:02:42.074140
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -149,7 +149,7 @@ frozen = [
149
149
  "dkist-processing-common == 10.5.11",
150
150
  "dkist-processing-core == 4.3.0",
151
151
  "dkist-processing-pac == 3.1.1",
152
- "dkist-processing-test == 1.23.14rc2",
152
+ "dkist-processing-test == 1.23.14rc3",
153
153
  "dkist-service-configuration == 2.2",
154
154
  "dkist-spectral-lines == 3.0.0",
155
155
  "dkist_fits_specifications == 4.10.0",