diff --git a/dev-python/waitress/waitress-1.3.1.recipe b/dev-python/waitress/waitress-1.4.4.recipe similarity index 90% rename from dev-python/waitress/waitress-1.3.1.recipe rename to dev-python/waitress/waitress-1.4.4.recipe index 959ead6db..386b1df46 100644 --- a/dev-python/waitress/waitress-1.3.1.recipe +++ b/dev-python/waitress/waitress-1.4.4.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2011-2017 Pylons Project" LICENSE="ZPL v2.1" REVISION="1" SOURCE_URI="https://pypi.python.org/packages/source/w/waitress/waitress-$portVersion.tar.gz" -CHECKSUM_SHA256="278e09d6849acc1365404bbf7d790d0423b159802e850c726e8cd0a126a2dac7" +CHECKSUM_SHA256="1bb436508a7487ac6cb097ae7a7fe5413aefca610550baf58f0940e51ecfb261" ARCHITECTURES="any" PROVIDES=" @@ -24,8 +24,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python36 python3) -PYTHON_VERSIONS=(3.6 3.7) +PYTHON_PACKAGES=(python3 python38 python39) +PYTHON_VERSIONS=(3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}