Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 20:44: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: r536155 - head/databases/py-tableschema
Message-ID:  <202005212044.04LKigFP065050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 21 20:44:42 2020
New Revision: 536155
URL: https://svnweb.freebsd.org/changeset/ports/536155

Log:
  Update to 1.18.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	Thu May 21 20:44:37 2020	(r536154)
+++ head/databases/py-tableschema/Makefile	Thu May 21 20:44:42 2020	(r536155)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tableschema
-PORTVERSION=	1.17.0
+PORTVERSION=	1.18.0
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	Utility library for working with Table Schema
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=3.3:devel/py-click@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cached-property>=1.5:devel/py-cached-property@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}click>=3.3:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.4:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5:devel/py-jsonschema@${PY_FLAVOR} \

Modified: head/databases/py-tableschema/distinfo
==============================================================================
--- head/databases/py-tableschema/distinfo	Thu May 21 20:44:37 2020	(r536154)
+++ head/databases/py-tableschema/distinfo	Thu May 21 20:44:42 2020	(r536155)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588279612
-SHA256 (tableschema-1.17.0.tar.gz) = d162fcad8682cf79dc8a7bc47378df9b8d5228486242c33c8fd03d3a5c711a69
-SIZE (tableschema-1.17.0.tar.gz) = 5599336
+TIMESTAMP = 1590084158
+SHA256 (tableschema-1.18.0.tar.gz) = cdbb7dddec4ee39ad46fbaa3117ec2e75374b2b8c154c99d37e7d6f533669045
+SIZE (tableschema-1.18.0.tar.gz) = 5680709



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005212044.04LKigFP065050>