git: 9e031c9aa035 - main - www/py-fastapi-users: Bump version of required makefun
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 10:39:33 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e031c9aa0355ce212e2a9baad46657dceed998e commit 9e031c9aa0355ce212e2a9baad46657dceed998e Author: Goran Mekić <meka@tilda.center> AuthorDate: 2022-10-12 10:38:09 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-10-12 10:39:14 +0000 www/py-fastapi-users: Bump version of required makefun PR: 266972 --- www/py-fastapi-users/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-fastapi-users/Makefile b/www/py-fastapi-users/Makefile index c49179b99a87..d0d69e24d1cf 100644 --- a/www/py-fastapi-users/Makefile +++ b/www/py-fastapi-users/Makefile @@ -1,5 +1,6 @@ PORTNAME= fastapi-users DISTVERSION= 10.1.5 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.0:security/py-bcrypt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}email-validator>=1.1.0,<1.4:mail/py-email-validator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastapi>=0.65.2:www/py-fastapi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<1.15:devel/py-makefun@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<1.16:devel/py-makefun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.1.0:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-multipart>=0.0.5:www/py-python-multipart@${PY_FLAVOR}