python3-build: update to 1.0.3.

This commit is contained in:
Andrew J. Hesford 2023-09-06 09:28:35 -04:00
parent 2ec5a97108
commit b28b13e21b

View file

@ -1,6 +1,6 @@
# Template file for 'python3-build' # Template file for 'python3-build'
pkgname=python3-build pkgname=python3-build
version=0.10.0 version=1.0.3
revision=1 revision=1
# This package is used by the python3-pep517 build style; using that style here # This package is used by the python3-pep517 build style; using that style here
# would create a build cycle # would create a build cycle
@ -14,7 +14,7 @@ license="MIT"
homepage="https://pypa-build.readthedocs.io/" homepage="https://pypa-build.readthedocs.io/"
changelog="https://raw.githubusercontent.com/pypa/build/main/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/pypa/build/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/b/build/build-${version}.tar.gz" distfiles="${PYPI_SITE}/b/build/build-${version}.tar.gz"
checksum=d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269 checksum=538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b
# PyPI package provides no tests # PyPI package provides no tests
make_check=no make_check=no