lsst-ctrl-execute 29.2025.2100__tar.gz → 29.2025.4500__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_execute-29.2025.4500/.github/dependabot.yml +6 -0
  2. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/.github/workflows/build.yaml +10 -10
  3. lsst_ctrl_execute-29.2025.4500/.github/workflows/codeql-analysis.yml +74 -0
  4. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/.pre-commit-config.yaml +1 -1
  5. lsst_ctrl_execute-29.2025.4500/COPYRIGHT +4 -0
  6. lsst_ctrl_execute-29.2025.4500/LICENSE +3 -0
  7. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/PKG-INFO +10 -4
  8. lsst_ctrl_execute-29.2025.4500/bsd_license.txt +27 -0
  9. lsst_ctrl_execute-29.2025.4500/gpl-v3.0.txt +674 -0
  10. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/pyproject.toml +6 -3
  11. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/allocationConfig.py +13 -8
  12. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/allocator.py +13 -10
  13. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/allocatorParser.py +13 -10
  14. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/condorConfig.py +13 -10
  15. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/condorInfoConfig.py +13 -10
  16. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/envString.py +13 -10
  17. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/findPackageFile.py +14 -10
  18. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/namedClassFactory.py +13 -8
  19. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/pbsPlugin.py +13 -10
  20. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/qCommand.py +13 -8
  21. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/seqFile.py +13 -9
  22. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/slurmPlugin.py +13 -8
  23. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/templateWriter.py +13 -10
  24. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/.github/workflows/formatting.yaml +0 -0
  25. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/.github/workflows/rebase_checker.yaml +0 -0
  26. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/.gitignore +0 -0
  27. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/SConstruct +0 -0
  28. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/etc/configs/gordon_config.py +0 -0
  29. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/etc/configs/lsst_config.py +0 -0
  30. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/etc/scripts/generateDag.py +0 -0
  31. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/__init__.py +0 -0
  32. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/__init__.py +0 -0
  33. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/__init__.py +0 -0
  34. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/libexec/allocateNodes.py +0 -0
  35. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/libexec/dagIdInfo.py +0 -0
  36. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/libexec/qdelete.py +0 -0
  37. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/python/lsst/ctrl/execute/libexec/qstatus.py +0 -0
  38. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/setup.cfg +0 -0
  39. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/README +0 -0
  40. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/SConscript +0 -0
  41. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_allocationConfig.py +0 -0
  42. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_allocatorParser.py +0 -0
  43. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_condorConfig.py +0 -0
  44. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_condorInfoConfig.py +0 -0
  45. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_dagIdInfo.py +0 -0
  46. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_findPackageFile.py +0 -0
  47. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_seqFile.py +0 -0
  48. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_slurmPlugin.py +0 -0
  49. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/test_templateWriter.py +0 -0
  50. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/allocator-info1.py +0 -0
  51. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_allocation.py +0 -0
  52. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_allocation_slurm.py +0 -0
  53. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_asserts.py +0 -0
  54. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_condor.py +0 -0
  55. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_condorInfo.py +0 -0
  56. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_condor_getenv.py +0 -0
  57. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_condor_setups.py +0 -0
  58. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_condor_slurm.py +0 -0
  59. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_execconfig.py +0 -0
  60. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/config_pegasus.py +0 -0
  61. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/generic.pbs.template +0 -0
  62. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/generic.pbs.txt +0 -0
  63. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/generic.slurm.template +0 -0
  64. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/generic.slurm.txt +0 -0
  65. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/glidein_condor_config.template +0 -0
  66. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/glidein_condor_config.txt +0 -0
  67. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/templateWriter.template +0 -0
  68. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/templateWriter.txt +0 -0
  69. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/tests/testfiles/test.diamond.dag +0 -0
  70. {lsst_ctrl_execute-29.2025.2100 → lsst_ctrl_execute-29.2025.4500}/ups/ctrl_execute.table +0 -0
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
@@ -14,18 +14,18 @@ jobs:
14
14
  runs-on: ubuntu-latest
