pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-allauth



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 14 18:37:05 UTC 2025

Modified Files:
        pkgsrc/www/py-django-allauth: Makefile PLIST distinfo

Log Message:
py-django-allauth: updated to 65.7.0

65.7.0 (2025-04-03)

Note worthy changes

- Officially support Django 5.2.

- Headless: the URL to the OpenID configuration of the provider is now exposed
  in the provider config.

Fixes

- Headless: when multiple login methods were enabled (e.g. both username and
  email), the login endpoint would incorrectly return a 400
  ``invalid_login``. Fixed.

65.6.0 (2025-03-27)

Note worthy changes

- MFA: Added support for "Trust this browser?" functionality, which presents users with MFA
  enabled the choice to trust their browser allowing them to skip authenticating
  per MFA on each login.

Fixes

- A check is in place to verify that ``ACCOUNT_LOGIN_METHODS`` is aligned with
  ``ACCOUNT_SIGNUP_FIELDS``.  The severity level of that check has now been
  lowered from "critical" to "warning", as there may be valid use cases for
  configuring a login method that you are not able to sign up with. This check
  (``account.W001``) can be silenced using Django's ``SILENCED_SYSTEM_CHECKS``.

- The setting ``ACCOUNT_LOGIN_ON_PASSWORD_RESET = True`` was not respected when using
  password reset by code.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-django-allauth/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-django-allauth/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-django-allauth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-allauth/Makefile
diff -u pkgsrc/www/py-django-allauth/Makefile:1.18 pkgsrc/www/py-django-allauth/Makefile:1.19
--- pkgsrc/www/py-django-allauth/Makefile:1.18  Fri Feb  7 15:07:59 2025
+++ pkgsrc/www/py-django-allauth/Makefile       Mon Apr 14 18:37:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/02/07 15:07:59 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/14 18:37:05 adam Exp $
 
-DISTNAME=      django_allauth-65.4.1
+DISTNAME=      django_allauth-65.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-allauth/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/pennersr/dj
 COMMENT=       Authentication, registration, account mgmt and 3rd party account auth
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.8.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.8.1:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-django>=4.2.16:../../www/py-django
 # openid

Index: pkgsrc/www/py-django-allauth/PLIST
diff -u pkgsrc/www/py-django-allauth/PLIST:1.12 pkgsrc/www/py-django-allauth/PLIST:1.13
--- pkgsrc/www/py-django-allauth/PLIST:1.12     Thu Feb  6 16:22:38 2025
+++ pkgsrc/www/py-django-allauth/PLIST  Mon Apr 14 18:37:05 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.12 2025/02/06 16:22:38 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.13 2025/04/14 18:37:05 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/allauth/__init__.py
 ${PYSITELIB}/allauth/__init__.pyc
@@ -35,6 +35,9 @@ ${PYSITELIB}/allauth/account/checks.pyo
 ${PYSITELIB}/allauth/account/decorators.py
 ${PYSITELIB}/allauth/account/decorators.pyc
 ${PYSITELIB}/allauth/account/decorators.pyo
+${PYSITELIB}/allauth/account/fields.py
+${PYSITELIB}/allauth/account/fields.pyc
+${PYSITELIB}/allauth/account/fields.pyo
 ${PYSITELIB}/allauth/account/forms.py
 ${PYSITELIB}/allauth/account/forms.pyc
 ${PYSITELIB}/allauth/account/forms.pyo
@@ -47,6 +50,9 @@ ${PYSITELIB}/allauth/account/internal/de
 ${PYSITELIB}/allauth/account/internal/flows/__init__.py
 ${PYSITELIB}/allauth/account/internal/flows/__init__.pyc
 ${PYSITELIB}/allauth/account/internal/flows/__init__.pyo
+${PYSITELIB}/allauth/account/internal/flows/code_verification.py
+${PYSITELIB}/allauth/account/internal/flows/code_verification.pyc
+${PYSITELIB}/allauth/account/internal/flows/code_verification.pyo
 ${PYSITELIB}/allauth/account/internal/flows/email_verification.py
 ${PYSITELIB}/allauth/account/internal/flows/email_verification.pyc
 ${PYSITELIB}/allauth/account/internal/flows/email_verification.pyo
