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 Aug 31 17:36:13 UTC 2023

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

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

0.55.2 (2023-08-30)
*******************

Fixes
-----

- Email confirmation: An attribute error could occur when following invalid
  email confirmation links.

0.55.1 (2023-08-30)
*******************

Fixes
-----

- SAML: the lookup of the app (``SocialApp``) was working correctly for apps
  configured via the settings, but failed when the app was configured via the
  Django admin.

- Keycloak: fixed reversal of the callback URL, which was reversed using
  ``"openid_connect_callback"`` instead of ``"keycloak_callback"``. Although the
  resulting URL is the same, it results in a ``NoReverseMatch`` error when
  ``allauth.socialaccount.providers.openid_connect`` is not present in
  ``INSTALLED_APPS``.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-allauth/Makefile \
    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.2 pkgsrc/www/py-django-allauth/Makefile:1.3
--- pkgsrc/www/py-django-allauth/Makefile:1.2   Wed Aug 30 13:52:00 2023
+++ pkgsrc/www/py-django-allauth/Makefile       Thu Aug 31 17:36:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/08/30 13:52:00 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/31 17:36:13 adam Exp $
 
-DISTNAME=      django-allauth-0.55.0
+DISTNAME=      django-allauth-0.55.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 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.2 pkgsrc/www/py-django-allauth/PLIST:1.3
--- pkgsrc/www/py-django-allauth/PLIST:1.2      Wed Aug 30 13:52:00 2023
+++ pkgsrc/www/py-django-allauth/PLIST  Thu Aug 31 17:36:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/08/30 13:52:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/08/31 17:36:13 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -2282,6 +2282,9 @@ ${PYSITELIB}/allauth/socialaccount/templ
 ${PYSITELIB}/allauth/socialaccount/tests/__init__.py
 ${PYSITELIB}/allauth/socialaccount/tests/__init__.pyc
 ${PYSITELIB}/allauth/socialaccount/tests/__init__.pyo
+${PYSITELIB}/allauth/socialaccount/tests/test_adapter.py
+${PYSITELIB}/allauth/socialaccount/tests/test_adapter.pyc
+${PYSITELIB}/allauth/socialaccount/tests/test_adapter.pyo
 ${PYSITELIB}/allauth/socialaccount/tests/test_login.py
 ${PYSITELIB}/allauth/socialaccount/tests/test_login.pyc
 ${PYSITELIB}/allauth/socialaccount/tests/test_login.pyo
Index: pkgsrc/www/py-django-allauth/distinfo
diff -u pkgsrc/www/py-django-allauth/distinfo:1.2 pkgsrc/www/py-django-allauth/distinfo:1.3
--- pkgsrc/www/py-django-allauth/distinfo:1.2   Wed Aug 30 13:52:00 2023
+++ pkgsrc/www/py-django-allauth/distinfo       Thu Aug 31 17:36:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/08/30 13:52:00 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/08/31 17:36:13 adam Exp $
 
-BLAKE2s (django-allauth-0.55.0.tar.gz) = e1a258a538599ef1c2be98edd5b93955e1cd1da65c3b834a87451c2786e1d34b
-SHA512 (django-allauth-0.55.0.tar.gz) = eab3fbff47d6c2230255425b34fc271ca4e1ea5d8c71190cc798296758b14b5b3c923c81f9bc56d2c3236606a59c7f018e286821000e7a716ecee48a4ab21aea
-Size (django-allauth-0.55.0.tar.gz) = 780478 bytes
+BLAKE2s (django-allauth-0.55.2.tar.gz) = 41ebc813415b5f297b7ffdedf558464e2f3aaa5cf06a251279ec001eeee2f6b0
+SHA512 (django-allauth-0.55.2.tar.gz) = 479599271f778a377bd58e59dbb1eed828bf69accbf81a26c6a8a7aedd877beb57a433e42c3fc8eb507af3c95f5d819da871d86717f20dfe6ef3abdfd2d84e12
+Size (django-allauth-0.55.2.tar.gz) = 781237 bytes



Home | Main Index | Thread Index | Old Index