Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 21:21:39 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501508 - head/www/py-django-allauth
Message-ID:  <201905122121.x4CLLdaC069353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sun May 12 21:21:39 2019
New Revision: 501508
URL: https://svnweb.freebsd.org/changeset/ports/501508

Log:
  www/py-django-allauth: Update to 0.39.1
  
  * Pet portlint
  
  Changelog since 0.38.0:
  
  * The linkedin_oauth2 provider now gracefully deals with old V1 data that
    might still be present in SocialAccount.extra_data.
  * New providers: JupyterHub (OAuth2), Steam (OpenID)
  * Refactor translations: Portuguese (Portugal).
  * Add testing for Django 2.2 (no code changes required)
  
  Backwards incompatible changes
  
  * linkedin_oauth2: As the LinkedIn V1 API is deprecated, the user info
    endpoint has been moved over to use the API V2. The format of the user
    extra_data is different and the profile picture is absent by default.
  
  https://github.com/pennersr/django-allauth/blob/0.39.1/ChangeLog.rst
  
  PR:		237828
  Submitted by:	vladimir.chukharev@gmail.com (maintainer)

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	Sun May 12 21:18:09 2019	(r501507)
+++ head/www/py-django-allauth/Makefile	Sun May 12 21:21:39 2019	(r501508)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-allauth
-PORTVERSION=	0.38.0
-PORTREVISION=	1
+PORTVERSION=	0.39.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +16,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:ww
 		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 

Modified: head/www/py-django-allauth/distinfo
==============================================================================
--- head/www/py-django-allauth/distinfo	Sun May 12 21:18:09 2019	(r501507)
+++ head/www/py-django-allauth/distinfo	Sun May 12 21:21:39 2019	(r501508)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540314994
-SHA256 (django-allauth-0.38.0.tar.gz) = 45661b6fe308466154adf54461679fab6f0c6850b10c56dc322fbbb9d47e03d9
-SIZE (django-allauth-0.38.0.tar.gz) = 511013
+TIMESTAMP = 1557484754
+SHA256 (django-allauth-0.39.1.tar.gz) = 4444434c2f43188e16e0a7732c3638e12787ca7e5032f69b6d30b2912f53809e
+SIZE (django-allauth-0.39.1.tar.gz) = 534674



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905122121.x4CLLdaC069353>