@@ -71,6 +77,12 @@ ${PYSITELIB}/allauth/account/internal/fl
 ${PYSITELIB}/allauth/account/internal/flows/password_reset.py
 ${PYSITELIB}/allauth/account/internal/flows/password_reset.pyc
 ${PYSITELIB}/allauth/account/internal/flows/password_reset.pyo
+${PYSITELIB}/allauth/account/internal/flows/password_reset_by_code.py
+${PYSITELIB}/allauth/account/internal/flows/password_reset_by_code.pyc
+${PYSITELIB}/allauth/account/internal/flows/password_reset_by_code.pyo
+${PYSITELIB}/allauth/account/internal/flows/phone_verification.py
+${PYSITELIB}/allauth/account/internal/flows/phone_verification.pyc
+${PYSITELIB}/allauth/account/internal/flows/phone_verification.pyo
 ${PYSITELIB}/allauth/account/internal/flows/reauthentication.py
 ${PYSITELIB}/allauth/account/internal/flows/reauthentication.pyc
 ${PYSITELIB}/allauth/account/internal/flows/reauthentication.pyo
@@ -80,6 +92,12 @@ ${PYSITELIB}/allauth/account/internal/fl
 ${PYSITELIB}/allauth/account/internal/stagekit.py
 ${PYSITELIB}/allauth/account/internal/stagekit.pyc
 ${PYSITELIB}/allauth/account/internal/stagekit.pyo
+${PYSITELIB}/allauth/account/internal/textkit.py
+${PYSITELIB}/allauth/account/internal/textkit.pyc
+${PYSITELIB}/allauth/account/internal/textkit.pyo
+${PYSITELIB}/allauth/account/internal/userkit.py
+${PYSITELIB}/allauth/account/internal/userkit.pyc
+${PYSITELIB}/allauth/account/internal/userkit.pyo
 ${PYSITELIB}/allauth/account/management/__init__.py
 ${PYSITELIB}/allauth/account/management/__init__.pyc
 ${PYSITELIB}/allauth/account/management/__init__.pyo
@@ -140,6 +158,8 @@ ${PYSITELIB}/allauth/account/signals.pyo
 ${PYSITELIB}/allauth/account/stages.py
 ${PYSITELIB}/allauth/account/stages.pyc
 ${PYSITELIB}/allauth/account/stages.pyo
+${PYSITELIB}/allauth/account/static/account/js/account.js
+${PYSITELIB}/allauth/account/static/account/js/onload.js
 ${PYSITELIB}/allauth/account/templatetags/__init__.py
 ${PYSITELIB}/allauth/account/templatetags/__init__.pyc
 ${PYSITELIB}/allauth/account/templatetags/__init__.pyo
@@ -191,6 +211,9 @@ ${PYSITELIB}/allauth/account/tests/test_
 ${PYSITELIB}/allauth/account/tests/test_models.py
 ${PYSITELIB}/allauth/account/tests/test_models.pyc
 ${PYSITELIB}/allauth/account/tests/test_models.pyo
+${PYSITELIB}/allauth/account/tests/test_phone.py
+${PYSITELIB}/allauth/account/tests/test_phone.pyc
+${PYSITELIB}/allauth/account/tests/test_phone.pyo
 ${PYSITELIB}/allauth/account/tests/test_ratelimit.py
 ${PYSITELIB}/allauth/account/tests/test_ratelimit.pyc
 ${PYSITELIB}/allauth/account/tests/test_ratelimit.pyo
@@ -200,6 +223,9 @@ ${PYSITELIB}/allauth/account/tests/test_
 ${PYSITELIB}/allauth/account/tests/test_reset_password.py
 ${PYSITELIB}/allauth/account/tests/test_reset_password.pyc
 ${PYSITELIB}/allauth/account/tests/test_reset_password.pyo
