From owner-svn-ports-head@freebsd.org Fri Nov 1 16:32:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D111A17B007; Fri, 1 Nov 2019 16:32:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 474SQy4xplz4S2s; Fri, 1 Nov 2019 16:32:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CF4FDDC8; Fri, 1 Nov 2019 16:32:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA1GWgVL040138; Fri, 1 Nov 2019 16:32:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA1GWgJL040136; Fri, 1 Nov 2019 16:32:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201911011632.xA1GWgJL040136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Nov 2019 16:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516236 - head/databases/py-tableschema X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-tableschema X-SVN-Commit-Revision: 516236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2019 16:32:42 -0000 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