Date: Sat, 15 May 2021 14:16:12 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: 6b16d73c55e5 - main - devel/py-cookiecutter -- update to 1.7.3 Message-ID: <202105151416.14FEGCu1057892@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=6b16d73c55e58606dc7bfddfe4e189b3cecd1cc5 commit 6b16d73c55e58606dc7bfddfe4e189b3cecd1cc5 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2021-05-15 14:12:22 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2021-05-15 14:16:05 +0000 devel/py-cookiecutter -- update to 1.7.3 Note: we continue to downrate the requirement on py-requests to 2.22.0 compared to upstream's requirement for >=2.23.0. We are still waiting on PR250941 before we can correct that. ChangeLog: https://github.com/cookiecutter/cookiecutter/blob/1.7.3/HISTORY.md --- devel/py-cookiecutter/Makefile | 11 ++++------- devel/py-cookiecutter/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/devel/py-cookiecutter/Makefile b/devel/py-cookiecutter/Makefile index 5820d3ce2f84..86a1b61d61a5 100644 --- a/devel/py-cookiecutter/Makefile +++ b/devel/py-cookiecutter/Makefile @@ -1,6 +1,5 @@ PORTNAME= cookiecutter -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.7.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +11,12 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}binaryornot>=0.4.4:devel/py-binaryornot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}poyo>=0.5.0:devel/py-poyo@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jinja2-time>=0.2.0:devel/py-jinja2-time@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-slugify>=4.0.0:textproc/py-python-slugify@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${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 e3dd54e9b575..5b6abe5acc23 100644 --- a/devel/py-cookiecutter/distinfo +++ b/devel/py-cookiecutter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587923797 -SHA256 (cookiecutter-1.7.2.tar.gz) = efb6b2d4780feda8908a873e38f0e61778c23f6a2ea58215723bcceb5b515dac -SIZE (cookiecutter-1.7.2.tar.gz) = 142970 +TIMESTAMP = 1621078970 +SHA256 (cookiecutter-1.7.3.tar.gz) = 6b9a4d72882e243be077a7397d0f1f76fe66cf3df91f3115dbb5330e214fa457 +SIZE (cookiecutter-1.7.3.tar.gz) = 133496
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105151416.14FEGCu1057892>