Date: Sun, 19 May 2024 17:27:32 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0128d041503b - main - www/py-django-allauth: Update to 0.63.0 Message-ID: <202405191727.44JHRWBi067188@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0128d041503ba4191e35dfae1f3d313c1a9d9c5c commit 0128d041503ba4191e35dfae1f3d313c1a9d9c5c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:20:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:59 +0000 www/py-django-allauth: Update to 0.63.0 - Add OPENID, SOCIALACCOUNT and STEAM options Changes: https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst https://docs.allauth.org/en/latest/release-notes/index.html --- www/py-django-allauth/Makefile | 23 +++++++++++++---------- www/py-django-allauth/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile index 293b20c75592..27f62b3ca207 100644 --- a/www/py-django-allauth/Makefile +++ b/www/py-django-allauth/Makefile @@ -1,6 +1,5 @@ PORTNAME= django-allauth -PORTVERSION= 0.61.1 -PORTREVISION= 1 +PORTVERSION= 0.63.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,22 +15,26 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= MFA SAML -MFA_DESC= Multi-Factor Authentication support -SAML_DESC= Security Assertion Markup Language support +OPTIONS_DEFINE= MFA OPENID SAML SOCIALACCOUNT STEAM +MFA_DESC= Multi-Factor Authentication support +OPENID_DESC= OpenID authentication support +SAML_DESC= Security Assertion Markup Language support +SOCIALACCOUNT_DESC= Social network account support +STEAM_DESC= Steam OpenID authentication support MFA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.0.0:textproc/py-qrcode@${PY_FLAVOR} +OPENID_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.15.0<2.0.0:security/py-python3-saml@${PY_FLAVOR} +SOCIALACCOUNT_RUN_DEPENDS= ${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}requests>=2.0.0:www/py-requests@${PY_FLAVOR} +STEAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-django-allauth/distinfo b/www/py-django-allauth/distinfo index ff0207c42fef..da17292f2b97 100644 --- a/www/py-django-allauth/distinfo +++ b/www/py-django-allauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449504 -SHA256 (django-allauth-0.61.1.tar.gz) = 5b4ae515ea74f54f0041210692eee10c309ad15ddbbd03d3620693c75e3f7945 -SIZE (django-allauth-0.61.1.tar.gz) = 951524 +TIMESTAMP = 1715842860 +SHA256 (django-allauth-0.63.0.tar.gz) = fbe0148c6258eac44e701a8f36e0950b5d0b1c60bde3e178683a4239f49311fc +SIZE (django-allauth-0.63.0.tar.gz) = 1074929
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191727.44JHRWBi067188>