From 3388a910eae7f698cb6c4e5bdb6954f4c726641b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 25 Apr 2026 15:01:03 -0400 Subject: [PATCH] python3-build: update to 1.4.4. --- 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 3bbeea61f8e..8f5007dd4b4 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.4.2 +version=1.4.4 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=35b14e1ee329c186d3f08466003521ed7685ec15ecffc07e68d706090bf161d1 +checksum=f832ae053061f3fb524af812dc94b8b84bac6880cd587630e3b5d91a6a9c1703 # PyPI package provides no tests make_check=no