Date: Tue, 21 Sep 2021 03:52:29 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: da82dcd4e2d6 - main - net/py-eventlet: Update to 0.32.0 Message-ID: <202109210352.18L3qTIt034391@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=da82dcd4e2d614d265f10bb444cf19496c9f4dfb commit da82dcd4e2d614d265f10bb444cf19496c9f4dfb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:13:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:44:49 +0000 net/py-eventlet: Update to 0.32.0 Changes: https://github.com/eventlet/eventlet/blob/master/NEWS --- net/py-eventlet/Makefile | 4 ++-- net/py-eventlet/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/py-eventlet/Makefile b/net/py-eventlet/Makefile index 8db296c055f6..3a44bdce8857 100644 --- a/net/py-eventlet/Makefile +++ b/net/py-eventlet/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin <gslin@gslin.org> PORTNAME= eventlet -PORTVERSION= 0.31.1 +PORTVERSION= 0.32.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Highly concurrent networking library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0<2.0.0:dns/py-dnspython@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} diff --git a/net/py-eventlet/distinfo b/net/py-eventlet/distinfo index 663068c75370..4bd5b919fe09 100644 --- a/net/py-eventlet/distinfo +++ b/net/py-eventlet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626281004 -SHA256 (eventlet-0.31.1.tar.gz) = b9e9126304fae3cdf203f1f17660bba79ab7c488e05d60331277cae4247f8d76 -SIZE (eventlet-0.31.1.tar.gz) = 412021 +TIMESTAMP = 1632037192 +SHA256 (eventlet-0.32.0.tar.gz) = 2f0bb8ed0dc0ab21d683975d5d8ab3c054d588ce61def9faf7a465ee363e839b +SIZE (eventlet-0.32.0.tar.gz) = 412769
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210352.18L3qTIt034391>