svn commit: r477520 - head/devel/py-gevent
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 18 20:41:30 UTC 2018
Author: sunpoet
Date: Sat Aug 18 20:41:28 2018
New Revision: 477520
URL: https://svnweb.freebsd.org/changeset/ports/477520
Log:
Update to 1.3.6
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 Sat Aug 18 20:41:23 2018 (r477519)
+++ head/devel/py-gevent/Makefile Sat Aug 18 20:41:28 2018 (r477520)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gevent
-PORTVERSION= 1.3.5
+PORTVERSION= 1.3.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcares.so:dns/c-ares \
libev.so:devel/libev
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.13:devel/py-greenlet@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.13:devel/py-greenlet@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.14:devel/py-greenlet@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4.14:devel/py-greenlet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
DO_MAKE_TEST= ${SETENV} PYTHONPATH=../ ${PYTHON_CMD}
Modified: head/devel/py-gevent/distinfo
==============================================================================
--- head/devel/py-gevent/distinfo Sat Aug 18 20:41:23 2018 (r477519)
+++ head/devel/py-gevent/distinfo Sat Aug 18 20:41:28 2018 (r477520)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532810031
-SHA256 (gevent-1.3.5.tar.gz) = 7f15861f3cc92f49663ca88c4774d26d8044783a65fbc28071a2bd1c7bf36ff0
-SIZE (gevent-1.3.5.tar.gz) = 4609085
+TIMESTAMP = 1534618965
+SHA256 (gevent-1.3.6.tar.gz) = 7b413c391e8ad6607b7f7540d698a94349abd64e4935184c595f7cdcc69904c6
+SIZE (gevent-1.3.6.tar.gz) = 4500128
More information about the svn-ports-all
mailing list