diff --git a/dev-python/alembic/alembic_py-1.2.1.recipe b/dev-python/alembic/alembic_py-1.7.5.recipe similarity index 85% rename from dev-python/alembic/alembic_py-1.2.1.recipe rename to dev-python/alembic/alembic_py-1.7.5.recipe index 2ac4e87b8..7fde51f1c 100644 --- a/dev-python/alembic/alembic_py-1.2.1.recipe +++ b/dev-python/alembic/alembic_py-1.7.5.recipe @@ -11,10 +11,10 @@ database to a new version, and optionally a series of steps that can \ HOMEPAGE="https://pypi.org/project/alembic/" COPYRIGHT="2011-2019 Mike Bayer" LICENSE="MIT" -REVISION="1" -SOURCE_URI="https://files.pythonhosted.org/packages/6f/42/48447bf41287bc577e4f340e7c28578e322567f5622a915bdfa01c83dc76/alembic-$portVersion.tar.gz" +REVISION="2" +SOURCE_URI="https://pypi.python.org/packages/source/a/alembic/alembic-$portVersion.tar.gz" SOURCE_DIR="alembic-$portVersion" -CHECKSUM_SHA256="9f907d7e8b286a1cfb22db9084f9ce4fde7ad7956bb496dc7c952e10ac90e36a" +CHECKSUM_SHA256="7c328694a2e68f03ee971e63c3bd885846470373a5b532cf2c9f1601c413b153" ARCHITECTURES="any" @@ -29,8 +29,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python36 python3) -PYTHON_VERSIONS=(2.7 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]}