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:           Thu Feb 22 08:43:55 UTC 2024

Modified Files:
        pkgsrc/devel/py-cookiecutter: Makefile distinfo

Log Message:
py-cookiecutter: updated to 2.6.0

2.6.0 (2024-02-21)

Minor Changes

* Support Python 3.12
* Modifying Jinja2 start and end variable strings

CI/CD and QA changes

* Add isort as a pre-commit hook
* Bump actions/setup-python from 4 to 5
* Bump actions/upload-artifact from 3 to 4
* Support Python 3.12
* [pre-commit.ci] pre-commit autoupdate

Documentation updates

* Support Python 3.12

Bugfixes

* Fix regression: Adding value to nested dicts broken
* Fixed errors caused by invalid config files.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-cookiecutter/Makefile
cvs rdiff -u -r1.13 -r1.14 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.16 pkgsrc/devel/py-cookiecutter/Makefile:1.17
--- pkgsrc/devel/py-cookiecutter/Makefile:1.16  Tue Jan 23 13:27:18 2024
+++ pkgsrc/devel/py-cookiecutter/Makefile       Thu Feb 22 08:43:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/01/23 13:27:18 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/02/22 08:43:55 adam Exp $
 
-DISTNAME=      cookiecutter-2.5.0
+DISTNAME=      cookiecutter-2.6.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.13 pkgsrc/devel/py-cookiecutter/distinfo:1.14
--- pkgsrc/devel/py-cookiecutter/distinfo:1.13  Tue Jan 23 13:27:18 2024
+++ pkgsrc/devel/py-cookiecutter/distinfo       Thu Feb 22 08:43:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/01/23 13:27:18 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/02/22 08:43:55 adam Exp $
 
-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
+BLAKE2s (cookiecutter-2.6.0.tar.gz) = aa92f4fbbae43900c7f3485493922256e5e8d1f1a5cdb35431094dce2e7fffa8
+SHA512 (cookiecutter-2.6.0.tar.gz) = a42c44bd65eb43437b1427a6d68dc089ee9afb93917aca35ddc8db135cbfb6db2779f0f96b99cacb575eb01a97e400567254963978b927ad4ca012896bd0f78f
+Size (cookiecutter-2.6.0.tar.gz) = 158767 bytes



Home | Main Index | Thread Index | Old Index