+${PYSITELIB}/allauth/account/tests/test_reset_password_by_code.py
+${PYSITELIB}/allauth/account/tests/test_reset_password_by_code.pyc
+${PYSITELIB}/allauth/account/tests/test_reset_password_by_code.pyo
 ${PYSITELIB}/allauth/account/tests/test_security.py
 ${PYSITELIB}/allauth/account/tests/test_security.pyc
 ${PYSITELIB}/allauth/account/tests/test_security.pyo
@@ -302,12 +328,18 @@ ${PYSITELIB}/allauth/headless/account/te
 ${PYSITELIB}/allauth/headless/account/tests/test_login_by_code.py
 ${PYSITELIB}/allauth/headless/account/tests/test_login_by_code.pyc
 ${PYSITELIB}/allauth/headless/account/tests/test_login_by_code.pyo
+${PYSITELIB}/allauth/headless/account/tests/test_phone.py
+${PYSITELIB}/allauth/headless/account/tests/test_phone.pyc
+${PYSITELIB}/allauth/headless/account/tests/test_phone.pyo
 ${PYSITELIB}/allauth/headless/account/tests/test_reauthentication.py
 ${PYSITELIB}/allauth/headless/account/tests/test_reauthentication.pyc
 ${PYSITELIB}/allauth/headless/account/tests/test_reauthentication.pyo
 ${PYSITELIB}/allauth/headless/account/tests/test_reset_password.py
 ${PYSITELIB}/allauth/headless/account/tests/test_reset_password.pyc
 ${PYSITELIB}/allauth/headless/account/tests/test_reset_password.pyo
+${PYSITELIB}/allauth/headless/account/tests/test_reset_password_by_code.py
+${PYSITELIB}/allauth/headless/account/tests/test_reset_password_by_code.pyc
+${PYSITELIB}/allauth/headless/account/tests/test_reset_password_by_code.pyo
 ${PYSITELIB}/allauth/headless/account/tests/test_session.py
 ${PYSITELIB}/allauth/headless/account/tests/test_session.pyc
 ${PYSITELIB}/allauth/headless/account/tests/test_session.pyo
@@ -428,6 +460,9 @@ ${PYSITELIB}/allauth/headless/mfa/tests/
 ${PYSITELIB}/allauth/headless/mfa/tests/test_totp.py
 ${PYSITELIB}/allauth/headless/mfa/tests/test_totp.pyc
 ${PYSITELIB}/allauth/headless/mfa/tests/test_totp.pyo
+${PYSITELIB}/allauth/headless/mfa/tests/test_trust.py
+${PYSITELIB}/allauth/headless/mfa/tests/test_trust.pyc
+${PYSITELIB}/allauth/headless/mfa/tests/test_trust.pyo
 ${PYSITELIB}/allauth/headless/mfa/tests/test_views.py
 ${PYSITELIB}/allauth/headless/mfa/tests/test_views.pyc
 ${PYSITELIB}/allauth/headless/mfa/tests/test_views.pyo
@@ -654,6 +689,12 @@ ${PYSITELIB}/allauth/mfa/base/internal/f
 ${PYSITELIB}/allauth/mfa/base/tests/__init__.py
 ${PYSITELIB}/allauth/mfa/base/tests/__init__.pyc
 ${PYSITELIB}/allauth/mfa/base/tests/__init__.pyo
+${PYSITELIB}/allauth/mfa/base/tests/test_trust.py
+${PYSITELIB}/allauth/mfa/base/tests/test_trust.pyc
+${PYSITELIB}/allauth/mfa/base/tests/test_trust.pyo
+${PYSITELIB}/allauth/mfa/base/tests/test_trust_fingerprint.py
+${PYSITELIB}/allauth/mfa/base/tests/test_trust_fingerprint.pyc
+${PYSITELIB}/allauth/mfa/base/tests/test_trust_fingerprint.pyo
 ${PYSITELIB}/allauth/mfa/base/tests/test_views.py
 ${PYSITELIB}/allauth/mfa/base/tests/test_views.pyc
 ${PYSITELIB}/allauth/mfa/base/tests/test_views.pyo
