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 May 19 13:13:12 UTC 2026

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

Log Message:
py-black: updated to 26.5.1

26.5.1

Stable style

- Fix unstable formatting of annotated assignments whose subscript annotation contains
  an inline comment (e.g. `x: list[  # pyright: ignore[...]`)
- Preserve inline comments (including `# type: ignore`) immediately before a
  `# fmt: skip` line, avoiding AST equivalence failures

Packaging

- Correct the version in the published executables

Documentation

- Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/py-black/Makefile
cvs rdiff -u -r1.37 -r1.38 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.42 pkgsrc/textproc/py-black/Makefile:1.43
--- pkgsrc/textproc/py-black/Makefile:1.42      Sun May 17 15:52:32 2026
+++ pkgsrc/textproc/py-black/Makefile   Tue May 19 13:13:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2026/05/17 15:52:32 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2026/05/19 13:13:12 adam Exp $
 
-DISTNAME=      black-26.5.0
+DISTNAME=      black-26.5.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.37 pkgsrc/textproc/py-black/distinfo:1.38
--- pkgsrc/textproc/py-black/distinfo:1.37      Sun May 17 15:52:32 2026
+++ pkgsrc/textproc/py-black/distinfo   Tue May 19 13:13:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2026/05/17 15:52:32 wiz Exp $
+$NetBSD: distinfo,v 1.38 2026/05/19 13:13:12 adam Exp $
 
-BLAKE2s (black-26.5.0.tar.gz) = ec81ba1c3d44d7647c15190417e8a79dbd46c284d251f009f729e3845431b87e
-SHA512 (black-26.5.0.tar.gz) = 8477c4cb87c25056772b636b4e5aba38821812ef5a746438a3dbd1de72e37af5e03372389db20aa45678ed560bc8f61ae7c0e3f28c86d14b6ad0ef3956cccaa0
-Size (black-26.5.0.tar.gz) = 677762 bytes
+BLAKE2s (black-26.5.1.tar.gz) = aec3cc8d7f395b282cca533714c053aed349886554fc51793660424751d9876e
+SHA512 (black-26.5.1.tar.gz) = 8e17234aeffb5f7a66f1d9d9e2672796ec8ef0c660a3a8c0668061632591aee626a5f8a1a5210900c154ef2ae63919a690512e2d8fe789ac6bcf5d6eaaa055f0
+Size (black-26.5.1.tar.gz) = 679439 bytes



Home | Main Index | Thread Index | Old Index