From 6632889a713f4bd8696797a20f70263bf7a9d542 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 22 Sep 2023 09:02:28 +0000 Subject: [PATCH] sphinx, bump version, set python3.10 as defaultVersion (#9494) --- .../sphinx/{sphinx-7.0.1.recipe => sphinx-7.2.6.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/sphinx/{sphinx-7.0.1.recipe => sphinx-7.2.6.recipe} (97%) diff --git a/dev-python/sphinx/sphinx-7.0.1.recipe b/dev-python/sphinx/sphinx-7.2.6.recipe similarity index 97% rename from dev-python/sphinx/sphinx-7.0.1.recipe rename to dev-python/sphinx/sphinx-7.2.6.recipe index 796062d9d..50b16ee08 100644 --- a/dev-python/sphinx/sphinx-7.0.1.recipe +++ b/dev-python/sphinx/sphinx-7.2.6.recipe @@ -21,9 +21,9 @@ extensions." HOMEPAGE="https://www.sphinx-doc.org/" COPYRIGHT="2023 Georg Brandl" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/sphinx-doc/sphinx/archive/refs/tags/v$portVersion.tar.gz" -CHECKSUM_SHA256="07615442c34dbbf1844d4b514c659c27a8fa14819d6999b920773aed798d00c9" +CHECKSUM_SHA256="b41c04543148937b887097f396d7b2b54ae49d0597b68625f06ffdf702d4d917" ARCHITECTURES="any" @@ -40,7 +40,7 @@ BUILD_REQUIRES=" PYTHON_PACKAGES=(python39 python310) PYTHON_VERSIONS=(3.9 3.10) -defaultVersion=3.9 +defaultVersion=3.10 defaultTestVersion="python39" for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}