@@ -675,6 +716,9 @@ ${PYSITELIB}/allauth/mfa/internal/flows/
 ${PYSITELIB}/allauth/mfa/internal/flows/add.py
 ${PYSITELIB}/allauth/mfa/internal/flows/add.pyc
 ${PYSITELIB}/allauth/mfa/internal/flows/add.pyo
+${PYSITELIB}/allauth/mfa/internal/flows/trust.py
+${PYSITELIB}/allauth/mfa/internal/flows/trust.pyc
+${PYSITELIB}/allauth/mfa/internal/flows/trust.pyo
 ${PYSITELIB}/allauth/mfa/migrations/0001_initial.py
 ${PYSITELIB}/allauth/mfa/migrations/0001_initial.pyc
 ${PYSITELIB}/allauth/mfa/migrations/0001_initial.pyo
@@ -2618,6 +2662,21 @@ ${PYSITELIB}/allauth/socialaccount/provi
 ${PYSITELIB}/allauth/socialaccount/providers/tumblr/views.py
 ${PYSITELIB}/allauth/socialaccount/providers/tumblr/views.pyc
 ${PYSITELIB}/allauth/socialaccount/providers/tumblr/views.pyo
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/__init__.py
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/__init__.pyc
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/__init__.pyo
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/provider.py
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/provider.pyc
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/provider.pyo
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/tests.py
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/tests.pyc
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/tests.pyo
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/urls.py
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/urls.pyc
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/urls.pyo
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/views.py
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/views.pyc
+${PYSITELIB}/allauth/socialaccount/providers/tumblr_oauth2/views.pyo
 ${PYSITELIB}/allauth/socialaccount/providers/twentythreeandme/__init__.py
 ${PYSITELIB}/allauth/socialaccount/providers/twentythreeandme/__init__.pyc
 ${PYSITELIB}/allauth/socialaccount/providers/twentythreeandme/__init__.pyo
@@ -2943,13 +3002,17 @@ ${PYSITELIB}/allauth/socialaccount/views
 ${PYSITELIB}/allauth/socialaccount/views.pyc
 ${PYSITELIB}/allauth/socialaccount/views.pyo
 ${PYSITELIB}/allauth/templates/account/account_inactive.html
+${PYSITELIB}/allauth/templates/account/base_confirm_code.html
 ${PYSITELIB}/allauth/templates/account/base_entrance.html
 ${PYSITELIB}/allauth/templates/account/base_manage.html
 ${PYSITELIB}/allauth/templates/account/base_manage_email.html
 ${PYSITELIB}/allauth/templates/account/base_manage_password.html
+${PYSITELIB}/allauth/templates/account/base_manage_phone.html
 ${PYSITELIB}/allauth/templates/account/base_reauthenticate.html
 ${PYSITELIB}/allauth/templates/account/confirm_email_verification_code.html
 ${PYSITELIB}/allauth/templates/account/confirm_login_code.html
+${PYSITELIB}/allauth/templates/account/confirm_password_reset_code.html
+${PYSITELIB}/allauth/templates/account/confirm_phone_verification_code.html
 ${PYSITELIB}/allauth/templates/account/email.html
 ${PYSITELIB}/allauth/templates/account/email/account_already_exists_message.txt
 ${PYSITELIB}/allauth/templates/account/email/account_already_exists_subject.txt
@@ -2969,6 +3032,8 @@ ${PYSITELIB}/allauth/templates/account/e
 ${PYSITELIB}/allauth/templates/account/email/login_code_subject.txt
 ${PYSITELIB}/allauth/templates/account/email/password_changed_message.txt
 ${PYSITELIB}/allauth/templates/account/email/password_changed_subject.txt
