git: 09b491848c2b - main - www/py-django-allauth: Update to 0.49.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:45:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=09b491848c2bee57893e761726daf372fdc754cc commit 09b491848c2bee57893e761726daf372fdc754cc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:05:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:37:17 +0000 www/py-django-allauth: Update to 0.49.0 - Sort RUN_DEPENDS - Take maintainership Changes: https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst --- www/py-django-allauth/Makefile | 10 +++++----- www/py-django-allauth/distinfo | 6 +++--- www/py-django-allauth/pkg-descr | 5 +++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile index 6ee5b31d066e..11cf9f5aed15 100644 --- a/www/py-django-allauth/Makefile +++ b/www/py-django-allauth/Makefile @@ -1,10 +1,10 @@ PORTNAME= django-allauth -PORTVERSION= 0.48.0 +PORTVERSION= 0.49.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= User registration with social account authentication LICENSE= MIT @@ -12,12 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.0:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} USES= python:3.5+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/www/py-django-allauth/distinfo b/www/py-django-allauth/distinfo index 01783bc15085..f8164aee4a64 100644 --- a/www/py-django-allauth/distinfo +++ b/www/py-django-allauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645390379 -SHA256 (django-allauth-0.48.0.tar.gz) = 531821ce6a2278168054add13421776c9f8e565cf39926e799fa02d6c29da920 -SIZE (django-allauth-0.48.0.tar.gz) = 658354 +TIMESTAMP = 1647264692 +SHA256 (django-allauth-0.49.0.tar.gz) = f5fbb67376177c6a9276516dde98bcb01ac4160a5a27f7b340914dd521d04f12 +SIZE (django-allauth-0.49.0.tar.gz) = 702336 diff --git a/www/py-django-allauth/pkg-descr b/www/py-django-allauth/pkg-descr index 4d17e75998a7..7d6322c755e0 100644 --- a/www/py-django-allauth/pkg-descr +++ b/www/py-django-allauth/pkg-descr @@ -1,4 +1,5 @@ -django-allauth is a reusable Django app that allows for both local and -social authentication, with flows that just work. +django-allauth is a reusable Django app that allows for both local and social +authentication, with flows that just work. WWW: https://www.intenct.nl/projects/django-allauth/ +WWW: https://github.com/pennersr/django-allauth