Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BAC584D45 for ; Sun, 27 Aug 2023 20:13:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YTMbrByU2GLL for ; Sun, 27 Aug 2023 20:13:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 006F184D26 for ; Sun, 27 Aug 2023 20:13:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE515FBDB; Sun, 27 Aug 2023 20:13:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169316719253110" MIME-Version: 1.0 Date: Sun, 27 Aug 2023 20:13:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cookiecutter To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230827201312.EE515FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169316719253110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Aug 27 20:13:12 UTC 2023 Modified Files: pkgsrc/devel/py-cookiecutter: Makefile distinfo Log Message: py-cookiecutter: updated to 2.3.0 2.3.0 (2023-08-03) Minor Changes * Improve style of prompts using `rich` CI/CD and QA changes * Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0 * [pre-commit.ci] pre-commit autoupdate Bugfixes * Fix replay * Support multichoice overwrite To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-cookiecutter/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-cookiecutter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169316719253110 Content-Disposition: inline Content-Length: 2161 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cookiecutter/Makefile diff -u pkgsrc/devel/py-cookiecutter/Makefile:1.13 pkgsrc/devel/py-cookiecutter/Makefile:1.14 --- pkgsrc/devel/py-cookiecutter/Makefile:1.13 Tue Jul 25 13:17:03 2023 +++ pkgsrc/devel/py-cookiecutter/Makefile Sun Aug 27 20:13:12 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2023/07/25 13:17:03 adam Exp $ +# $NetBSD: Makefile,v 1.14 2023/08/27 20:13:12 adam Exp $ -DISTNAME= cookiecutter-2.2.3 +DISTNAME= cookiecutter-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cookiecutter/} @@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0. DEPENDS+= ${PYPKGPREFIX}-click>=7.0:../../devel/py-click DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-requests>=2.23.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich DEPENDS+= ${PYPKGPREFIX}-slugify>=4.0.0:../../devel/py-slugify DEPENDS+= ${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun Index: pkgsrc/devel/py-cookiecutter/distinfo diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.10 pkgsrc/devel/py-cookiecutter/distinfo:1.11 --- pkgsrc/devel/py-cookiecutter/distinfo:1.10 Tue Jul 25 13:17:03 2023 +++ pkgsrc/devel/py-cookiecutter/distinfo Sun Aug 27 20:13:12 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/07/25 13:17:03 adam Exp $ +$NetBSD: distinfo,v 1.11 2023/08/27 20:13:12 adam Exp $ -BLAKE2s (cookiecutter-2.2.3.tar.gz) = 1d16ef289ea84dfd1a6ac06c4b2c2736232ba21a643a8d5ff7d3f8863972393a -SHA512 (cookiecutter-2.2.3.tar.gz) = 79cd2e7a92dd7902a3e24504f91d2481b50ab7ff326436065d178dbb7ead9a8ab157f09d1b4806d0405046dfde410f1d69562499b2f7238e16554c4e23911b87 -Size (cookiecutter-2.2.3.tar.gz) = 155719 bytes +BLAKE2s (cookiecutter-2.3.0.tar.gz) = 86ee7f63be236b8a101270ba76c9c4c22b9f4940cb65847b771285ba4401e177 +SHA512 (cookiecutter-2.3.0.tar.gz) = b6053211f942073ac80f460b049de37e57320c129756b9057b4b63694df53a7f4cb46d2b8725f08d43dd2438fdd4f42ee7f37508e9f93802005f06b92d02dad6 +Size (cookiecutter-2.3.0.tar.gz) = 157130 bytes --_----------=_169316719253110--