From ca6cb70313fa48cba463f846a56495aa74ba12b1 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 5 Aug 2024 11:55:57 +0530 Subject: [PATCH] black: update to 24.8.0. --- srcpkgs/black/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index 55749ca60ce9d1..b74b4764e1a37f 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,6 +1,6 @@ # Template file for 'black' pkgname=black -version=24.4.2 +version=24.8.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=c872b53057f000085da66a19c55d68f6f8ddcac2642392ad3a355878406fbd4d +checksum=2500945420b6784c38b9ee885af039f5e7471ef284ab03fa35ecdde4688cd83f post_check() { PYTHONPATH=src python3 -m black --check src tests