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:           Sat Apr 13 05:14:49 UTC 2024

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

Log Message:
py-black: updated to 24.4.0

24.4.0

Stable style

- Fix unwanted crashes caused by AST equivalency check

Preview style

- `if` guards in `case` blocks are now wrapped in parentheses when the line is too long.

- Stop moving multiline strings to a new line unless inside brackets

Integrations

- Add a new option `use_pyproject` to the GitHub Action `psf/black`. This will read the
  Black version from `pyproject.toml`.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-black/Makefile
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/textproc/py-black/Makefile:1.28
--- pkgsrc/textproc/py-black/Makefile:1.27      Sat Mar 16 17:46:08 2024
+++ pkgsrc/textproc/py-black/Makefile   Sat Apr 13 05:14:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/03/16 17:46:08 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/04/13 05:14:49 adam Exp $
 
-DISTNAME=      black-24.3.0
+DISTNAME=      black-24.4.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.24 pkgsrc/textproc/py-black/distinfo:1.25
--- pkgsrc/textproc/py-black/distinfo:1.24      Sat Mar 16 17:46:08 2024
+++ pkgsrc/textproc/py-black/distinfo   Sat Apr 13 05:14:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/03/16 17:46:08 adam Exp $
+$NetBSD: distinfo,v 1.25 2024/04/13 05:14:49 adam Exp $
 
-BLAKE2s (black-24.3.0.tar.gz) = 131da04f7ea287ad3e27adb41215685cd050a5d2886cb9585e39010c5d63c85e
-SHA512 (black-24.3.0.tar.gz) = 57e3b651009578f1d15b6e9ffb49d24be80885b2cf7ad48a68407862778ac2099d119e7ba6d58ddea4fc7fc21345435a7572a970baf882f763d9347868d5504b
-Size (black-24.3.0.tar.gz) = 634292 bytes
+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



Home | Main Index | Thread Index | Old Index