lsst-ctrl-bps-parsl 29.0.0rc1__tar.gz → 29.2025.1300__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 (35) hide show
  1. {lsst_ctrl_bps_parsl-29.0.0rc1/python/lsst_ctrl_bps_parsl.egg-info → lsst_ctrl_bps_parsl-29.2025.1300}/PKG-INFO +3 -2
  2. lsst_ctrl_bps_parsl-29.2025.1300/python/lsst/ctrl/bps/parsl/version.py +2 -0
  3. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300/python/lsst_ctrl_bps_parsl.egg-info}/PKG-INFO +3 -2
  4. lsst_ctrl_bps_parsl-29.0.0rc1/python/lsst/ctrl/bps/parsl/version.py +0 -2
  5. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/COPYRIGHT +0 -0
  6. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/LICENSE +0 -0
  7. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/README.md +0 -0
  8. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/bsd_license.txt +0 -0
  9. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/gpl-v3.0.txt +0 -0
  10. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/pyproject.toml +0 -0
  11. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/__init__.py +0 -0
  12. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/configuration.py +0 -0
  13. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/environment.py +0 -0
  14. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/job.py +0 -0
  15. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/service.py +0 -0
  16. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/site.py +0 -0
  17. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/__init__.py +0 -0
  18. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/ccin2p3.py +0 -0
  19. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/local.py +0 -0
  20. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/nersc.py +0 -0
  21. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/princeton.py +0 -0
  22. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/slac.py +0 -0
  23. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/slurm.py +0 -0
  24. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/torque.py +0 -0
  25. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/sites/work_queue.py +0 -0
  26. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst/ctrl/bps/parsl/workflow.py +0 -0
  27. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst_ctrl_bps_parsl.egg-info/SOURCES.txt +0 -0
  28. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst_ctrl_bps_parsl.egg-info/dependency_links.txt +0 -0
  29. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst_ctrl_bps_parsl.egg-info/requires.txt +0 -0
  30. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst_ctrl_bps_parsl.egg-info/top_level.txt +0 -0
  31. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/python/lsst_ctrl_bps_parsl.egg-info/zip-safe +0 -0
  32. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/setup.cfg +0 -0
  33. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/tests/test_config.py +0 -0
  34. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/tests/test_import.py +0 -0
  35. {lsst_ctrl_bps_parsl-29.0.0rc1 → lsst_ctrl_bps_parsl-29.2025.1300}/tests/test_job.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps-parsl
3
- Version: 29.0.0rc1
3
+ Version: 29.2025.1300
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: BSD 3-Clause License
@@ -24,6 +24,7 @@ Requires-Dist: parsl>=2024.03.04
24
24
  Provides-Extra: test
25
25
  Requires-Dist: pytest>=3.2; extra == "test"
26
26
  Requires-Dist: pytest-openfiles>=0.5.0; extra == "test"
27
+ Dynamic: license-file
27
28
 
28
29
  # ctrl_bps_parsl
29
30
 
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "29.2025.1300"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps-parsl
3
- Version: 29.0.0rc1
3
+ Version: 29.2025.1300
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: BSD 3-Clause License
@@ -24,6 +24,7 @@ Requires-Dist: parsl>=2024.03.04
24
24
  Provides-Extra: test
25
25
  Requires-Dist: pytest>=3.2; extra == "test"
26
26
  Requires-Dist: pytest-openfiles>=0.5.0; extra == "test"
27
+ Dynamic: license-file
27
28
 
28
29
  # ctrl_bps_parsl
29
30
 
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "29.0.0rc1"