Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3035B84D1B for ; Sat, 30 Dec 2023 10:25:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rZE2tAhHGBzJ for ; Sat, 30 Dec 2023 10:25:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A729984CD9 for ; Sat, 30 Dec 2023 10:25:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1228FA42; Sat, 30 Dec 2023 10:25:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703931922286560" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 10:25:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-black To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231230102522.A1228FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703931922286560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 30 10:25:22 UTC 2023 Modified Files: pkgsrc/textproc/py-black: Makefile distinfo Log Message: py-black: update to 23.12.1. ## 23.12.1 ### Packaging - Fixed a bug that included dependencies from the `d` extra by default (#4108) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-black/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-black/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703931922286560 Content-Disposition: inline Content-Length: 1576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-black/Makefile diff -u pkgsrc/textproc/py-black/Makefile:1.22 pkgsrc/textproc/py-black/Makefile:1.23 --- pkgsrc/textproc/py-black/Makefile:1.22 Sun Dec 17 22:20:04 2023 +++ pkgsrc/textproc/py-black/Makefile Sat Dec 30 10:25:22 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2023/12/17 22:20:04 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/12/30 10:25:22 wiz Exp $ -DISTNAME= black-23.12.0 +DISTNAME= black-23.12.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.19 pkgsrc/textproc/py-black/distinfo:1.20 --- pkgsrc/textproc/py-black/distinfo:1.19 Sun Dec 17 22:20:04 2023 +++ pkgsrc/textproc/py-black/distinfo Sat Dec 30 10:25:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/12/17 22:20:04 wiz Exp $ +$NetBSD: distinfo,v 1.20 2023/12/30 10:25:22 wiz Exp $ -BLAKE2s (black-23.12.0.tar.gz) = f9b84ab25e259f4abc8e7686759716e4fe2159dcaad4acf77985c7607a16a4a4 -SHA512 (black-23.12.0.tar.gz) = bd087688dba8a56743489d4b9bed888e43fe0988deb211d58680a760c799384541d9fcb882d14c3e56b4f9559f46ce5b12bc03569621863b583526cbfea62ac5 -Size (black-23.12.0.tar.gz) = 620742 bytes +BLAKE2s (black-23.12.1.tar.gz) = e1b05a95cfc8ee42a13cefc47bbea575ee44c469b6cb63d062d1ce6bf61a3bed +SHA512 (black-23.12.1.tar.gz) = 1a90eadbb7ccf1dd6c4c7d858b3360b7c62c04bf1826dd4817ddb8d542c3155fc72a80d53aa3be34375bd7006ab65432e006572bc5d1eeb6ff23cfa460072e93 +Size (black-23.12.1.tar.gz) = 620809 bytes --_----------=_1703931922286560--