+${PYSITELIB}/allauth/templates/account/email/password_reset_code_message.txt
+${PYSITELIB}/allauth/templates/account/email/password_reset_code_subject.txt
 ${PYSITELIB}/allauth/templates/account/email/password_reset_key_message.txt
 ${PYSITELIB}/allauth/templates/account/email/password_reset_key_subject.txt
 ${PYSITELIB}/allauth/templates/account/email/password_reset_message.txt
@@ -2991,6 +3056,7 @@ ${PYSITELIB}/allauth/templates/account/m
 ${PYSITELIB}/allauth/templates/account/messages/login_code_sent.txt
 ${PYSITELIB}/allauth/templates/account/messages/password_changed.txt
 ${PYSITELIB}/allauth/templates/account/messages/password_set.txt
+${PYSITELIB}/allauth/templates/account/messages/phone_verified.txt
 ${PYSITELIB}/allauth/templates/account/messages/primary_email_set.txt
 ${PYSITELIB}/allauth/templates/account/messages/unverified_primary_email.txt
 ${PYSITELIB}/allauth/templates/account/password_change.html
@@ -2999,6 +3065,7 @@ ${PYSITELIB}/allauth/templates/account/p
 ${PYSITELIB}/allauth/templates/account/password_reset_from_key.html
 ${PYSITELIB}/allauth/templates/account/password_reset_from_key_done.html
 ${PYSITELIB}/allauth/templates/account/password_set.html
+${PYSITELIB}/allauth/templates/account/phone_change.html
 ${PYSITELIB}/allauth/templates/account/reauthenticate.html
 ${PYSITELIB}/allauth/templates/account/request_login_code.html
 ${PYSITELIB}/allauth/templates/account/signup.html
@@ -3059,6 +3126,7 @@ ${PYSITELIB}/allauth/templates/mfa/recov
 ${PYSITELIB}/allauth/templates/mfa/totp/activate_form.html
 ${PYSITELIB}/allauth/templates/mfa/totp/base.html
 ${PYSITELIB}/allauth/templates/mfa/totp/deactivate_form.html
+${PYSITELIB}/allauth/templates/mfa/trust.html
 ${PYSITELIB}/allauth/templates/mfa/webauthn/add_form.html
 ${PYSITELIB}/allauth/templates/mfa/webauthn/authenticator_confirm_delete.html
 ${PYSITELIB}/allauth/templates/mfa/webauthn/authenticator_list.html

Index: pkgsrc/www/py-django-allauth/distinfo
diff -u pkgsrc/www/py-django-allauth/distinfo:1.15 pkgsrc/www/py-django-allauth/distinfo:1.16
--- pkgsrc/www/py-django-allauth/distinfo:1.15  Fri Feb  7 15:07:59 2025
+++ pkgsrc/www/py-django-allauth/distinfo       Mon Apr 14 18:37:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/02/07 15:07:59 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/04/14 18:37:05 adam Exp $
 
-BLAKE2s (django_allauth-65.4.1.tar.gz) = a3b4721fd01b0204c352c40674d965ad13d77719c66b51669a50d0c2b1d93e0c
-SHA512 (django_allauth-65.4.1.tar.gz) = 16e5102669b8ac9ca79883f6202b86aa32ed9b6b3614add5d84b5e5886b39c28da8325efcd30ba3d2ba361b645ad3a2c1b2fa97dfce4a2f923d29a633485c7ad
-Size (django_allauth-65.4.1.tar.gz) = 1558220 bytes
+BLAKE2s (django_allauth-65.7.0.tar.gz) = 17932b0257f9392e6d85e3694a646da5bea88d9dcaab0b5eff907c138cb6a7d7
+SHA512 (django_allauth-65.7.0.tar.gz) = 1212d603e58338c116bd7ed7fb080a549fde99497f2334ce6f2bc8f3c5271e427407f2c547f23762d0ffd3d403769df972d1b798480aaafd16f4514e172b3af7
+Size (django_allauth-65.7.0.tar.gz) = 1640126 bytes



Home | Main Index | Thread Index | Old Index