summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChris Green <greenc@fnal.gov>2023-04-27 12:57:31 -0500
committerGitHub <noreply@github.com>2023-04-27 13:57:31 -0400
commitd01b542df75ac12c288542886128c55fbd5dc369 (patch)
treef6ee6fddb8d5533552efbba9bcff0313180c03bb /var
parentc59eb8cdea047396c54e076718e76dcf129c89ff (diff)
downloadspack-d01b542df75ac12c288542886128c55fbd5dc369.tar.gz
spack-d01b542df75ac12c288542886128c55fbd5dc369.tar.bz2
spack-d01b542df75ac12c288542886128c55fbd5dc369.tar.xz
spack-d01b542df75ac12c288542886128c55fbd5dc369.zip
[py-breathe] New version 4.35.0 (#37233)
* [py-breathe] New version 4.35.0 * Update var/spack/repos/builtin/packages/py-breathe/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-breathe/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-breathe/package.py b/var/spack/repos/builtin/packages/py-breathe/package.py
index 3f8a80c61a..39bfb12122 100644
--- a/var/spack/repos/builtin/packages/py-breathe/package.py
+++ b/var/spack/repos/builtin/packages/py-breathe/package.py
@@ -13,6 +13,7 @@ class PyBreathe(PythonPackage):
homepage = "https://github.com/michaeljones/breathe"
url = "https://github.com/michaeljones/breathe/archive/v4.11.1.tar.gz"
+ version("4.35.0", sha256="55b54723752fc04b892a0f868782b1df65e69db6ca94fb32cf04be495bfd7841")
version("4.34.0", sha256="b22e70eb4000492508d687d71f258c8f9678398e277bcee0daf34cd438a46e25")
version("4.33.1", sha256="acda75b216b227ec09ffd74378a6c7ed8f023df4539693c6e20574d1df52e75b")
version("4.21.0", sha256="7f97756a1b7f7998377b1153a976bf0d2879bb3ca1cb7bc846f455d37ca87ead")
@@ -42,6 +43,7 @@ class PyBreathe(PythonPackage):
depends_on("py-sphinx@:3", type=("build", "run"), when="@:4.20")
depends_on("py-sphinx@3:3.2", type=("build", "run"), when="@4.21:4.32")
depends_on("py-sphinx@3:4", type=("build", "run"), when="@4.33")
- depends_on("py-sphinx@4,5.0.1:5", type=("build", "run"), when="@4.34:")
+ depends_on("py-sphinx@4,5.0.1:5", type=("build", "run"), when="@4.34")
+ depends_on("py-sphinx@4,5.0.1:", type=("build", "run"), when="@4.35:")
depends_on("doxygen@1.8.4:", type="run")