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: Sun Aug 4 07:12:14 UTC 2024
Modified Files:
pkgsrc/textproc/py-black: Makefile distinfo
Log Message:
py-black: updated to 24.8.0
24.8.0
Stable style
- Fix crash when `# fmt: off` is used before a closing parenthesis or bracket.
Packaging
- Packaging metadata updated: docs are explictly linked, the issue tracker is now also
linked. This improves the PyPI listing for Black.
Parser
- Fix regression where Black failed to parse a multiline f-string containing another
multiline string
- Fix regression where Black failed to parse an escaped single quote inside an f-string
- Fix bug with Black incorrectly parsing empty lines with a backslash
- Fix bugs with Black's tokenizer not handling `\{` inside f-strings very well
- Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
Performance
- Improve performance when a large directory is listed in `.gitignore`
_Blackd_
- Fix blackd (and all extras installs) for docker container
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-black/Makefile
cvs rdiff -u -r1.27 -r1.28 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.30 pkgsrc/textproc/py-black/Makefile:1.31
--- pkgsrc/textproc/py-black/Makefile:1.30 Fri Apr 26 07:22:20 2024
+++ pkgsrc/textproc/py-black/Makefile Sun Aug 4 07:12:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/04/26 07:22:20 adam Exp $
+# $NetBSD: Makefile,v 1.31 2024/08/04 07:12:14 adam Exp $
-DISTNAME= black-24.4.2
+DISTNAME= black-24.8.0
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.27 pkgsrc/textproc/py-black/distinfo:1.28
--- pkgsrc/textproc/py-black/distinfo:1.27 Fri Apr 26 07:22:20 2024
+++ pkgsrc/textproc/py-black/distinfo Sun Aug 4 07:12:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/04/26 07:22:20 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/08/04 07:12:14 adam Exp $
-BLAKE2s (black-24.4.2.tar.gz) = 6194de980e4c35ff9e44c4a61840959634181c085e0dba55b72a6b5fd14f1809
-SHA512 (black-24.4.2.tar.gz) = f3fb63fdbff947a217ad371939a6eaac1e818f58fb924516639f3c9469f0db6fbda8d4b207163d4a6db8a58a048fefe46fbfdb1ddf40f91348bd767208e60f35
-Size (black-24.4.2.tar.gz) = 642299 bytes
+BLAKE2s (black-24.8.0.tar.gz) = 619ba1ff3d484a57fd4c311e995f7436643ce3c982456c9f68518fa8b8fea481
+SHA512 (black-24.8.0.tar.gz) = 2ba2579964764032d30378232f5874a5d71981eb76706ed12004c08c78eaa56bfb8e0740e513280b9246f54082443c64aa31d31955fdccae9c6e6ba96f54e1cc
+Size (black-24.8.0.tar.gz) = 644810 bytes
Home |
Main Index |
Thread Index |
Old Index