Skip to content

Commit

Permalink
py-black: updated to 23.10.1
Browse files Browse the repository at this point in the history
23.10.1

Highlights

- Maintanence release to get a fix out for GitHub Action edge case

Preview style

- Fix merging implicit multiline strings that have inline comments
- Allow empty first line after block open before a comment or compound statement

Packaging

- Change Dockerfile to hatch + compile black

Integrations

- The summary output for GitHub workflows is now suppressible using the `summary`
 parameter.
- Fix the action failing when Black check doesn't pass

Documentation

- It is known Windows documentation CI is broken
 psf/black#3968
  • Loading branch information
adam committed Oct 24, 2023
1 parent 8e91c1b commit 73e215c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/py-black/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2023/10/18 08:00:58 adam Exp $
# $NetBSD: Makefile,v 1.19 2023/10/24 04:30:46 adam Exp $

DISTNAME= black-23.10.0
DISTNAME= black-23.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/black/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-black/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2023/10/18 08:00:58 adam Exp $
$NetBSD: distinfo,v 1.17 2023/10/24 04:30:46 adam Exp $

BLAKE2s (black-23.10.0.tar.gz) = c5aa202ddeb40baf1d4de56b79dc79257b813eb310a582b50ed26aedf5b0e05e
SHA512 (black-23.10.0.tar.gz) = 2d24a269e66e07473afb0eeb0e25472ed53b20a4dad3622319cafd2f90f2615b4eba39971269c75208c439bfc430ca9b4922e7cce6ec9bd28e648cd62b75aea4
Size (black-23.10.0.tar.gz) = 595880 bytes
BLAKE2s (black-23.10.1.tar.gz) = 29d6735a1b37d5ad58d8ddcc59bbb9abcac2ac723ad991fa0f361715fe54a6ce
SHA512 (black-23.10.1.tar.gz) = 493c46e01411ba6fc4ed81362dc056fb6171a9ec4d85142e5018e610b887b4ed674a09b6b0ede7cd53504904400adbf8b914b37cf0e73a0abaa2eef469a9ec02
Size (black-23.10.1.tar.gz) = 597307 bytes

0 comments on commit 73e215c

Please sign in to comment.