diff --git a/dev-python/iso8601/iso8601-0.1.12.recipe b/dev-python/iso8601/iso8601-1.0.2.recipe similarity index 92% rename from dev-python/iso8601/iso8601-0.1.12.recipe rename to dev-python/iso8601/iso8601-1.0.2.recipe index 713b9053b..59f3c805f 100644 --- a/dev-python/iso8601/iso8601-0.1.12.recipe +++ b/dev-python/iso8601/iso8601-1.0.2.recipe @@ -6,9 +6,9 @@ HOMEPAGE="https://pyiso8601.readthedocs.io/ https://pypi.org/project/iso8601/" COPYRIGHT="2007-2017 Michael Twomey" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://files.pythonhosted.org/packages/source/i/iso8601/iso8601-$portVersion.tar.gz" -CHECKSUM_SHA256="49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82" +CHECKSUM_SHA256="27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1" ARCHITECTURES="any" @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.7) +PYTHON_PACKAGES=(python39 python310) +PYTHON_VERSIONS=(3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}