Tue Jan 23 13:27:19 2024 UTC (125d)
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


(adam)
diff -r1.15 -r1.16 pkgsrc/devel/py-cookiecutter/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-cookiecutter/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-cookiecutter/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-cookiecutter/Makefile 2023/11/14 17:58:37 1.15
+++ pkgsrc/devel/py-cookiecutter/Makefile 2024/01/23 13:27:18 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2023/11/14 17:58:37 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2024/01/23 13:27:18 adam Exp $
2 2
3DISTNAME= cookiecutter-2.4.0 3DISTNAME= cookiecutter-2.5.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cookiecutter/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cookiecutter/}
7 7
8MAINTAINER= gde@llew.me 8MAINTAINER= gde@llew.me
9HOMEPAGE= https://github.com/audreyr/cookiecutter 9HOMEPAGE= https://github.com/audreyr/cookiecutter
10COMMENT= Command-line utility that creates projects from project templates 10COMMENT= Command-line utility that creates projects from project templates
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-arrow-[0-9]*:../../time/py-arrow 15DEPENDS+= ${PYPKGPREFIX}-arrow-[0-9]*:../../time/py-arrow
16DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.4.4:../../devel/py-binaryornot 16DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.4.4:../../devel/py-binaryornot

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-cookiecutter/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-cookiecutter/distinfo 2023/11/14 17:58:37 1.12
+++ pkgsrc/devel/py-cookiecutter/distinfo 2024/01/23 13:27:18 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2023/11/14 17:58:37 adam Exp $ 1$NetBSD: distinfo,v 1.13 2024/01/23 13:27:18 adam Exp $
2 2
3BLAKE2s (cookiecutter-2.4.0.tar.gz) = ad0be538a71e9f26b55785e16f28ef2ec60e82fe95bd78730a0a49f8a51614d8 3BLAKE2s (cookiecutter-2.5.0.tar.gz) = b6e7fed8b2c77fa081ba9d6828af674a48313a42954d8e99b68ebe0730759447
4SHA512 (cookiecutter-2.4.0.tar.gz) = 577a400b6a4852cb8a880b7340d9dab5003dbfe7cb7b3c8173c3f489524a535e17def8bae35334bafcb47cfd5e0a8c9a9c8d82f99938cafc3bfaac164b75aac6 4SHA512 (cookiecutter-2.5.0.tar.gz) = 5f401cfada74fcd4470367e5bdc5587198afb8ab4c124e94f415966f904cf8b3f6f8b49f3956d0d76b49b45b9b0d6d50fb9f885f7fdc58f4182317104142a74a
5Size (cookiecutter-2.4.0.tar.gz) = 155436 bytes 5Size (cookiecutter-2.5.0.tar.gz) = 157269 bytes