From owner-svn-ports-head@freebsd.org Sun May 12 21:21:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C50815A32A7; Sun, 12 May 2019 21:21:40 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20D278BF0B; Sun, 12 May 2019 21:21:40 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3B0A385; Sun, 12 May 2019 21:21:39 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4CLLdW1069355; Sun, 12 May 2019 21:21:39 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4CLLdaC069353; Sun, 12 May 2019 21:21:39 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201905122121.x4CLLdaC069353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 12 May 2019 21:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501508 - head/www/py-django-allauth X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-django-allauth X-SVN-Commit-Revision: 501508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 20D278BF0B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.75 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.76)[-0.756,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2019 21:21:40 -0000 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 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