15
15
  strategy:
16
16
  matrix:
17
- python-version: ["3.11", "3.12"]
17
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
18
18
 
19
19
  steps:
20
- - uses: actions/checkout@v4
20
+ - uses: actions/checkout@v5
21
21
  with:
22
22
  # Need to clone everything for the git tags.
23
23
  fetch-depth: 0
24
24
 
25
25
  - name: Install uv
26
- uses: astral-sh/setup-uv@v5
26
+ uses: astral-sh/setup-uv@v7
27
27
  with:
28
- version: "0.5.x"
28
+ version: "0.9.x"
29
29
  enable-cache: true
30
30
  python-version: ${{ matrix.python-version }}
31
31
 
@@ -40,7 +40,7 @@ jobs:
40
40
  --junitxml=junit.xml -o junit_family=legacy
41
41
 
42
42
  - name: Upload coverage to codecov
43
- uses: codecov/codecov-action@v4
43
+ uses: codecov/codecov-action@v5
44
44
  with:
45
45
  files: ./coverage.xml
46
46
  token: ${{ secrets.CODECOV_TOKEN }}
@@ -57,7 +57,7 @@ jobs:
57
57
  runs-on: ubuntu-latest
58
58
  if: startsWith(github.ref, 'refs/tags/')
59
59
  steps:
60
- - uses: actions/checkout@v4
60
+ - uses: actions/checkout@v5
61
61
  with:
62
62
  fetch-depth: 0
63
63
  - name: Check if weekly changed
@@ -95,17 +95,17 @@ jobs:
95
95
  if: "${{ ! startsWith(github.ref, 'refs/tags/w.') || needs.check-changes.outputs.skip == 'false' }}"
96
96
 
97
97
  steps:
98
- - uses: actions/checkout@v4
98
+ - uses: actions/checkout@v5
99
99
  with:
100
100
  # Need to clone everything to embed the version.
101
101
  fetch-depth: 0
102
102
 
103
103
  - name: Install uv
104
- uses: astral-sh/setup-uv@v5
104
+ uses: astral-sh/setup-uv@v7
105
105
  with:
106
- version: "0.5.x"
106
+ version: "0.9.x"
107
107
  enable-cache: true
108
- python-version: "3.11"
108
+ python-version: "3.12"
109
109
 
110
110
  - name: Build and create distribution
111
111
  run: |
@@ -0,0 +1,74 @@
1
+ # For most projects, this workflow file will not need changing; you simply need
2
+ # to commit it to your repository.
3
+ #
4
+ # You may wish to alter this file to override the set of languages analyzed,
5
+ # or to provide custom queries or build logic.
6
+ #
7
+ # ******** NOTE ********
8
+ # We have attempted to detect the languages in your repository. Please check
9
+ # the `language` matrix defined below to confirm you have the correct set of
10
+ # supported CodeQL languages.
11
+ #
12
+ name: "CodeQL"
13
+
14
+ on:
15
+ push:
16
+ branches:
17
+ - main
18
+ pull_request:
19
+ # The branches below must be a subset of the branches above
20
+ branches:
21
+ - main
22
+ schedule:
23
+ - cron: '39 1 * * 3'
24
+
25
+ jobs:
26
+ analyze:
27
+ name: Analyze
28
+ runs-on: ubuntu-latest
29
+ permissions:
30
+ actions: read
31
+ contents: read
32
+ security-events: write
33
+
34
+ strategy:
35
+ fail-fast: false
36
+ matrix:
37
+ language:
38
+ - 'python'
39
+ # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
40
+ # Learn more:
41
+ # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
42
+
43
+ steps:
44
+ - name: Checkout repository
45
+ uses: actions/checkout@v5
46
+
47
+ # Initializes the CodeQL tools for scanning.
48
+ - name: Initialize CodeQL
49
+ uses: github/codeql-action/init@v4
50
+ with:
51
+ languages: ${{ matrix.language }}
52
+ # If you wish to specify custom queries, you can do so here or in a config file.
53
+ # By default, queries listed here will override any specified in a config file.
54
+ # Prefix the list here with "+" to use these queries and those in the config file.
55
+ # queries: ./path/to/local/query, your-org/your-repo/queries@main
56
+
57
+ # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
+ # If this step fails, then you should remove it and run the build manually (see below)
59
+ - name: Autobuild
60
+ uses: github/codeql-action/autobuild@v4
61
+
62
+ # ℹ️ Command-line programs to run using the OS shell.
63
+ # 📚 https://git.io/JvXDl
64
+
65
+ # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
66
+ # and modify them (or add more) to build your code if your project
67
+ # uses a compiled language
68
+
69
+ # - run: |
70
+ # make bootstrap
71
+ # make release
72
+
73
+ - name: Perform CodeQL Analysis
74
+ uses: github/codeql-action/analyze@v4
@@ -9,7 +9,7 @@ repos:
9
9
  - id: trailing-whitespace
