lsst-ctrl-mpexec 29.2025.4700__tar.gz → 29.2025.4800__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 (70) hide show
  1. {lsst_ctrl_mpexec-29.2025.4700/python/lsst_ctrl_mpexec.egg-info → lsst_ctrl_mpexec-29.2025.4800}/PKG-INFO +1 -1
  2. lsst_ctrl_mpexec-29.2025.4800/python/lsst/ctrl/mpexec/version.py +2 -0
  3. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800/python/lsst_ctrl_mpexec.egg-info}/PKG-INFO +1 -1
  4. lsst_ctrl_mpexec-29.2025.4700/python/lsst/ctrl/mpexec/version.py +0 -2
  5. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/COPYRIGHT +0 -0
  6. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/LICENSE +0 -0
  7. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/MANIFEST.in +0 -0
  8. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/README.rst +0 -0
  9. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/bsd_license.txt +0 -0
  10. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/doc/lsst.ctrl.mpexec/CHANGES.rst +0 -0
  11. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/doc/lsst.ctrl.mpexec/configuring-pipetask-tasks.rst +0 -0
  12. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/doc/lsst.ctrl.mpexec/index.rst +0 -0
  13. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/doc/lsst.ctrl.mpexec/pipetask.rst +0 -0
  14. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/gpl-v3.0.txt +0 -0
  15. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/pyproject.toml +0 -0
  16. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/__init__.py +0 -0
  17. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/__init__.py +0 -0
  18. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/__init__.py +0 -0
  19. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/_pipeline_graph_factory.py +0 -0
  20. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/__init__.py +0 -0
  21. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/butler_factory.py +0 -0
  22. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/cmd/__init__.py +0 -0
  23. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/cmd/commands.py +0 -0
  24. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/opt/__init__.py +0 -0
  25. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/opt/arguments.py +0 -0
  26. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/opt/optionGroups.py +0 -0
  27. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/opt/options.py +0 -0
  28. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/pipetask.py +0 -0
  29. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/__init__.py +0 -0
  30. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/build.py +0 -0
  31. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/cleanup.py +0 -0
  32. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/confirmable.py +0 -0
  33. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/pre_exec_init_qbb.py +0 -0
  34. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/purge.py +0 -0
  35. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/qgraph.py +0 -0
  36. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/report.py +0 -0
  37. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/run.py +0 -0
  38. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/run_qbb.py +0 -0
  39. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/script/update_graph_run.py +0 -0
  40. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/cli/utils.py +0 -0
  41. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/execFixupDataId.py +0 -0
  42. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/executionGraphFixup.py +0 -0
  43. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/log_capture.py +0 -0
  44. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/mpGraphExecutor.py +0 -0
  45. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/preExecInit.py +0 -0
  46. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/py.typed +0 -0
  47. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/quantumGraphExecutor.py +0 -0
  48. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/reports.py +0 -0
  49. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/separablePipelineExecutor.py +0 -0
  50. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/showInfo.py +0 -0
  51. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/simple_pipeline_executor.py +0 -0
  52. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/singleQuantumExecutor.py +0 -0
  53. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/taskFactory.py +0 -0
  54. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst/ctrl/mpexec/util.py +0 -0
  55. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst_ctrl_mpexec.egg-info/SOURCES.txt +0 -0
  56. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst_ctrl_mpexec.egg-info/dependency_links.txt +0 -0
  57. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst_ctrl_mpexec.egg-info/entry_points.txt +0 -0
  58. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst_ctrl_mpexec.egg-info/requires.txt +0 -0
  59. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst_ctrl_mpexec.egg-info/top_level.txt +0 -0
  60. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/python/lsst_ctrl_mpexec.egg-info/zip-safe +0 -0
  61. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/setup.cfg +0 -0
  62. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_build.py +0 -0
  63. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_cliCmdCleanup.py +0 -0
  64. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_cliCmdPurge.py +0 -0
  65. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_cliCmdReport.py +0 -0
  66. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_cliCmdUpdateGraphRun.py +0 -0
  67. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_cliUtils.py +0 -0
  68. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_preExecInit.py +0 -0
  69. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_qgraph.py +0 -0
  70. {lsst_ctrl_mpexec-29.2025.4700 → lsst_ctrl_mpexec-29.2025.4800}/tests/test_run.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-mpexec
3
- Version: 29.2025.4700
3
+ Version: 29.2025.4800
4
4
  Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
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
@@ -0,0 +1,2 @@
1
+ __all__ = ["__version__"]
2
+ __version__ = "29.2025.4800"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-mpexec
3
- Version: 29.2025.4700
3
+ Version: 29.2025.4800
4
4
  Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
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__ = "29.2025.4700"