From e61cdcf972d42be657272e55d6db03981bdfd489 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 24 Oct 2024 00:18:41 +0530 Subject: [PATCH] black: update to 24.10.0. --- srcpkgs/black/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index b74b4764e1a..f88493bbc9a 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,6 +1,6 @@ # Template file for 'black' pkgname=black -version=24.8.0 +version=24.10.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme" @@ -14,7 +14,7 @@ license="MIT" homepage="https://black.readthedocs.io/en/stable/" changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md" distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz" -checksum=2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f +checksum=846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875 post_check() { PYTHONPATH=src python3 -m black --check src tests