Date: Sat, 25 May 2019 10:00:54 +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: r502527 - head/www/py-starlette Message-ID: <201905251000.x4PA0sQI031697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 25 10:00:53 2019 New Revision: 502527 URL: https://svnweb.freebsd.org/changeset/ports/502527 Log: Update to 0.12.0 Changes: https://www.starlette.io/release-notes/ https://github.com/encode/starlette/blob/master/docs/release-notes.md https://github.com/encode/starlette/commits/master Modified: head/www/py-starlette/Makefile head/www/py-starlette/distinfo Modified: head/www/py-starlette/Makefile ============================================================================== --- head/www/py-starlette/Makefile Sat May 25 10:00:48 2019 (r502526) +++ head/www/py-starlette/Makefile Sat May 25 10:00:53 2019 (r502527) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= starlette -PORTVERSION= 0.11.4 +PORTVERSION= 0.12.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asyncpg>=0:databases/py-asyncpg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphene>=0:devel/py-graphene@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itsdangerous>=0:security/py-itsdangerous@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ Modified: head/www/py-starlette/distinfo ============================================================================== --- head/www/py-starlette/distinfo Sat May 25 10:00:48 2019 (r502526) +++ head/www/py-starlette/distinfo Sat May 25 10:00:53 2019 (r502527) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553010190 -SHA256 (starlette-0.11.4.tar.gz) = 7f2307d705b2d9ed584d98468616dee7625d4bc402ce841cc6fa3a863e162e8b -SIZE (starlette-0.11.4.tar.gz) = 43958 +TIMESTAMP = 1558729959 +SHA256 (starlette-0.12.0.tar.gz) = d313433ef5cc38e0a276b59688ca2b11b8f031c78808c1afdf9d55cb86f34590 +SIZE (starlette-0.12.0.tar.gz) = 44450
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251000.x4PA0sQI031697>