10
10
  - repo: https://github.com/astral-sh/ruff-pre-commit
11
11
  # Ruff version.
12
- rev: v0.9.6
12
+ rev: v0.13.3
13
13
  hooks:
14
14
  - id: ruff
15
15
  args: [--fix]
@@ -0,0 +1,4 @@
1
+ Copyright 2012-2025 University of Illinois Board of Trustees
2
+ Copyright 2015, 2019, 2024-2025 Association of Universities for Research in Astronomy
3
+ Copyright 2015, 2017 University of Washington
4
+ Copyright 2025 The Board of Trustees of the Leland Stanford Junior University, through SLAC National Accelerator Laboratory
@@ -0,0 +1,3 @@
1
+ This software is dual licensed under the GNU General Public License and also
2
+ under a 3-clause BSD license. Recipients may choose which of these licenses
3
+ to use; please see the files gpl-3.0.txt and/or bsd_license.txt, respectively.
@@ -1,19 +1,25 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lsst-ctrl-execute
3
- Version: 29.2025.2100
3
+ Version: 29.2025.4500
4
4
  Summary: Utilities for executing and managing workloads.
5
5
  Project-URL: Homepage, https://github.com/lsst/ctrl_execute
6
6
  Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
7
- License: BSD 3-Clause License
7
+ License-Expression: BSD-3-Clause OR GPL-3.0-or-later
8
+ License-File: COPYRIGHT
9
+ License-File: LICENSE
10
+ License-File: bsd_license.txt
11
+ License-File: gpl-v3.0.txt
8
12
  Keywords: lsst
9
13
  Classifier: Intended Audience :: Science/Research
10
- Classifier: License :: OSI Approved :: BSD License
11
14
  Classifier: Operating System :: OS Independent
12
15
  Classifier: Programming Language :: Python :: 3
13
16
  Classifier: Programming Language :: Python :: 3.11
14
17
  Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
15
20
  Classifier: Topic :: Scientific/Engineering :: Astronomy
16
- Requires-Python: <3.13.0,>=3.11.0
21
+ Requires-Python: >=3.11.0
22
+ Requires-Dist: htcondor==24.0.*
17
23
  Requires-Dist: lsst-ctrl-bps-htcondor>=28.2024.5000; sys_platform == 'linux'
18
24
  Requires-Dist: lsst-pex-config
19
25
  Requires-Dist: lsst-resources
@@ -0,0 +1,27 @@
1
+ For copyright information see the COPYRIGHT file included in the top-level
2
+ directory of this distribution.
3
+
4
+ Redistribution and use in source and binary forms, with or without modification,
5
+ are permitted provided that the following conditions are met:
6
+
7
+ 1. Redistributions of source code must retain the above copyright notice,
8
+ this list of conditions and the following disclaimer.
9
+
10
+ 2. Redistributions in binary form must reproduce the above copyright
11
+ notice, this list of conditions and the following disclaimer in the
12
+ documentation and/or other materials provided with the distribution.
13
+
14
+ 3. Neither the names of the copyright holders nor the names of their
15
+ contributors may be used to endorse or promote products derived from
16
+ this software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
22
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.