From f69809f63e8e61c76fe9534fc6c59dd5b3864250 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 7 Sep 2024 09:16:55 -0400 Subject: [PATCH] python3-build: update to 1.2.2. --- 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 358f69e5623..aa1280bceac 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.1 +version=1.2.2 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=526263f4870c26f26c433545579475377b2b7588b6f1eac76a001e873ae3e19d +checksum=119b2fb462adef986483438377a13b2f42064a2a3a4161f24a0cca698a07ac8c # PyPI package provides no tests make_check=no