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:           Thu Apr 25 07:23:29 UTC 2024

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

Log Message:
py-black: updated to 24.4.1

24.4.1

Highlights

- Add support for the new Python 3.12 f-string syntax introduced by PEP 701

Stable style

- Fix crash involving indented dummy functions containing newlines

Parser

- Add support for type parameter defaults, a new syntactic feature added to Python 3.13
 by PEP 696

Integrations

- Github Action now works even when `git archive` is skipped


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-black/Makefile
cvs rdiff -u -r1.25 -r1.26 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.28 pkgsrc/textproc/py-black/Makefile:1.29
--- pkgsrc/textproc/py-black/Makefile:1.28      Sat Apr 13 05:14:49 2024
+++ pkgsrc/textproc/py-black/Makefile   Thu Apr 25 07:23:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/04/13 05:14:49 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/04/25 07:23:29 adam Exp $
 
-DISTNAME=      black-24.4.0
+DISTNAME=      black-24.4.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.25 pkgsrc/textproc/py-black/distinfo:1.26
--- pkgsrc/textproc/py-black/distinfo:1.25      Sat Apr 13 05:14:49 2024
+++ pkgsrc/textproc/py-black/distinfo   Thu Apr 25 07:23:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/04/13 05:14:49 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/04/25 07:23:29 adam Exp $
 
-BLAKE2s (black-24.4.0.tar.gz) = df35f7dc0722953eff7789b7ad6b6835efcac33eff58ae31a2a50d2e2dbc25e8
-SHA512 (black-24.4.0.tar.gz) = 3f9150faa36413ffff3a65f9f55b33a6b69b3abec5bf649bfc0662a92faa41edc76e90151e27a74f04bc3defc0687c898d54b2f137d16d13ea46e86670aa7a98
-Size (black-24.4.0.tar.gz) = 635902 bytes
+BLAKE2s (black-24.4.1.tar.gz) = 262a20535bdbec6097a3724dda0bb1de72011c47bb01077079d275f06748fc23
+SHA512 (black-24.4.1.tar.gz) = 057c2cc2ff47111487a46bfc50b961c719f92caaca49494a6cc57bb5e8aa19d0d47a7f3164421e104ef2815060e7d771a9532e970e07e1c2ce709b4cf7e99656
+Size (black-24.4.1.tar.gz) = 641335 bytes



Home | Main Index | Thread Index | Old Index