From 3653ddcd109198a673df3a6b12dc5d2f235538d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Aug 2025 09:13:15 -0400 Subject: [PATCH] python3-build: update to 1.3.0. --- 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 3fa0404225b..6b0855be9b5 100644 --- a/srcpkgs/python3-build/template +++ b/srcpkgs/python3-build/template @@ -1,6 +1,6 @@ # Template file for 'python3-build' pkgname=python3-build -version=1.2.2.post1 +version=1.3.0 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=b36993e92ca9375a219c99e606a122ff365a760a2d4bba0caa09bd5278b608b7 +checksum=698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397 # PyPI package provides no tests make_check=no