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:           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.

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



Home | Main Index | Thread Index | Old Index