Skip to content

Commit

Permalink
maintenance/doc packages version updates (#495)
Browse files Browse the repository at this point in the history
* py-autodocsumm: version/dependency updates

* py-sphinx-tabs: version/dependency updates

* py-sphinx-toolbox: version/dependency updates
  • Loading branch information
greenc-FNAL authored Jan 14, 2025
1 parent 530d260 commit a60fdcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion var/spack/repos/builtin/packages/py-autodocsumm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ class PyAutodocsumm(PythonPackage):

license("Apache-2.0")

version("0.2.14", sha256="2839a9d4facc3c4eccd306c08695540911042b46eeafcdc3203e6d0bab40bc77")
version("0.2.11", sha256="183212bd9e9f3b58a96bb21b7958ee4e06224107aa45b2fd894b61b83581b9a9")

depends_on("[email protected]:", type="build")
depends_on("py-versioneer+toml", type="build")
depends_on("[email protected]:7", type=("build", "run"))
depends_on("[email protected]:7", when="@0.2.11", type=("build", "run"))
depends_on("py-sphinx@4:8", when="@0.2.14:", type=("build", "run"))
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/py-sphinx-tabs/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ class PySphinxTabs(PythonPackage):
depends_on("py-pygments", type=("build", "run"))
depends_on("[email protected]", when="@3.2.0", type=("build", "run"))
depends_on("[email protected]", when="@3.3.1", type=("build", "run"))
depends_on("[email protected]", when="@3.4.1:", type=("build", "run"))
depends_on("[email protected]", when="@3.4.1:3.4.4", type=("build", "run"))
depends_on("py-docutils", when="@3.4.5:", type=("build", "run"))
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class PySphinxToolbox(PythonPackage):

license("MIT")

version("3.8.1", sha256="a4b39a6ea24fc8f10e24f052199bda17837a0bf4c54163a56f521552395f5e1a")
version("3.5.0", sha256="e5b5a7153f1997572d71a06aaf6cec225483492ec2c60097a84f15aad6df18b7")
version("3.4.0", sha256="e1cf2a3dea5ce80e175a6a9cee8b5b2792240ecf6c28993d87a63b6fcf606293")

Expand Down Expand Up @@ -50,8 +51,8 @@ class PySphinxToolbox(PythonPackage):
depends_on("[email protected]:", type=("build", "run"))

with when("@:3.4.0"):
depends_on("[email protected]:", when="^python@:3.7", type=("build", "run"))
depends_on("[email protected]:", type="test")
depends_on("[email protected]:2.13.0", type="test")

depends_on("[email protected]:", when="^python@:3.7", type=("build", "run"))
depends_on("[email protected]:3.10.0.0,3.10.0.2:", type=("build", "run"))

0 comments on commit a60fdcc

Please sign in to comment.