Skip to content

Commit

Permalink
py-cookiecutter: updated to 2.3.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adam committed Aug 27, 2023
1 parent 64572ae commit 9e335aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions devel/py-cookiecutter/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.4.4:../../devel/py-binaryornot
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
Expand Down
8 changes: 4 additions & 4 deletions devel/py-cookiecutter/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9e335aa

Please sign in to comment.