lsst-ctrl-bps-parsl 30.0.0rc3__tar.gz → 30.2025.5000__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.
Files changed (36) hide show
  1. {lsst_ctrl_bps_parsl-30.0.0rc3/python/lsst_ctrl_bps_parsl.egg-info → lsst_ctrl_bps_parsl-30.2025.5000}/PKG-INFO +1 -1
  2. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/pyproject.toml +1 -1
  3. lsst_ctrl_bps_parsl-30.2025.5000/python/lsst/ctrl/bps/parsl/version.py +2 -0
  4. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000/python/lsst_ctrl_bps_parsl.egg-info}/PKG-INFO +1 -1
  5. lsst_ctrl_bps_parsl-30.0.0rc3/python/lsst/ctrl/bps/parsl/version.py +0 -2
  6. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/COPYRIGHT +0 -0
  7. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/LICENSE +0 -0
  8. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/README.md +0 -0
  9. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/bsd_license.txt +0 -0
  10. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/gpl-v3.0.txt +0 -0
  11. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/__init__.py +0 -0
  12. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/configuration.py +0 -0
  13. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/environment.py +0 -0
  14. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/job.py +0 -0
  15. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/service.py +0 -0
  16. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/site.py +0 -0
  17. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/__init__.py +0 -0
  18. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/ccin2p3.py +0 -0
  19. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/local.py +0 -0
  20. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/nersc.py +0 -0
  21. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/princeton.py +0 -0
  22. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/slac.py +0 -0
  23. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/slurm.py +0 -0
  24. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/torque.py +0 -0
  25. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/sites/work_queue.py +0 -0
  26. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst/ctrl/bps/parsl/workflow.py +0 -0
  27. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst_ctrl_bps_parsl.egg-info/SOURCES.txt +0 -0
  28. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst_ctrl_bps_parsl.egg-info/dependency_links.txt +0 -0
  29. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst_ctrl_bps_parsl.egg-info/requires.txt +0 -0
  30. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst_ctrl_bps_parsl.egg-info/top_level.txt +0 -0
  31. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/python/lsst_ctrl_bps_parsl.egg-info/zip-safe +0 -0
  32. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/setup.cfg +0 -0
  33. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/tests/test_config.py +0 -0
  34. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/tests/test_import.py +0 -0
  35. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/tests/test_job.py +0 -0
  36. {lsst_ctrl_bps_parsl-30.0.0rc3 → lsst_ctrl_bps_parsl-30.2025.5000}/tests/test_sites.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps-parsl
3
- Version: 30.0.0rc3
3
+ Version: 30.2025.5000
4
4
  Summary: Parsl-based plugin for lsst-ctrl-bps.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License-Expression: BSD-3-Clause OR GPL-3.0-or-later
@@ -55,7 +55,7 @@ version = { attr = "lsst_versions.get_lsst_version" }
55
55
  package_dir = "python"
56
56
  filename = "doc/lsst.ctrl.bps.parsl/CHANGES.rst"
57
57
  directory = "doc/changes"
58
- title_format = "lsst-ctrl-bps-parsl {version} ({project_date})"
58
+ title_format = "lsst-ctrl-bps-parsl {version} {project_date}"
59
59
  issue_format = "`{issue} <https://rubinobs.atlassian.net/browse/{issue}>`_"
60
60
 
61
61
  [[tool.towncrier.type]]
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "30.2025.5000"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps-parsl
3
- Version: 30.0.0rc3
3
+ Version: 30.2025.5000
4
4
  Summary: Parsl-based plugin for lsst-ctrl-bps.
5
5
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
6
6
  License-Expression: BSD-3-Clause OR GPL-3.0-or-later
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "30.0.0rc3"