git: 3763ef633f86 - main - www/py-grip: Update to 4.6.1

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Sun, 10 Apr 2022 18:21:55 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3763ef633f86c5201a3a340687070973119a4472

commit 3763ef633f86c5201a3a340687070973119a4472
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2022-04-10 17:57:16 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2022-04-10 18:21:13 +0000

    www/py-grip: Update to 4.6.1
    
    This version adds support for Flask (www/py-flask) >= 2.1.0. Previous
    versions of grip will crash due to the missing safe_join function which
    was removed from Flask in version 2.1.0. Fixes [1].
    
    PR:             263115 [1]
    Reported by:    jwb [1]
    MFH:            2022Q2
---
 www/py-grip/Makefile | 5 +++--
 www/py-grip/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/py-grip/Makefile b/www/py-grip/Makefile
index 84e645539fc8..6a71a80e04b4 100644
--- a/www/py-grip/Makefile
+++ b/www/py-grip/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	grip
-PORTVERSION=	4.6.0
+PORTVERSION=	4.6.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>=0.4.0:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}path-and-address>=2.0.1:www/py-path-and-address@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.4.1:www/py-requests@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>=2.4.1:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}werkzeug>=0.7:www/py-werkzeug@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/py-grip/distinfo b/www/py-grip/distinfo
index 163d828e9046..9d021a3179cb 100644
--- a/www/py-grip/distinfo
+++ b/www/py-grip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645321014
-SHA256 (grip-4.6.0.tar.gz) = 554f9a272b385b886e1b903f0b4323778009c0a681c096950a4bed14e299c79a
-SIZE (grip-4.6.0.tar.gz) = 147222
+TIMESTAMP = 1649613086
+SHA256 (grip-4.6.1.tar.gz) = a5e6ac48cd253892f0fbd0aaef3f74fe8169d8ed3d94a2e9be6bf1540e008e9f
+SIZE (grip-4.6.1.tar.gz) = 147894