diff --git a/dev-python/requests/requests-2.20.1.recipe b/dev-python/requests/requests-2.22.0.recipe similarity index 90% rename from dev-python/requests/requests-2.20.1.recipe rename to dev-python/requests/requests-2.22.0.recipe index bb9d4e115..b508fe752 100644 --- a/dev-python/requests/requests-2.20.1.recipe +++ b/dev-python/requests/requests-2.22.0.recipe @@ -2,11 +2,11 @@ SUMMARY="A HTTP library for Python" DESCRIPTION="Requests is a HTTP library, written in Python, made for humans." HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests" -COPYRIGHT="2018 Kenneth Reitz" +COPYRIGHT="2019 Kenneth Reitz" LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://github.com/kennethreitz/requests/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="0fcdfa626f76d47dff475f3fabea53dc9a959768164054d3547ed9fbf81e5e29" +CHECKSUM_SHA256="dcacea1b6a7bfd2cbb6c6a05743606b428f2739f37825e41fbf79af3cc2fd240" SOURCE_FILENAME="requests-$portVersion.tar.gz" ARCHITECTURES="any" @@ -21,8 +21,8 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel " -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]}