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: Thu Feb 1 10:31:58 UTC 2024
Modified Files:
pkgsrc/www/py-django-allauth: Makefile PLIST distinfo
Log Message:
py-django-allauth: updated to 0.60.1
0.60.1 (2024-01-15)
*******************
Fixes
-----
- User sessions: after changing your password in case of ``ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False``, the list of
sessions woud be empty instead of showing your current session.
- SAML: accessing the SLS/ACS views using a GET request would result in a crash (500).
- SAML: the login view did not obey the ``SOCIALACCOUNT_LOGIN_ON_GET = False`` setting.
0.60.0 (2024-01-05)
*******************
Note worthy changes
-------------------
- Google One Tap Sign-In is now supported.
- You can now more easily change the URL to redirect to after a successful password
change/set via the newly introduced ``get_password_change_redirect_url()``
adapter method.
- You can now configure the primary key of all models by configuring
``ALLAUTH_DEFAULT_AUTO_FIELD``, for example to:
``"hashid_field.HashidAutoField"``.
Backwards incompatible changes
------------------------------
- You can now specify the URL path prefix that is used for all OpenID Connect
providers using ``SOCIALACCOUNT_OPENID_CONNECT_URL_PREFIX``. By default, it is
set to ``"oidc"``, meaning, an OpenID Connect provider with provider ID
``foo`` uses ``/accounts/oidc/foo/login/`` as its login URL. Set it to empty
(``""``) to keep the previous URL structure (``/accounts/foo/login/``).
- The SAML default attribute mapping for ``uid`` has been changed to only
include ``urn:oasis:names:tc:SAML:attribute:subject-id``. If the SAML response
does not contain that, it will fallback to use ``NameID``.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-allauth/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-allauth/PLIST \
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.5 pkgsrc/www/py-django-allauth/Makefile:1.6
--- pkgsrc/www/py-django-allauth/Makefile:1.5 Sat Dec 2 07:26:21 2023
+++ pkgsrc/www/py-django-allauth/Makefile Thu Feb 1 10:31:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/12/02 07:26:21 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/01 10:31:58 adam Exp $
-DISTNAME= django-allauth-0.58.2
+DISTNAME= django-allauth-0.60.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-allauth/}
@@ -13,7 +13,7 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>-40.8.0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-JWT>=1.7:../../textproc/py-JWT
-DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
+DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-openid>=3.0.8:../../security/py-openid
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.3.0:../../security/py-requests-oauthlib
Index: pkgsrc/www/py-django-allauth/PLIST
diff -u pkgsrc/www/py-django-allauth/PLIST:1.4 pkgsrc/www/py-django-allauth/PLIST:1.5
--- pkgsrc/www/py-django-allauth/PLIST:1.4 Sat Dec 2 07:26:21 2023
+++ pkgsrc/www/py-django-allauth/PLIST Thu Feb 1 10:31:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/12/02 07:26:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/02/01 10:31:58 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -26,6 +26,9 @@ ${PYSITELIB}/allauth/account/apps.pyo
${PYSITELIB}/allauth/account/auth_backends.py
${PYSITELIB}/allauth/account/auth_backends.pyc
${PYSITELIB}/allauth/account/auth_backends.pyo
+${PYSITELIB}/allauth/account/authentication.py
+${PYSITELIB}/allauth/account/authentication.pyc
+${PYSITELIB}/allauth/account/authentication.pyo
${PYSITELIB}/allauth/account/decorators.py
${PYSITELIB}/allauth/account/decorators.pyc
${PYSITELIB}/allauth/account/decorators.pyo
@@ -98,6 +101,9 @@ ${PYSITELIB}/allauth/account/tests/test_
${PYSITELIB}/allauth/account/tests/test_change_email.py
${PYSITELIB}/allauth/account/tests/test_change_email.pyc
${PYSITELIB}/allauth/account/tests/test_change_email.pyo
+${PYSITELIB}/allauth/account/tests/test_change_password.py
+${PYSITELIB}/allauth/account/tests/test_change_password.pyc
+${PYSITELIB}/allauth/account/tests/test_change_password.pyo
${PYSITELIB}/allauth/account/tests/test_commands.py
${PYSITELIB}/allauth/account/tests/test_commands.pyc
${PYSITELIB}/allauth/account/tests/test_commands.pyo
@@ -122,6 +128,9 @@ ${PYSITELIB}/allauth/account/tests/test_
${PYSITELIB}/allauth/account/tests/test_ratelimit.py
${PYSITELIB}/allauth/account/tests/test_ratelimit.pyc
${PYSITELIB}/allauth/account/tests/test_ratelimit.pyo
+${PYSITELIB}/allauth/account/tests/test_reauthentication.py
+${PYSITELIB}/allauth/account/tests/test_reauthentication.pyc
+${PYSITELIB}/allauth/account/tests/test_reauthentication.pyo
${PYSITELIB}/allauth/account/tests/test_reset_password.py
${PYSITELIB}/allauth/account/tests/test_reset_password.pyc
${PYSITELIB}/allauth/account/tests/test_reset_password.pyo
@@ -175,6 +184,8 @@ ${PYSITELIB}/allauth/exceptions.pyc
${PYSITELIB}/allauth/exceptions.pyo
${PYSITELIB}/allauth/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/allauth/locale/ar/LC_MESSAGES/django.po
+${PYSITELIB}/allauth/locale/az/LC_MESSAGES/django.mo
+${PYSITELIB}/allauth/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/allauth/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/allauth/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/allauth/locale/ca/LC_MESSAGES/django.mo
@@ -267,6 +278,9 @@ ${PYSITELIB}/allauth/mfa/__init__.pyo
${PYSITELIB}/allauth/mfa/adapter.py
${PYSITELIB}/allauth/mfa/adapter.pyc
${PYSITELIB}/allauth/mfa/adapter.pyo
+${PYSITELIB}/allauth/mfa/admin.py
+${PYSITELIB}/allauth/mfa/admin.pyc
+${PYSITELIB}/allauth/mfa/admin.pyo
${PYSITELIB}/allauth/mfa/app_settings.py
${PYSITELIB}/allauth/mfa/app_settings.pyc
${PYSITELIB}/allauth/mfa/app_settings.pyo
@@ -279,6 +293,9 @@ ${PYSITELIB}/allauth/mfa/forms.pyo
${PYSITELIB}/allauth/mfa/migrations/0001_initial.py
${PYSITELIB}/allauth/mfa/migrations/0001_initial.pyc
${PYSITELIB}/allauth/mfa/migrations/0001_initial.pyo
+${PYSITELIB}/allauth/mfa/migrations/0002_authenticator_timestamps.py
+${PYSITELIB}/allauth/mfa/migrations/0002_authenticator_timestamps.pyc
+${PYSITELIB}/allauth/mfa/migrations/0002_authenticator_timestamps.pyo
${PYSITELIB}/allauth/mfa/migrations/__init__.py
${PYSITELIB}/allauth/mfa/migrations/__init__.pyc
${PYSITELIB}/allauth/mfa/migrations/__init__.pyo
@@ -534,6 +551,9 @@ ${PYSITELIB}/allauth/socialaccount/provi
${PYSITELIB}/allauth/socialaccount/providers/base/provider.py
${PYSITELIB}/allauth/socialaccount/providers/base/provider.pyc
${PYSITELIB}/allauth/socialaccount/providers/base/provider.pyo
+${PYSITELIB}/allauth/socialaccount/providers/base/utils.py
+${PYSITELIB}/allauth/socialaccount/providers/base/utils.pyc
+${PYSITELIB}/allauth/socialaccount/providers/base/utils.pyo
${PYSITELIB}/allauth/socialaccount/providers/basecamp/__init__.py
${PYSITELIB}/allauth/socialaccount/providers/basecamp/__init__.pyc
${PYSITELIB}/allauth/socialaccount/providers/basecamp/__init__.pyo
@@ -570,21 +590,6 @@ ${PYSITELIB}/allauth/socialaccount/provi
${PYSITELIB}/allauth/socialaccount/providers/battlenet/views.py
${PYSITELIB}/allauth/socialaccount/providers/battlenet/views.pyc
${PYSITELIB}/allauth/socialaccount/providers/battlenet/views.pyo
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/__init__.py
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/__init__.pyc
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/__init__.pyo
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/provider.py
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/provider.pyc
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/provider.pyo
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/tests.py
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/tests.pyc
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/tests.pyo
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/urls.py
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/urls.pyc
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/urls.pyo
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/views.py
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/views.pyc
-${PYSITELIB}/allauth/socialaccount/providers/bitbucket/views.pyo
${PYSITELIB}/allauth/socialaccount/providers/bitbucket_oauth2/__init__.py
${PYSITELIB}/allauth/socialaccount/providers/bitbucket_oauth2/__init__.pyc
${PYSITELIB}/allauth/socialaccount/providers/bitbucket_oauth2/__init__.pyo
@@ -1311,21 +1316,6 @@ ${PYSITELIB}/allauth/socialaccount/provi
${PYSITELIB}/allauth/socialaccount/providers/line/views.py
${PYSITELIB}/allauth/socialaccount/providers/line/views.pyc
${PYSITELIB}/allauth/socialaccount/providers/line/views.pyo
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/__init__.py
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/__init__.pyc
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/__init__.pyo
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/provider.py
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/provider.pyc
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/provider.pyo
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/tests.py
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/tests.pyc
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/tests.pyo
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/urls.py
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/urls.pyc
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/urls.pyo
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/views.py
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/views.pyc
-${PYSITELIB}/allauth/socialaccount/providers/linkedin/views.pyo
${PYSITELIB}/allauth/socialaccount/providers/linkedin_oauth2/__init__.py
${PYSITELIB}/allauth/socialaccount/providers/linkedin_oauth2/__init__.pyc
${PYSITELIB}/allauth/socialaccount/providers/linkedin_oauth2/__init__.pyo
@@ -2371,6 +2361,7 @@ ${PYSITELIB}/allauth/templates/account/b
${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_reauthenticate.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
@@ -2419,10 +2410,12 @@ ${PYSITELIB}/allauth/templates/allauth/e
${PYSITELIB}/allauth/templates/allauth/elements/form.html
${PYSITELIB}/allauth/templates/allauth/elements/h1.html
${PYSITELIB}/allauth/templates/allauth/elements/h2.html
+${PYSITELIB}/allauth/templates/allauth/elements/hr.html
${PYSITELIB}/allauth/templates/allauth/elements/img.html
${PYSITELIB}/allauth/templates/allauth/elements/panel.html
${PYSITELIB}/allauth/templates/allauth/elements/provider.html
${PYSITELIB}/allauth/templates/allauth/elements/provider_list.html
+${PYSITELIB}/allauth/templates/allauth/elements/table.html
${PYSITELIB}/allauth/templates/allauth/layouts/base.html
${PYSITELIB}/allauth/templates/allauth/layouts/entrance.html
${PYSITELIB}/allauth/templates/allauth/layouts/manage.html
@@ -2433,6 +2426,7 @@ ${PYSITELIB}/allauth/templates/mfa/index
${PYSITELIB}/allauth/templates/mfa/messages/recovery_codes_generated.txt
${PYSITELIB}/allauth/templates/mfa/messages/totp_activated.txt
${PYSITELIB}/allauth/templates/mfa/messages/totp_deactivated.txt
+${PYSITELIB}/allauth/templates/mfa/reauthenticate.html
${PYSITELIB}/allauth/templates/mfa/recovery_codes/base.html
${PYSITELIB}/allauth/templates/mfa/recovery_codes/download.txt
${PYSITELIB}/allauth/templates/mfa/recovery_codes/generate.html
@@ -2457,6 +2451,9 @@ ${PYSITELIB}/allauth/templates/socialacc
${PYSITELIB}/allauth/templates/socialaccount/snippets/login_extra.html
${PYSITELIB}/allauth/templates/socialaccount/snippets/provider_list.html
${PYSITELIB}/allauth/templates/tests/test_403_csrf.html
+${PYSITELIB}/allauth/templates/usersessions/base_manage.html
+${PYSITELIB}/allauth/templates/usersessions/messages/sessions_logged_out.txt
+${PYSITELIB}/allauth/templates/usersessions/usersession_list.html
${PYSITELIB}/allauth/templatetags/__init__.py
${PYSITELIB}/allauth/templatetags/__init__.pyc
${PYSITELIB}/allauth/templatetags/__init__.pyo
@@ -2469,6 +2466,51 @@ ${PYSITELIB}/allauth/tests.pyo
${PYSITELIB}/allauth/urls.py
${PYSITELIB}/allauth/urls.pyc
${PYSITELIB}/allauth/urls.pyo
+${PYSITELIB}/allauth/usersessions/__init__.py
+${PYSITELIB}/allauth/usersessions/__init__.pyc
+${PYSITELIB}/allauth/usersessions/__init__.pyo
+${PYSITELIB}/allauth/usersessions/adapter.py
+${PYSITELIB}/allauth/usersessions/adapter.pyc
+${PYSITELIB}/allauth/usersessions/adapter.pyo
+${PYSITELIB}/allauth/usersessions/admin.py
+${PYSITELIB}/allauth/usersessions/admin.pyc
+${PYSITELIB}/allauth/usersessions/admin.pyo
+${PYSITELIB}/allauth/usersessions/app_settings.py
+${PYSITELIB}/allauth/usersessions/app_settings.pyc
+${PYSITELIB}/allauth/usersessions/app_settings.pyo
+${PYSITELIB}/allauth/usersessions/apps.py
+${PYSITELIB}/allauth/usersessions/apps.pyc
+${PYSITELIB}/allauth/usersessions/apps.pyo
+${PYSITELIB}/allauth/usersessions/forms.py
+${PYSITELIB}/allauth/usersessions/forms.pyc
+${PYSITELIB}/allauth/usersessions/forms.pyo
+${PYSITELIB}/allauth/usersessions/middleware.py
+${PYSITELIB}/allauth/usersessions/middleware.pyc
+${PYSITELIB}/allauth/usersessions/middleware.pyo
+${PYSITELIB}/allauth/usersessions/migrations/0001_initial.py
+${PYSITELIB}/allauth/usersessions/migrations/0001_initial.pyc
+${PYSITELIB}/allauth/usersessions/migrations/0001_initial.pyo
+${PYSITELIB}/allauth/usersessions/migrations/__init__.py
+${PYSITELIB}/allauth/usersessions/migrations/__init__.pyc
+${PYSITELIB}/allauth/usersessions/migrations/__init__.pyo
+${PYSITELIB}/allauth/usersessions/models.py
+${PYSITELIB}/allauth/usersessions/models.pyc
+${PYSITELIB}/allauth/usersessions/models.pyo
+${PYSITELIB}/allauth/usersessions/signals.py
+${PYSITELIB}/allauth/usersessions/signals.pyc
+${PYSITELIB}/allauth/usersessions/signals.pyo
+${PYSITELIB}/allauth/usersessions/tests/__init__.py
+${PYSITELIB}/allauth/usersessions/tests/__init__.pyc
+${PYSITELIB}/allauth/usersessions/tests/__init__.pyo
+${PYSITELIB}/allauth/usersessions/tests/test_views.py
+${PYSITELIB}/allauth/usersessions/tests/test_views.pyc
+${PYSITELIB}/allauth/usersessions/tests/test_views.pyo
+${PYSITELIB}/allauth/usersessions/urls.py
+${PYSITELIB}/allauth/usersessions/urls.pyc
+${PYSITELIB}/allauth/usersessions/urls.pyo
+${PYSITELIB}/allauth/usersessions/views.py
+${PYSITELIB}/allauth/usersessions/views.pyc
+${PYSITELIB}/allauth/usersessions/views.pyo
${PYSITELIB}/allauth/utils.py
${PYSITELIB}/allauth/utils.pyc
${PYSITELIB}/allauth/utils.pyo
Index: pkgsrc/www/py-django-allauth/distinfo
diff -u pkgsrc/www/py-django-allauth/distinfo:1.4 pkgsrc/www/py-django-allauth/distinfo:1.5
--- pkgsrc/www/py-django-allauth/distinfo:1.4 Sat Dec 2 07:26:21 2023
+++ pkgsrc/www/py-django-allauth/distinfo Thu Feb 1 10:31:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/12/02 07:26:21 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/02/01 10:31:58 adam Exp $
-BLAKE2s (django-allauth-0.58.2.tar.gz) = d05ad9655e12e37996678b08429eb2656b05226be0152be7320a1e960eb7591c
-SHA512 (django-allauth-0.58.2.tar.gz) = 79662a8b1f177ff15169b98c0360729ed325b73b536125f3edaf449ae69a7f9462c8c3df7947be460579da82c8b24a854bc85344ff7d63896371bf364ba6c154
-Size (django-allauth-0.58.2.tar.gz) = 872381 bytes
+BLAKE2s (django-allauth-0.60.1.tar.gz) = cc4f7cc5417ab2bb44245e859182086ca8decf651bcc1143bc165004df07a61d
+SHA512 (django-allauth-0.60.1.tar.gz) = e3369265034c17791bec059e2cd50c2fac08cc32e41d0a8801de91d2875161182d1bde26cccfe7e76a84fccbf212f50e44810c1bef25a47b6254d08cbc93ca2d
+Size (django-allauth-0.60.1.tar.gz) = 936373 bytes
Home |
Main Index |
Thread Index |
Old Index