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 May 12 13:05:53 UTC 2025

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

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

65.8.0 (2025-05-08)

Note worthy changes

- Fixed VK (a.k.a VK ID) social account provider. Improved its documentation.

- Added optional support for requesting new email/phone verification codes during
  signup.  See ``ACCOUNT_EMAIL_VERIFICATION_SUPPORTS_RESEND`` and
  ``ACCOUNT_PHONE_VERIFICATION_SUPPORTS_RESEND``.

- Added optional support for changing your email or phone at the verification stage while signing up.
  See ``ACCOUNT_EMAIL_VERIFICATION_SUPPORTS_CHANGE`` and
  ``ACCOUNT_PHONE_VERIFICATION_SUPPORTS_CHANGE``.

- Added support for Mailcow OAuth2.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-django-allauth/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-django-allauth/PLIST
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/www/py-django-allauth/Makefile:1.20
--- pkgsrc/www/py-django-allauth/Makefile:1.19  Mon Apr 14 18:37:05 2025
+++ pkgsrc/www/py-django-allauth/Makefile       Mon May 12 13:05:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/04/14 18:37:05 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/05/12 13:05:52 adam Exp $
 
-DISTNAME=      django_allauth-65.7.0
+DISTNAME=      django_allauth-65.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-allauth/}

Index: pkgsrc/www/py-django-allauth/PLIST
diff -u pkgsrc/www/py-django-allauth/PLIST:1.13 pkgsrc/www/py-django-allauth/PLIST:1.14
--- pkgsrc/www/py-django-allauth/PLIST:1.13     Mon Apr 14 18:37:05 2025
+++ pkgsrc/www/py-django-allauth/PLIST  Mon May 12 13:05:52 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2025/04/14 18:37:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/05/12 13:05:52 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -379,6 +379,9 @@ ${PYSITELIB}/allauth/headless/base/urls.
 ${PYSITELIB}/allauth/headless/base/views.py
 ${PYSITELIB}/allauth/headless/base/views.pyc
 ${PYSITELIB}/allauth/headless/base/views.pyo
+${PYSITELIB}/allauth/headless/checks.py
+${PYSITELIB}/allauth/headless/checks.pyc
+${PYSITELIB}/allauth/headless/checks.pyo
 ${PYSITELIB}/allauth/headless/conftest.py
 ${PYSITELIB}/allauth/headless/conftest.pyc
 ${PYSITELIB}/allauth/headless/conftest.pyo
@@ -1943,6 +1946,21 @@ ${PYSITELIB}/allauth/socialaccount/provi
 ${PYSITELIB}/allauth/socialaccount/providers/mailchimp/views.py
 ${PYSITELIB}/allauth/socialaccount/providers/mailchimp/views.pyc
 ${PYSITELIB}/allauth/socialaccount/providers/mailchimp/views.pyo
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/__init__.py
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/__init__.pyc
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/__init__.pyo
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/provider.py
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/provider.pyc
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/provider.pyo
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/tests.py
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/tests.pyc
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/tests.pyo
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/urls.py
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/urls.pyc
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/urls.pyo
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/views.py
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/views.pyc
+${PYSITELIB}/allauth/socialaccount/providers/mailcow/views.pyo
 ${PYSITELIB}/allauth/socialaccount/providers/mailru/__init__.py
 ${PYSITELIB}/allauth/socialaccount/providers/mailru/__init__.pyc
 ${PYSITELIB}/allauth/socialaccount/providers/mailru/__init__.pyo
@@ -3056,6 +3074,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_verification_sent.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
@@ -3079,6 +3098,7 @@ ${PYSITELIB}/allauth/templates/allauth/e
 ${PYSITELIB}/allauth/templates/allauth/elements/badge.html
 ${PYSITELIB}/allauth/templates/allauth/elements/button.html
 ${PYSITELIB}/allauth/templates/allauth/elements/button_group.html
+${PYSITELIB}/allauth/templates/allauth/elements/details.html
 ${PYSITELIB}/allauth/templates/allauth/elements/field.html
 ${PYSITELIB}/allauth/templates/allauth/elements/fields.html
 ${PYSITELIB}/allauth/templates/allauth/elements/form.html

Index: pkgsrc/www/py-django-allauth/distinfo
diff -u pkgsrc/www/py-django-allauth/distinfo:1.16 pkgsrc/www/py-django-allauth/distinfo:1.17
--- pkgsrc/www/py-django-allauth/distinfo:1.16  Mon Apr 14 18:37:05 2025
+++ pkgsrc/www/py-django-allauth/distinfo       Mon May 12 13:05:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/04/14 18:37:05 adam Exp $
+$NetBSD: distinfo,v 1.17 2025/05/12 13:05:52 adam Exp $
 
-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
+BLAKE2s (django_allauth-65.8.0.tar.gz) = af40b7287193e2b3560481786e366dd659726166c42e8d8c5cc50284790abf80
+SHA512 (django_allauth-65.8.0.tar.gz) = 45ec03bf3a84ee68ac8fe580e1bf5b58207a11c9a5302a3b5a51550af38f4388b07145455560415b52815d90b03bb5ceda7db985b62301d1ee323a335b6a00ab
+Size (django_allauth-65.8.0.tar.gz) = 1679978 bytes



Home | Main Index | Thread Index | Old Index