git: addedd02c453 - main - www/py-fastapi-users: Fix makefun dep version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Oct 2022 14:00:39 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=addedd02c453b0af9d67f1bdb7d4444506ce90aa
commit addedd02c453b0af9d67f1bdb7d4444506ce90aa
Author: Goran Mekić <meka@tilda.center>
AuthorDate: 2022-10-12 13:59:33 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-12 13:59:33 +0000
www/py-fastapi-users: Fix makefun dep version
PR: 266972
---
www/py-fastapi-users/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/py-fastapi-users/Makefile b/www/py-fastapi-users/Makefile
index d0d69e24d1cf..2689546a2191 100644
--- a/www/py-fastapi-users/Makefile
+++ b/www/py-fastapi-users/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fastapi-users
DISTVERSION= 10.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,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.16:devel/py-makefun@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<2.0: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}