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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 14 17:46:39 UTC 2020


Author: sunpoet
Date: Mon Sep 14 17:46:33 2020
New Revision: 548645
URL: https://svnweb.freebsd.org/changeset/ports/548645

Log:
  Update to 1.19.4
  
  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 Sep 14 17:46:29 2020	(r548644)
+++ head/databases/py-tableschema/Makefile	Mon Sep 14 17:46:33 2020	(r548645)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tableschema
-PORTVERSION=	1.19.3
+PORTVERSION=	1.19.4
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cached-property>=1
 		${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} \
+		${PYTHON_PKGNAMEPREFIX}pyrsistent>=0<0.17:devel/py-pyrsistent@${PY_FLAVOR} \
 		${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} \

Modified: head/databases/py-tableschema/distinfo
==============================================================================
--- head/databases/py-tableschema/distinfo	Mon Sep 14 17:46:29 2020	(r548644)
+++ head/databases/py-tableschema/distinfo	Mon Sep 14 17:46:33 2020	(r548645)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597569955
-SHA256 (tableschema-1.19.3.tar.gz) = 1bceef27d6d0e5ba97588ccd417f4ea6fcb8dba64823bef8d2eaca2b94d9b03d
-SIZE (tableschema-1.19.3.tar.gz) = 5956544
+TIMESTAMP = 1600096506
+SHA256 (tableschema-1.19.4.tar.gz) = d3809ea6936991cf54f938a8f5645260db00a916f30b4d5614a97b7f4759a903
+SIZE (tableschema-1.19.4.tar.gz) = 6049249


More information about the svn-ports-head mailing list