Date: Tue, 15 Mar 2016 17:34:08 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411197 - head/www/py-django-allauth Message-ID: <201603151734.u2FHY8xp015342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Mar 15 17:34:08 2016 New Revision: 411197 URL: https://svnweb.freebsd.org/changeset/ports/411197 Log: 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 Modified: head/www/py-django-allauth/Makefile head/www/py-django-allauth/distinfo Modified: head/www/py-django-allauth/Makefile ============================================================================== --- head/www/py-django-allauth/Makefile Tue Mar 15 17:26:50 2016 (r411196) +++ head/www/py-django-allauth/Makefile Tue Mar 15 17:34:08 2016 (r411197) @@ -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} Modified: head/www/py-django-allauth/distinfo ============================================================================== --- head/www/py-django-allauth/distinfo Tue Mar 15 17:26:50 2016 (r411196) +++ head/www/py-django-allauth/distinfo Tue Mar 15 17:34:08 2016 (r411197) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151734.u2FHY8xp015342>