Date: Fri, 2 Oct 2020 07:30:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550916 - head/devel/py-gevent Message-ID: <202010020730.0927Ui3c084325@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 2 07:30:43 2020 New Revision: 550916 URL: https://svnweb.freebsd.org/changeset/ports/550916 Log: Update to 20.9.0 Changes: https://github.com/gevent/gevent/blob/master/CHANGES.rst Modified: head/devel/py-gevent/Makefile head/devel/py-gevent/distinfo Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Fri Oct 2 07:30:39 2020 (r550915) +++ head/devel/py-gevent/Makefile Fri Oct 2 07:30:43 2020 (r550916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gevent -PORTVERSION= 20.6.2 +PORTVERSION= 20.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ BUILD_DEPENDS= c-ares>=1.15.0:dns/c-ares \ LIB_DEPENDS= libcares.so:dns/c-ares \ libev.so:devel/libev \ libuv.so:devel/libuv -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.16:devel/py-greenlet@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.17:devel/py-greenlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Fri Oct 2 07:30:39 2020 (r550915) +++ head/devel/py-gevent/distinfo Fri Oct 2 07:30:43 2020 (r550916) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592846048 -SHA256 (gevent-20.6.2.tar.gz) = a23c2abf08e851c988723f6a2996d495f513a2c0dc70f9956af03af8debdb5d1 -SIZE (gevent-20.6.2.tar.gz) = 5806612 +TIMESTAMP = 1601554462 +SHA256 (gevent-20.9.0.tar.gz) = 5f6d48051d336561ec08995431ee4d265ac723a64bba99cc58c3eb1a4d4f5c8d +SIZE (gevent-20.9.0.tar.gz) = 5806581
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010020730.0927Ui3c084325>