py-sphinx: add v7.0.1 (#37665)

This commit is contained in:
Adam J. Stewart 2023-05-15 11:23:22 -05:00 committed by GitHub
parent fa98023375
commit 0b6c724743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PySphinx(PythonPackage):
maintainers("adamjstewart")
version("7.0.1", sha256="61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d")
version("7.0.0", sha256="283c44aa28922bb4223777b44ac0d59af50a279ac7690dfe945bb2b9575dc41b")
version("6.2.1", sha256="6d56a34697bb749ffa0152feafc4b19836c755d90a7c59b72bc7dfd371b9cc6b")
@ -88,7 +89,8 @@ class PySphinx(PythonPackage):
depends_on("py-pygments@2.13:", when="@6.0.1:", type=("build", "run"))
depends_on("py-pygments@2.12:", when="@5.2:", type=("build", "run"))
depends_on("py-pygments@2:", type=("build", "run"))
depends_on("py-docutils@0.18.1:0.19", when="@6.2:", type=("build", "run"))
depends_on("py-docutils@0.18.1:0.20", when="@7.0.1:", type=("build", "run"))
depends_on("py-docutils@0.18.1:0.19", when="@6.2:7.0.0", type=("build", "run"))
depends_on("py-docutils@0.18:0.19", when="@6.0:6.1", type=("build", "run"))
depends_on("py-docutils@0.14:0.19", when="@5.1:5", type=("build", "run"))
depends_on("py-docutils@0.14:0.18", when="@5.0", type=("build", "run"))