pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-cookiecutter



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.

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



Home | Main Index | Thread Index | Old Index