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]}