diff --git a/dev-python/urllib3/urllib3-1.24.1.recipe b/dev-python/urllib3/urllib3-1.25.6.recipe similarity index 92% rename from dev-python/urllib3/urllib3-1.24.1.recipe rename to dev-python/urllib3/urllib3-1.25.6.recipe index 919ec0735..4cd632fe5 100644 --- a/dev-python/urllib3/urllib3-1.24.1.recipe +++ b/dev-python/urllib3/urllib3-1.25.6.recipe @@ -20,7 +20,7 @@ COPYRIGHT="2008-2018 Andrey Petrov and contributors" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/shazow/urllib3/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="28e9d2476aab8d06752ef465b692832efc5d095d3a3128efd773c056ff04e5a0" +CHECKSUM_SHA256="066fa334d4b446ea2b5edf2f8b392c65993de604e18d708b0aca9e34dd2e6836" SOURCE_FILENAME="urllib3-$portVersion.tar.gz" ARCHITECTURES="any" @@ -36,14 +36,16 @@ BUILD_REQUIRES=" haiku_devel setuptools_python setuptools_python3 + setuptools_python36 " BUILD_PREREQUIRES=" cmd:python cmd:python3 + cmd:python3.6 " -PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_PACKAGES=(python python36 python3) +PYTHON_VERSIONS=(2.7 3.6 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}