Date: Fri, 1 Nov 2019 16:32:42 +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: r516236 - head/databases/py-tableschema Message-ID: <201911011632.xA1GWgJL040136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 1 16:32:41 2019 New Revision: 516236 URL: https://svnweb.freebsd.org/changeset/ports/516236 Log: Update to 1.9.0 Changes: https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog https://github.com/frictionlessdata/tableschema-py/commits/master Modified: head/databases/py-tableschema/Makefile head/databases/py-tableschema/distinfo Modified: head/databases/py-tableschema/Makefile ============================================================================== --- head/databases/py-tableschema/Makefile Fri Nov 1 16:32:36 2019 (r516235) +++ head/databases/py-tableschema/Makefile Fri Nov 1 16:32:41 2019 (r516236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tableschema -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.3:devel/p ${PYTHON_PKGNAMEPREFIX}requests>=2.5:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.1.0:www/py-rfc3986@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tabulator>=1.20:devel/py-tabulator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tabulator>=1.29:devel/py-tabulator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.14:devel/py-unicodecsv@${PY_FLAVOR} USES= python Modified: head/databases/py-tableschema/distinfo ============================================================================== --- head/databases/py-tableschema/distinfo Fri Nov 1 16:32:36 2019 (r516235) +++ head/databases/py-tableschema/distinfo Fri Nov 1 16:32:41 2019 (r516236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571483845 -SHA256 (tableschema-1.8.0.tar.gz) = 646678c3bcc2932d9e861932fa9da0227ef2cce62cbe44cc8d6c32f6a0c09d38 -SIZE (tableschema-1.8.0.tar.gz) = 4809812 +TIMESTAMP = 1572620546 +SHA256 (tableschema-1.9.0.tar.gz) = 7495eaac849b6ac914be2aea8e6a901841ffff794073be044d6ca27560993326 +SIZE (tableschema-1.9.0.tar.gz) = 4847007
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911011632.xA1GWgJL040136>