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 Jan 28 17:25:22 UTC 2024

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

Log Message:
py-black: updated to 24.1.1

24.1.1

Bugfix release to fix a bug that made Black unusable on certain file systems with strict
limits on path length.

Preview style

- Consistently add trailing comma on typed parameters

Configuration

- Shorten the length of the name of the cache file to fix crashes on file systems that
 do not support long paths


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-black/Makefile
cvs rdiff -u -r1.21 -r1.22 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.24 pkgsrc/textproc/py-black/Makefile:1.25
--- pkgsrc/textproc/py-black/Makefile:1.24      Sun Jan 28 13:04:00 2024
+++ pkgsrc/textproc/py-black/Makefile   Sun Jan 28 17:25:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/01/28 13:04:00 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/01/28 17:25:22 adam Exp $
 
-DISTNAME=      black-24.1.0
+DISTNAME=      black-24.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/black/}
@@ -20,7 +20,6 @@ DEPENDS+=     ${PYPKGPREFIX}-pathspec>=0.9.0
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=2:../../misc/py-platformdirs
 # only needed for blackd:
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.7.4:../../www/py-aiohttp
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
@@ -39,8 +38,6 @@ post-install:
 .endfor
 
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-black/distinfo
diff -u pkgsrc/textproc/py-black/distinfo:1.21 pkgsrc/textproc/py-black/distinfo:1.22
--- pkgsrc/textproc/py-black/distinfo:1.21      Sun Jan 28 13:04:00 2024
+++ pkgsrc/textproc/py-black/distinfo   Sun Jan 28 17:25:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/01/28 13:04:00 wiz Exp $
+$NetBSD: distinfo,v 1.22 2024/01/28 17:25:22 adam Exp $
 
-BLAKE2s (black-24.1.0.tar.gz) = a71546645e92581b2d1e246b9c34974c32c5b7ce57b64891ed6c55801fc0f58c
-SHA512 (black-24.1.0.tar.gz) = f9d2315743b91dcc563f8e57d4bfb3d80aff2b6a8f426d348c84d23cbcc1fe85107b4b3d78f396959d10240b75586e29bb26d7e767d382cc9d977703f2fa8d09
-Size (black-24.1.0.tar.gz) = 622911 bytes
+BLAKE2s (black-24.1.1.tar.gz) = 5124fb1fb7276dead6988694332b6f7f28ad0ce03116d5c3d8a3ce1638a74c4e
+SHA512 (black-24.1.1.tar.gz) = 507555c330a4ef5869b11d9b3ad19b6234c035bb2a28fa497aac911303bbc2d546601c1d587c8a824403c346eb5b940aaec2989c20dffead6fa881e496be5672
+Size (black-24.1.1.tar.gz) = 623755 bytes



Home | Main Index | Thread Index | Old Index