lsst-ctrl-bps-htcondor 29.2025.3900__tar.gz → 29.2025.4100__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 (40) hide show
  1. {lsst_ctrl_bps_htcondor-29.2025.3900/python/lsst_ctrl_bps_htcondor.egg-info → lsst_ctrl_bps_htcondor-29.2025.4100}/PKG-INFO +1 -1
  2. lsst_ctrl_bps_htcondor-29.2025.4100/python/lsst/ctrl/bps/htcondor/version.py +2 -0
  3. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100/python/lsst_ctrl_bps_htcondor.egg-info}/PKG-INFO +1 -1
  4. lsst_ctrl_bps_htcondor-29.2025.3900/python/lsst/ctrl/bps/htcondor/version.py +0 -2
  5. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/COPYRIGHT +0 -0
  6. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/LICENSE +0 -0
  7. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/MANIFEST.in +0 -0
  8. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/README.rst +0 -0
  9. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/bsd_license.txt +0 -0
  10. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/doc/lsst.ctrl.bps.htcondor/CHANGES.rst +0 -0
  11. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/doc/lsst.ctrl.bps.htcondor/index.rst +0 -0
  12. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/doc/lsst.ctrl.bps.htcondor/userguide.rst +0 -0
  13. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/gpl-v3.0.txt +0 -0
  14. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/pyproject.toml +0 -0
  15. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/__init__.py +0 -0
  16. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/common_utils.py +0 -0
  17. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/etc/__init__.py +0 -0
  18. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/etc/htcondor_defaults.yaml +0 -0
  19. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/final_post.sh +0 -0
  20. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/handlers.py +0 -0
  21. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/htcondor_config.py +0 -0
  22. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/htcondor_service.py +0 -0
  23. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/htcondor_workflow.py +0 -0
  24. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/lssthtc.py +0 -0
  25. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/prepare_utils.py +0 -0
  26. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/provisioner.py +0 -0
  27. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst/ctrl/bps/htcondor/report_utils.py +0 -0
  28. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst_ctrl_bps_htcondor.egg-info/SOURCES.txt +0 -0
  29. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst_ctrl_bps_htcondor.egg-info/dependency_links.txt +0 -0
  30. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst_ctrl_bps_htcondor.egg-info/requires.txt +0 -0
  31. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst_ctrl_bps_htcondor.egg-info/top_level.txt +0 -0
  32. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/python/lsst_ctrl_bps_htcondor.egg-info/zip-safe +0 -0
  33. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/setup.cfg +0 -0
  34. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/tests/test_common_utils.py +0 -0
  35. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/tests/test_handlers.py +0 -0
  36. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/tests/test_htcondor_service.py +0 -0
  37. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/tests/test_lssthtc.py +0 -0
  38. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/tests/test_prepare_utils.py +0 -0
  39. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/tests/test_provisioner.py +0 -0
  40. {lsst_ctrl_bps_htcondor-29.2025.3900 → lsst_ctrl_bps_htcondor-29.2025.4100}/tests/test_report_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps-htcondor
3
- Version: 29.2025.3900
3
+ Version: 29.2025.4100
4
4
  Summary: HTCondor 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
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "29.2025.4100"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-bps-htcondor
3
- Version: 29.2025.3900
3
+ Version: 29.2025.4100
4
4
  Summary: HTCondor 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
@@ -1,2 +0,0 @@
1
- __all__ = ["__version__"]
2
- __version__ = "29.2025.3900"