pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-black



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 24 04:30:46 UTC 2023

Modified Files:
        pkgsrc/textproc/py-black: Makefile distinfo

Log Message:
py-black: updated to 23.10.1

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
 https://github.com/psf/black/issues/3968


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-black/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-black/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-black/Makefile
diff -u pkgsrc/textproc/py-black/Makefile:1.18 pkgsrc/textproc/py-black/Makefile:1.19
--- pkgsrc/textproc/py-black/Makefile:1.18      Wed Oct 18 08:00:58 2023
+++ pkgsrc/textproc/py-black/Makefile   Tue Oct 24 04:30:46 2023
@@ -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/}

Index: pkgsrc/textproc/py-black/distinfo
diff -u pkgsrc/textproc/py-black/distinfo:1.16 pkgsrc/textproc/py-black/distinfo:1.17
--- pkgsrc/textproc/py-black/distinfo:1.16      Wed Oct 18 08:00:58 2023
+++ pkgsrc/textproc/py-black/distinfo   Tue Oct 24 04:30:46 2023
@@ -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



Home | Main Index | Thread Index | Old Index