forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maintenance/doc packages version updates (#495)
* py-autodocsumm: version/dependency updates * py-sphinx-tabs: version/dependency updates * py-sphinx-toolbox: version/dependency updates
- Loading branch information
1 parent
530d260
commit a60fdcc
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
||
|
@@ -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")) |