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 May 22 05:37:49 UTC 2025
Modified Files:
pkgsrc/www/py-django-allauth: Makefile PLIST distinfo
Log Message:
py-django-allauth: updated to 65.8.1
65.8.1 (2025-05-21)
Fixes
- Fixed a compatibility issue with the newly released fido2 2.0.0 package.
Security notice
- After a successful login, the rate limits for that login were cleared,
allowing a succesful login on a specific IP address to be used as a means to
clear the login failed rate limit for that IP address. Fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-django-allauth/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-django-allauth/PLIST
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/www/py-django-allauth/Makefile:1.21
--- pkgsrc/www/py-django-allauth/Makefile:1.20 Mon May 12 13:05:52 2025
+++ pkgsrc/www/py-django-allauth/Makefile Thu May 22 05:37:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/05/12 13:05:52 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/05/22 05:37:49 adam Exp $
-DISTNAME= django_allauth-65.8.0
+DISTNAME= django_allauth-65.8.1
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.14 pkgsrc/www/py-django-allauth/PLIST:1.15
--- pkgsrc/www/py-django-allauth/PLIST:1.14 Mon May 12 13:05:52 2025
+++ pkgsrc/www/py-django-allauth/PLIST Thu May 22 05:37:49 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/05/12 13:05:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/05/22 05:37:49 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -271,6 +271,9 @@ ${PYSITELIB}/allauth/core/internal/httpk
${PYSITELIB}/allauth/core/internal/modelkit.py
${PYSITELIB}/allauth/core/internal/modelkit.pyc
${PYSITELIB}/allauth/core/internal/modelkit.pyo
+${PYSITELIB}/allauth/core/internal/ratelimit.py
+${PYSITELIB}/allauth/core/internal/ratelimit.pyc
+${PYSITELIB}/allauth/core/internal/ratelimit.pyo
${PYSITELIB}/allauth/core/internal/tests/__init__.py
${PYSITELIB}/allauth/core/internal/tests/__init__.pyc
${PYSITELIB}/allauth/core/internal/tests/__init__.pyo
@@ -280,15 +283,12 @@ ${PYSITELIB}/allauth/core/internal/tests
${PYSITELIB}/allauth/core/internal/tests/test_modelkit.py
${PYSITELIB}/allauth/core/internal/tests/test_modelkit.pyc
${PYSITELIB}/allauth/core/internal/tests/test_modelkit.pyo
+${PYSITELIB}/allauth/core/internal/tests/test_ratelimit.py
+${PYSITELIB}/allauth/core/internal/tests/test_ratelimit.pyc
+${PYSITELIB}/allauth/core/internal/tests/test_ratelimit.pyo
${PYSITELIB}/allauth/core/ratelimit.py
${PYSITELIB}/allauth/core/ratelimit.pyc
${PYSITELIB}/allauth/core/ratelimit.pyo
-${PYSITELIB}/allauth/core/tests/__init__.py
-${PYSITELIB}/allauth/core/tests/__init__.pyc
-${PYSITELIB}/allauth/core/tests/__init__.pyo
-${PYSITELIB}/allauth/core/tests/test_ratelimit.py
-${PYSITELIB}/allauth/core/tests/test_ratelimit.pyc
-${PYSITELIB}/allauth/core/tests/test_ratelimit.pyo
${PYSITELIB}/allauth/decorators.py
${PYSITELIB}/allauth/decorators.pyc
${PYSITELIB}/allauth/decorators.pyo
Index: pkgsrc/www/py-django-allauth/distinfo
diff -u pkgsrc/www/py-django-allauth/distinfo:1.17 pkgsrc/www/py-django-allauth/distinfo:1.18
--- pkgsrc/www/py-django-allauth/distinfo:1.17 Mon May 12 13:05:52 2025
+++ pkgsrc/www/py-django-allauth/distinfo Thu May 22 05:37:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/05/12 13:05:52 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/05/22 05:37:49 adam Exp $
-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
+BLAKE2s (django_allauth-65.8.1.tar.gz) = 97ff6942580f05eae1d386bfab8d3565584c48bab1827b4b1ecf5f4ab824c135
+SHA512 (django_allauth-65.8.1.tar.gz) = cd1ed7433586ce4df665301c6d5d893601f2e0435bcc89501f89e08047ce915cb1dc5740c51fa12ee77f08325e2e7e6f96f085c1ec556c916ca69137e021e704
+Size (django_allauth-65.8.1.tar.gz) = 1681310 bytes
Home |
Main Index |
Thread Index |
Old Index