From 6288907bfa0a6986b65e6b5049f9e962330a0bac Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 13 Sep 2022 11:04:28 +0200 Subject: [PATCH] httplib2, bump version, drop python2.7, add python3.10, fixes CVE--2021-21240 (#7193) --- .../{httplib2-0.18.1.recipe => httplib2-0.20.4.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename dev-python/httplib2/{httplib2-0.18.1.recipe => httplib2-0.20.4.recipe} (82%) diff --git a/dev-python/httplib2/httplib2-0.18.1.recipe b/dev-python/httplib2/httplib2-0.20.4.recipe similarity index 82% rename from dev-python/httplib2/httplib2-0.18.1.recipe rename to dev-python/httplib2/httplib2-0.20.4.recipe index a1cb41ae7..4291053f1 100644 --- a/dev-python/httplib2/httplib2-0.18.1.recipe +++ b/dev-python/httplib2/httplib2-0.20.4.recipe @@ -2,11 +2,12 @@ SUMMARY="A comprehensive HTTP library for the Python platform" DESCRIPTION="httplib2 supports many features left out of other HTTP \ libraries." HOMEPAGE="https://github.com/httplib2/httplib2/" -COPYRIGHT="2006-2019 Joe Gregorio" +COPYRIGHT="2006-2022 Joe Gregorio" LICENSE="MIT" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="f2f35e29e99e8d9bb5921c17ede6ee10bd5bd971f2cd0b3aaaa20088754f89ba" +CHECKSUM_SHA256="a6d079ae974ae408ac57d61aa2eee1d3be2cb250ae31d60507f1ecd2c6ca3002" +SOURCE_FILENAME="httplib2-v$portVersion.tar.gz" ARCHITECTURES="any" @@ -21,8 +22,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3 python38 python39) -PYTHON_VERSIONS=(2.7 3.7 3.8 3.9) +PYTHON_PACKAGES=(python3 python38 python39 python310) +PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}