www/py-django-allauth: Update to 0.25.2

0.25.0 (2016-03-12)
* Many providers were added: Reddit, Untappd, GitLab, Stripe,
    Pinterest, Shopify, Draugiem, DigitalOcean, Robinhood, Bitbucket(OAuth2).
* The account connections view is now AJAX aware.
* You can now customize the template extension that is being used to
    render all HTML templates (ACCOUNT_TEMPLATE_EXTENSION)
* In order to be secure by default, users are now blocked from logging
    in after exceeding a maximum number of failed login attempts (see
    ACCOUNT_LOGIN_ATTEMPTS_LIMIT, ACCOUNT_LOGIN_ATTEMPTS_TIMEOUT). Set
    ACCOUNT_LOGIN_ATTEMPTS_LIMIT to None to disable this functionality.
    Important: while this protects the allauth login view, it does not
    protect Django’s admin login from being brute forced.
* New translations: Arabic, Lithuanian

0.25.1 (2016-03-13)
* Bug fix release (AttributeError in password reset view).

0.25.2 (2016-03-13)
* Bug fix release (MemcachedKeyCharacterError: "Control characters not
    allowed")

PR:		207950
This commit is contained in:
Mark Felder 2016-03-15 17:34:08 +00:00
parent 9ba099c0e0
commit 0be422f6b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411197
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= django-allauth
PORTVERSION= 0.24.1
PORTREVISION= 1
PORTVERSION= 0.25.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,2 +1,2 @@
SHA256 (django-allauth-0.24.1.tar.gz) = 229a6a5a63ff55f9eb46d4dae3863ba775735bf60bfc16bf4e2042f214f18e1d
SIZE (django-allauth-0.24.1.tar.gz) = 336969
SHA256 (django-allauth-0.25.2.tar.gz) = 382632fc4e85d577bcb4a747dcd0fff0b4893fffe275922e8489855608f50252
SIZE (django-allauth-0.25.2.tar.gz) = 408966