From 0eb5a9c74f9e0c41b25d291aecc67c58f7a37fe7 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 26 Jan 2021 18:51:10 +0100 Subject: [PATCH] requests: enable 3.8, 3.9, remove 3.6 --- dev-python/requests/requests-2.22.0.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/requests/requests-2.22.0.recipe b/dev-python/requests/requests-2.22.0.recipe index 73aafad7a..195500412 100644 --- a/dev-python/requests/requests-2.22.0.recipe +++ b/dev-python/requests/requests-2.22.0.recipe @@ -4,7 +4,7 @@ HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests" COPYRIGHT="2019 Kenneth Reitz" LICENSE="Apache v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/kennethreitz/requests/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="dcacea1b6a7bfd2cbb6c6a05743606b428f2739f37825e41fbf79af3cc2fd240" SOURCE_FILENAME="requests-$portVersion.tar.gz" @@ -21,8 +21,8 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python36 python3) -PYTHON_VERSIONS=(2.7 3.6 3.7) +PYTHON_PACKAGES=(python python3 python38 python39) +PYTHON_VERSIONS=(2.7 3.7 3.8. 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}