Skip to content

Commit

Permalink
Merge pull request #22 from lsst/tickets/DM-40883
Browse files Browse the repository at this point in the history
DM-40883: Add v26 release notes
  • Loading branch information
timj authored Sep 25, 2023
2 parents 4bda180 + 254f7cf commit 4c7a35b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
8 changes: 8 additions & 0 deletions doc/lsst.ctrl.bps.htcondor/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
lsst-ctrl-bps-htcondor v26.0.0 (2023-09-25)
===========================================

No significant changes.
This release includes minor code cleanups and reformatting.
It has been verified to work with Python 3.11.


lsst-ctrl-bps-htcondor v25.0.0 (2023-03-02)
===========================================

Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lsst-ctrl-bps-htcondor"
requires-python = ">=3.10.0"
description = "HTCondor plugin for lsst-ctrl-bps."
license = {text = "GPLv3+ License"}
readme = "README.rst"
Expand All @@ -16,14 +17,15 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Astronomy",
]
keywords = ["lsst"]
dependencies = [
"htcondor >= 8.8",
"lsst-ctrl-bps",
"lsst-daf-butler",
"lsst-utils"
"lsst-ctrl-bps >=26.0,<26.100",
"lsst-daf-butler >=26.0,<26.100",
"lsst-utils >=26.0,<26.100"
]
dynamic = ["version"]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
htcondor >= 8.8
git+https://github.com/lsst/ctrl_bps.git@main#egg=lsst-ctrl-bps
git+https://github.com/lsst/daf_butler@main#egg=lsst-daf-butler
git+https://github.com/lsst/utils@main#egg=lsst-utils
git+https://github.com/lsst/ctrl_bps.git@v26.0.x#egg=lsst-ctrl-bps
git+https://github.com/lsst/daf_butler@v26.0.x#egg=lsst-daf-butler
git+https://github.com/lsst/utils@v26.0.x#egg=lsst-utils

0 comments on commit 4c7a35b

Please sign in to comment.