git: 49088214d78b - main - devel/py-sortinghat: Update dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Oct 2024 15:38:01 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=49088214d78bacd8a79ec0e97b5d88949cec41b2 commit 49088214d78bacd8a79ec0e97b5d88949cec41b2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-10-23 15:34:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-10-23 15:37:47 +0000 devel/py-sortinghat: Update dependency Sortinghat does not work with 0.4.0 of django-grapql-jwt so switching to 0.3.4. --- devel/py-sortinghat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-sortinghat/Makefile b/devel/py-sortinghat/Makefile index e85e0d9736ef..3b3e71e573af 100644 --- a/devel/py-sortinghat/Makefile +++ b/devel/py-sortinghat/Makefile @@ -1,5 +1,6 @@ PORTNAME= sortinghat DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-cors-headers>=3.7.0:www/py-django-cors-headers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django-graphql-jwt>=0.3.0:www/py-django-graphql-jwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-graphql-jwt34>=0.3.0:www/py-django-graphql-jwt34@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-rq>=2.3.2:devel/py-django-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-storages>=1.13.2:www/py-django-storages@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.5.1:www/py-django-treebeard@${PY_FLAVOR} \