From 4ae7c875bddc7d638d9d43615a62bf11656cde42 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 18 Nov 2023 02:46:22 +0530 Subject: [PATCH] black: update to 23.11.0. --- srcpkgs/black/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index 38d432dd58013..2357e14b01f15 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,6 +1,6 @@ # Template file for 'black' pkgname=black -version=23.10.1 +version=23.11.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" @@ -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=1f8ce316753428ff68749c65a5f7844631aa18c8679dfd3ca9dc1a289979c258 +checksum=4c68855825ff432d197229846f971bc4d6666ce90492e5b02013bcaca4d9ab05 make_check=no # TODO: https://github.com/psf/black/pull/3984 post_check() {