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:           Fri May 24 16:53:14 UTC 2024

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

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

0.63.2 (2024-05-24)
*******************

Note worthy changes
-------------------

- ``allauth.headless`` now supports the ``is_open_for_signup()`` adapter method.
  In case signup is closed, a 403 is returned during signup.

- Connecting a third-party account in ``HEADLESS_ONLY`` mode failed if the
  connections view could not be reversed, fixed.

- In case a headless attempt was made to connect a third-party account that was already
  connected to a different account, no error was communicated to the frontend. Fixed.

- When the headless provider signup endpoint was called while that flow was not pending,
  a crash would occur. This has been fixed to return a 409 (conflict).

- Microsoft provider: the URLs pointing to the login and graph API are now
  configurable via the app settings.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-allauth/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/www/py-django-allauth/Makefile:1.11
--- pkgsrc/www/py-django-allauth/Makefile:1.10  Sat May 18 06:10:53 2024
+++ pkgsrc/www/py-django-allauth/Makefile       Fri May 24 16:53:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/05/18 06:10:53 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/05/24 16:53:14 adam Exp $
 
-DISTNAME=      django-allauth-0.63.1
+DISTNAME=      django-allauth-0.63.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-allauth/}

Index: pkgsrc/www/py-django-allauth/distinfo
diff -u pkgsrc/www/py-django-allauth/distinfo:1.9 pkgsrc/www/py-django-allauth/distinfo:1.10
--- pkgsrc/www/py-django-allauth/distinfo:1.9   Sat May 18 06:10:53 2024
+++ pkgsrc/www/py-django-allauth/distinfo       Fri May 24 16:53:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/05/18 06:10:53 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/05/24 16:53:14 adam Exp $
 
-BLAKE2s (django-allauth-0.63.1.tar.gz) = ae119b393c72027cdff4a5be7549944b9c394acc8a0cd5f78558e75b7c836c41
-SHA512 (django-allauth-0.63.1.tar.gz) = 9a3314c67b87ed9c372d9409ca30ccbc7058339ca6ea5f6b8021a162ab9d61a583306429f9d28c9bccf8cdf41fd55418d40b3ffc717a864ec627b3887523af6d
-Size (django-allauth-0.63.1.tar.gz) = 1076577 bytes
+BLAKE2s (django-allauth-0.63.2.tar.gz) = afa5a209d62bf3c637786085efc60f036a1b232c75b1b3b119e833bd8d45a831
+SHA512 (django-allauth-0.63.2.tar.gz) = 205b05ac53a9fb92b238147f9fa5440cd3020f85f278d6747775c0fdd2a2cf2580a580773172ff2ccdf8ffd1dd6d5ccf81b485b7d0d3faa37ec296076991f79d
+Size (django-allauth-0.63.2.tar.gz) = 1079647 bytes



Home | Main Index | Thread Index | Old Index