Received: by mail.netbsd.org (Postfix, from userid 605) id 7DFD884F14; Tue, 23 Jan 2024 13:27:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD4A684EFC for ; Tue, 23 Jan 2024 13:27:19 +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 JEBo-OtRdyce for ; Tue, 23 Jan 2024 13:27:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2185784EEF for ; Tue, 23 Jan 2024 13:27:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1DB9AFA42; Tue, 23 Jan 2024 13:27:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170601643984230" MIME-Version: 1.0 Date: Tue, 23 Jan 2024 13:27:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cookiecutter To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240123132719.1DB9AFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170601643984230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 23 13:27:19 UTC 2024 Modified Files: pkgsrc/devel/py-cookiecutter: Makefile distinfo Log Message: py-cookiecutter: updated to 2.5.0 2.5.0 (2023-11-21) Minor Changes * Default values can be passed as a dict * Implement new style for nested templates config CI/CD and QA changes * Bump actions/checkout from 3 to 4 * [pre-commit.ci] pre-commit autoupdate * [pre-commit.ci] pre-commit autoupdate Documentation updates * Add argument run to pipx command in README.md * Fix tutorial2 generated HTML * Update README.md * Update README.md to fix broken link * Update README.md to include installation instructions * Update cookiecutter-plone-starter link in readme Bugfixes * Fix FileExistsError when using a relative template path * Fix recursive context overwrites To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-cookiecutter/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-cookiecutter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170601643984230 Content-Disposition: inline Content-Length: 1658 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.15 pkgsrc/devel/py-cookiecutter/Makefile:1.16 --- pkgsrc/devel/py-cookiecutter/Makefile:1.15 Tue Nov 14 17:58:37 2023 +++ pkgsrc/devel/py-cookiecutter/Makefile Tue Jan 23 13:27:18 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/11/14 17:58:37 adam Exp $ +# $NetBSD: Makefile,v 1.16 2024/01/23 13:27:18 adam Exp $ -DISTNAME= cookiecutter-2.4.0 +DISTNAME= cookiecutter-2.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cookiecutter/} Index: pkgsrc/devel/py-cookiecutter/distinfo diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.12 pkgsrc/devel/py-cookiecutter/distinfo:1.13 --- pkgsrc/devel/py-cookiecutter/distinfo:1.12 Tue Nov 14 17:58:37 2023 +++ pkgsrc/devel/py-cookiecutter/distinfo Tue Jan 23 13:27:18 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/11/14 17:58:37 adam Exp $ +$NetBSD: distinfo,v 1.13 2024/01/23 13:27:18 adam Exp $ -BLAKE2s (cookiecutter-2.4.0.tar.gz) = ad0be538a71e9f26b55785e16f28ef2ec60e82fe95bd78730a0a49f8a51614d8 -SHA512 (cookiecutter-2.4.0.tar.gz) = 577a400b6a4852cb8a880b7340d9dab5003dbfe7cb7b3c8173c3f489524a535e17def8bae35334bafcb47cfd5e0a8c9a9c8d82f99938cafc3bfaac164b75aac6 -Size (cookiecutter-2.4.0.tar.gz) = 155436 bytes +BLAKE2s (cookiecutter-2.5.0.tar.gz) = b6e7fed8b2c77fa081ba9d6828af674a48313a42954d8e99b68ebe0730759447 +SHA512 (cookiecutter-2.5.0.tar.gz) = 5f401cfada74fcd4470367e5bdc5587198afb8ab4c124e94f415966f904cf8b3f6f8b49f3956d0d76b49b45b9b0d6d50fb9f885f7fdc58f4182317104142a74a +Size (cookiecutter-2.5.0.tar.gz) = 157269 bytes --_----------=_170601643984230--