aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2021-05-22 20:48:04 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2021-05-22 20:52:24 +0000
commitc4f9aff50af6e368137c3c81300d58e0892b078b (patch)
treef93ef444b3bbe8e4fd01c82700be5457562db513
parent4e7cba27a5ddd708d43a36b1d1888fa74237513e (diff)
downloadports-c4f9aff50af6e368137c3c81300d58e0892b078b.tar.gz
ports-c4f9aff50af6e368137c3c81300d58e0892b078b.zip
devel/py-cookiecutter: Amend py-requests dependency version
With 7d02ece23c1a68 updating www/py-requests to the current version, we can correctly match the version requirements from upstream. PR: 252180 Reported by: vishwin
-rw-r--r--devel/py-cookiecutter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-cookiecutter/Makefile b/devel/py-cookiecutter/Makefile
index 86a1b61d61a5..4e6713fa4ef2 100644
--- a/devel/py-cookiecutter/Makefile
+++ b/devel/py-cookiecutter/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cookiecutter
PORTVERSION= 1.7.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}binaryornot>=0.4.4:devel/py-binaryornot@${PY
${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}requests>=2.23.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} \