svn commit: r503909 - head/databases/py-tableschema

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 10 16:47:51 UTC 2019


Author: sunpoet
Date: Mon Jun 10 16:47:49 2019
New Revision: 503909
URL: https://svnweb.freebsd.org/changeset/ports/503909

Log:
  Update to 1.5.2
  
  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	Mon Jun 10 16:43:41 2019	(r503908)
+++ head/databases/py-tableschema/Makefile	Mon Jun 10 16:47:49 2019	(r503909)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tableschema
-PORTVERSION=	1.5.1
+PORTVERSION=	1.5.2
 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.3:devel/py-tabulator@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tabulator>=1.20: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	Mon Jun 10 16:43:41 2019	(r503908)
+++ head/databases/py-tableschema/distinfo	Mon Jun 10 16:47:49 2019	(r503909)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559944329
-SHA256 (tableschema-1.5.1.tar.gz) = 7c95dd4cafcff39a554e25d3802cc91efd4c52e83bf71629d3303c73a5f27d84
-SIZE (tableschema-1.5.1.tar.gz) = 65639
+TIMESTAMP = 1560176053
+SHA256 (tableschema-1.5.2.tar.gz) = 50532bf25fdfe4e7d031a3da5b5e404bfb6b7eff0a17220262bc931dd22c4480
+SIZE (tableschema-1.5.2.tar.gz) = 65656


More information about the svn-ports-all mailing list