From b28b13e21b1db2fca6c2b2cb10cbf16ee5ab83eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 6 Sep 2023 09:28:35 -0400 Subject: [PATCH] python3-build: update to 1.0.3. --- srcpkgs/python3-build/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-build/template b/srcpkgs/python3-build/template index be2d99603e3..cb7f6b2ab18 100644 --- a/srcpkgs/python3-build/template +++ b/srcpkgs/python3-build/template @@ -1,6 +1,6 @@ # Template file for 'python3-build' pkgname=python3-build -version=0.10.0 +version=1.0.3 revision=1 # This package is used by the python3-pep517 build style; using that style here # would create a build cycle @@ -14,7 +14,7 @@ license="MIT" homepage="https://pypa-build.readthedocs.io/" changelog="https://raw.githubusercontent.com/pypa/build/main/CHANGELOG.rst" distfiles="${PYPI_SITE}/b/build/build-${version}.tar.gz" -checksum=d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269 +checksum=538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b # PyPI package provides no tests make_check=no