dkist-processing-test 1.23.14rc2__py3-none-any.whl → 1.23.14rc3__py3-none-any.whl
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.
- {dkist_processing_test-1.23.14rc2.dist-info → dkist_processing_test-1.23.14rc3.dist-info}/METADATA +33 -2
- {dkist_processing_test-1.23.14rc2.dist-info → dkist_processing_test-1.23.14rc3.dist-info}/RECORD +4 -4
- {dkist_processing_test-1.23.14rc2.dist-info → dkist_processing_test-1.23.14rc3.dist-info}/WHEEL +0 -0
- {dkist_processing_test-1.23.14rc2.dist-info → dkist_processing_test-1.23.14rc3.dist-info}/top_level.txt +0 -0
{dkist_processing_test-1.23.14rc2.dist-info → dkist_processing_test-1.23.14rc3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
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.
|
|
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".
|
{dkist_processing_test-1.23.14rc2.dist-info → dkist_processing_test-1.23.14rc3.dist-info}/RECORD
RENAMED
|
@@ -28,7 +28,7 @@ dkist_processing_test/workflows/fail.py,sha256=KGhyAF7gKYYutP4aGa-1tDqPsC7Nr4xKY
|
|
|
28
28
|
dkist_processing_test/workflows/noop.py,sha256=k2-6BpRkl1JDGaHPavxDzIlVx11KQtxKmsHmHTNQ9o0,666
|
|
29
29
|
dkist_processing_test/workflows/resource_queue.py,sha256=_jOT99O0MFN_ACne6i8T5ZIwe_lBQqGz2Ccb8JlqQMI,500
|
|
30
30
|
dkist_processing_test/workflows/trial_end_to_end.py,sha256=4QSphBegbetDben5PdA5_J64hWJVV8ciVdF90qkyZCo,2415
|
|
31
|
-
dkist_processing_test-1.23.
|
|
32
|
-
dkist_processing_test-1.23.
|
|
33
|
-
dkist_processing_test-1.23.
|
|
34
|
-
dkist_processing_test-1.23.
|
|
31
|
+
dkist_processing_test-1.23.14rc3.dist-info/METADATA,sha256=-ncNJFjZVPodMsFwxhIC6zF0tMGvcJbeuXkdbv2JUsw,16373
|
|
32
|
+
dkist_processing_test-1.23.14rc3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
33
|
+
dkist_processing_test-1.23.14rc3.dist-info/top_level.txt,sha256=Hs4oTIrG_r-svhk_RGFTEO4e3vqQoYlBzdv5mvJVF24,22
|
|
34
|
+
dkist_processing_test-1.23.14rc3.dist-info/RECORD,,
|
{dkist_processing_test-1.23.14rc2.dist-info → dkist_processing_test-1.23.14rc3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|