git: 439fd5042f38 - main - www/py-django-allauth: Update to 65.13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Nov 2025 16:36:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=439fd5042f3820ce1d79624379dd4ffc31912a92
commit 439fd5042f3820ce1d79624379dd4ffc31912a92
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:13:41 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-09 16:31:13 +0000
www/py-django-allauth: Update to 65.13.0
- Add HEADLESS option
- Fix HEADLESS_SPEC option description
Changes: https://codeberg.org/allauth/django-allauth/src/branch/main/ChangeLog.rst
https://docs.allauth.org/en/latest/release-notes/
---
www/py-django-allauth/Makefile | 10 ++++++----
www/py-django-allauth/distinfo | 6 +++---
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile
index 628603ac8979..8b3ea57326f0 100644
--- a/www/py-django-allauth/Makefile
+++ b/www/py-django-allauth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django-allauth
-PORTVERSION= 65.12.1
+PORTVERSION= 65.13.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,9 +25,10 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTIONS_DEFINE= HEADLESS_SPEC IDP_OIDC MFA OPENID SAML SOCIALACCOUNT STEAM
-OPTIONS_DEFAULT=HEADLESS_SPEC IDP_OIDC MFA OPENID SAML SOCIALACCOUNT STEAM
-HEADLESS_SPEC_DESC= Single-page and mobile application support
+OPTIONS_DEFINE= HEADLESS HEADLESS_SPEC IDP_OIDC MFA OPENID SAML SOCIALACCOUNT STEAM
+OPTIONS_DEFAULT=HEADLESS HEADLESS_SPEC IDP_OIDC MFA OPENID SAML SOCIALACCOUNT STEAM
+HEADLESS_DESC= Single-page and mobile application support
+HEADLESS_SPEC_DESC= API specification for headless suport
IDP_OIDC_DESC= Identity provider functionality with OpenID Connect support
MFA_DESC= Multi-Factor Authentication support
OPENID_DESC= OpenID authentication support
@@ -35,6 +36,7 @@ SAML_DESC= Security Assertion Markup Language support
SOCIALACCOUNT_DESC= Social network account support
STEAM_DESC= Steam OpenID authentication support
+HEADLESS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0<3:www/py-pyjwt@${PY_FLAVOR}
HEADLESS_SPEC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=6<7:devel/py-pyyaml@${PY_FLAVOR}
IDP_OIDC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>=3.3.0<4:security/py-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0<3:www/py-pyjwt@${PY_FLAVOR}
diff --git a/www/py-django-allauth/distinfo b/www/py-django-allauth/distinfo
index efa90b70f281..9a320fc92f22 100644
--- a/www/py-django-allauth/distinfo
+++ b/www/py-django-allauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761446770
-SHA256 (django_allauth-65.12.1.tar.gz) = 662666ff2d5c71766f66b1629ac7345c30796813221184e13e11ed7460940c6a
-SIZE (django_allauth-65.12.1.tar.gz) = 1967971
+TIMESTAMP = 1762586906
+SHA256 (django_allauth-65.13.0.tar.gz) = 7d7b7e7ad603eb3864c142f051e2cce7be2f9a9c6945a51172ec83d48c6c843b
+SIZE (django_allauth-65.13.0.tar.gz) = 1987616