diff --git a/dev-python/coverage/coverage-4.5.2.recipe b/dev-python/coverage/coverage-4.5.4.recipe similarity index 95% rename from dev-python/coverage/coverage-4.5.2.recipe rename to dev-python/coverage/coverage-4.5.4.recipe index b25227258..1b875ba62 100644 --- a/dev-python/coverage/coverage-4.5.2.recipe +++ b/dev-python/coverage/coverage-4.5.4.recipe @@ -4,11 +4,11 @@ HOMEPAGE="https://github.com/nedbat/coveragepy https://coverage.readthedocs.io/ https://pypi.org/project/coverage/" COPYRIGHT="2001 Gareth Rees - 2004-2018 Ned Batchelder" + 2004-2019 Ned Batchelder" LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://github.com/nedbat/coveragepy/archive/coverage-$portVersion.tar.gz" -CHECKSUM_SHA256="254dc2460f1141fb7101943b2429dead2d93a78f03022d7d607b218e79b7cedd" +CHECKSUM_SHA256="2234feba7b3cbfe71ed54c6b752b50fd365f4c6c49301b1fb1ad490aaaf4faad" SOURCE_DIR="coveragepy-coverage-$portVersion" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -46,7 +46,7 @@ fi # gcc2 does not support the flags passed by python3 if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then PYTHON_PACKAGES+=(python3) - PYTHON_VERSIONS+=(3.6) + PYTHON_VERSIONS+=(3.7) PYTHON_LIBSUFFIXES+=(m) BUILD_REQUIRES+=" setuptools_python3