From b25dc64d43e3b780bc9e0a4f2179976c847737ea Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Mon, 13 Dec 2021 21:25:42 -0800 Subject: [PATCH] black: update to 21.12b0. --- srcpkgs/black/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index b17749777fb0..2d1a1b146622 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,7 +1,7 @@ # Template file for 'black' pkgname=black -version=21.9b0 -revision=2 +version=21.12b0 +revision=1 build_style=python3-module # Disable tests that require `black` in the search path for commands. make_check_args="--deselect tests/test_primer.py::PrimerLibTests::test_gen_check_output @@ -20,7 +20,7 @@ license="MIT" homepage="https://github.com/psf/black" changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md" distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz" -checksum=7de4cfc7eb6b710de325712d40125689101d21d25283eed7e9998722cf10eb91 +checksum=77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3 pre_build() { # .