Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 09:28:55 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 703a6c108faf - main - devel/py-cookiecutter: update to 2.3.0
Message-ID:  <202308050928.3759Stdn027293@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=703a6c108faf945bba374a21af5423d7d89af366

commit 703a6c108faf945bba374a21af5423d7d89af366
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-08-05 08:44:01 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-08-05 09:28:46 +0000

    devel/py-cookiecutter: update to 2.3.0
    
    Changes:        https://github.com/cookiecutter/cookiecutter/releases/tag/2.3.0
    Reported by:    portscout, repology
---
 devel/py-cookiecutter/Makefile | 5 +++--
 devel/py-cookiecutter/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-cookiecutter/Makefile b/devel/py-cookiecutter/Makefile
index c573d1e8ec0b..61d6b13bc0de 100644
--- a/devel/py-cookiecutter/Makefile
+++ b/devel/py-cookiecutter/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cookiecutter
-PORTVERSION=	2.2.3
+PORTVERSION=	2.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}binaryornot>=0.4.4:devel/py-binaryornot@${PY
 		${PYTHON_PKGNAMEPREFIX}python-slugify>=4.0.0:textproc/py-python-slugify@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.23.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}arrow>=0:devel/py-arrow@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}arrow>=0:devel/py-arrow@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
diff --git a/devel/py-cookiecutter/distinfo b/devel/py-cookiecutter/distinfo
index 5106210a816f..6c1c09af8e72 100644
--- a/devel/py-cookiecutter/distinfo
+++ b/devel/py-cookiecutter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689094571
-SHA256 (cookiecutter-2.2.3.tar.gz) = d56f18c0c01c09804450b501ac43e8f6104cfa7cdd93610359c68b1ba9fd84d2
-SIZE (cookiecutter-2.2.3.tar.gz) = 155719
+TIMESTAMP = 1691224581
+SHA256 (cookiecutter-2.3.0.tar.gz) = 942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621
+SIZE (cookiecutter-2.3.0.tar.gz) = 157130



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308050928.3759Stdn027293>