git: 694a16c1098c - main - www/py-tornado: Update to 6.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 07 Jul 2022 21:44:59 UTC
The branch main has been updated by sunpoet:

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

commit 694a16c1098c78e7794997e2d5353096a433258e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-07 21:28:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-07 21:42:57 +0000

    www/py-tornado: Update to 6.2
    
    Changes:        https://www.tornadoweb.org/en/stable/releases.html
---
 www/py-tornado/Makefile  | 4 ++--
 www/py-tornado/distinfo  | 6 +++---
 www/py-tornado/pkg-descr | 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile
index 6b93f4d30985..61e89c61f424 100644
--- a/www/py-tornado/Makefile
+++ b/www/py-tornado/Makefile
@@ -1,7 +1,7 @@
 # Created by: Guixing Bai <khsing.cn@gmail.com>
 
 PORTNAME=	tornado
-PORTVERSION=	6.1
+PORTVERSION=	6.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
-USES=		cpe python:3.5+
+USES=		cpe python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}tornado4 \
diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo
index c46e78809ada..6da60036d0d5 100644
--- a/www/py-tornado/distinfo
+++ b/www/py-tornado/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611403957
-SHA256 (tornado-6.1.tar.gz) = 33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791
-SIZE (tornado-6.1.tar.gz) = 497359
+TIMESTAMP = 1657199045
+SHA256 (tornado-6.2.tar.gz) = 9b630419bde84ec666bfd7ea0a4cb2a8a651c2d5cccdbdd1972a0c859dfc3c13
+SIZE (tornado-6.2.tar.gz) = 504849
diff --git a/www/py-tornado/pkg-descr b/www/py-tornado/pkg-descr
index a94b970a6618..964fa4b8cd9c 100644
--- a/www/py-tornado/pkg-descr
+++ b/www/py-tornado/pkg-descr
@@ -13,3 +13,4 @@ FriendFeed's real-time features - every active user of FriendFeed maintains an
 open connection to the FriendFeed servers.
 
 WWW: https://www.tornadoweb.org/
+WWW: https://github.com/tornadoweb/tornado