git: 953b1502ff3b - main - www/py-dj52-django-allauth: Update to 65.14.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Mar 2026 18:25:02 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=953b1502ff3bad71f44e7fdd1616b0b8b6e707bf
commit 953b1502ff3bad71f44e7fdd1616b0b8b6e707bf
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:17 +0000
www/py-dj52-django-allauth: Update to 65.14.3
Changes: https://codeberg.org/allauth/django-allauth/src/branch/main/ChangeLog.rst
https://docs.allauth.org/en/latest/release-notes/
---
www/py-dj52-django-allauth/Makefile | 4 ++--
www/py-dj52-django-allauth/distinfo | 6 +++---
www/py-dj52-django-allauth/files/patch-pyproject.toml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/www/py-dj52-django-allauth/Makefile b/www/py-dj52-django-allauth/Makefile
index b16ebe604bbf..00f734ec8cf2 100644
--- a/www/py-dj52-django-allauth/Makefile
+++ b/www/py-dj52-django-allauth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django-allauth
-PORTVERSION= 65.13.1
+PORTVERSION= 65.14.3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
@@ -14,7 +14,7 @@ WWW= https://allauth.org/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.0.0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fido2>=0:security/py-fido2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/www/py-dj52-django-allauth/distinfo b/www/py-dj52-django-allauth/distinfo
index 0c2f689f1035..c851c157615b 100644
--- a/www/py-dj52-django-allauth/distinfo
+++ b/www/py-dj52-django-allauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765719043
-SHA256 (django_allauth-65.13.1.tar.gz) = 2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15
-SIZE (django_allauth-65.13.1.tar.gz) = 1983857
+TIMESTAMP = 1771421754
+SHA256 (django_allauth-65.14.3.tar.gz) = 548eef76ab85f6e48f46f98437abf22acf0e834f73e9915fb6cc3f31a0dcdf4d
+SIZE (django_allauth-65.14.3.tar.gz) = 2029142
diff --git a/www/py-dj52-django-allauth/files/patch-pyproject.toml b/www/py-dj52-django-allauth/files/patch-pyproject.toml
index 8a610f408251..ba59d6f40572 100644
--- a/www/py-dj52-django-allauth/files/patch-pyproject.toml
+++ b/www/py-dj52-django-allauth/files/patch-pyproject.toml
@@ -3,7 +3,7 @@
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=75.3.0", "setuptools-scm>=8"]
-+requires = ["setuptools>=63.0.0", "setuptools-scm>=8"]
++requires = ["setuptools>=61.0.0", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"
[project]