Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:39:01 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7ee0a9871a2 - main - www/py-django-allauth: Update to 0.53.1
Message-ID:  <202304051739.335Hd1N1089678@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ee0a9871a2fb96924b52711dd54440fa60255e

commit b7ee0a9871a2fb96924b52711dd54440fa60255e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:19:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:56 +0000

    www/py-django-allauth: Update to 0.53.1
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst
---
 www/py-django-allauth/Makefile  | 5 +++--
 www/py-django-allauth/distinfo  | 6 +++---
 www/py-django-allauth/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile
index 75b5b0e87401..cda8c89c6267 100644
--- a/www/py-django-allauth/Makefile
+++ b/www/py-django-allauth/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	django-allauth
-PORTVERSION=	0.52.0
+PORTVERSION=	0.53.1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	User registration with social account authentication
-WWW=		https://www.intenct.nl/projects/django-allauth/
+WWW=		https://www.intenct.nl/projects/django-allauth/ \
+		https://github.com/pennersr/django-allauth
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/www/py-django-allauth/distinfo b/www/py-django-allauth/distinfo
index ca5f882e3bb3..c4831c274016 100644
--- a/www/py-django-allauth/distinfo
+++ b/www/py-django-allauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674590832
-SHA256 (django-allauth-0.52.0.tar.gz) = e380661ceafe55734c40102819ae720403027036f28e9f9827f0faeddc24ed5f
-SIZE (django-allauth-0.52.0.tar.gz) = 728337
+TIMESTAMP = 1679498832
+SHA256 (django-allauth-0.53.1.tar.gz) = 1336f430d5797e7484dfddc6ddb1d5f61f04bb24a9519b64756847d089b2ffba
+SIZE (django-allauth-0.53.1.tar.gz) = 736728
diff --git a/www/py-django-allauth/pkg-descr b/www/py-django-allauth/pkg-descr
index 649df88985af..83cdfd8f3fe9 100644
--- a/www/py-django-allauth/pkg-descr
+++ b/www/py-django-allauth/pkg-descr
@@ -1,4 +1,2 @@
 django-allauth is a reusable Django app that allows for both local and social
 authentication, with flows that just work.
-
-See also: https://github.com/pennersr/django-allauth



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