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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 18 18:00:12 UTC 2019


Author: sunpoet
Date: Thu Apr 18 18:00:10 2019
New Revision: 499290
URL: https://svnweb.freebsd.org/changeset/ports/499290

Log:
  Update to 1.4.1
  
  Changes:	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 Apr 18 18:00:04 2019	(r499289)
+++ head/databases/py-tableschema/Makefile	Thu Apr 18 18:00:10 2019	(r499290)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tableschema
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 RUN_DEPENDS=	${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}jsonschema2>=2.5:devel/py-jsonschema2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5:devel/py-jsonschema@${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	Thu Apr 18 18:00:04 2019	(r499289)
+++ head/databases/py-tableschema/distinfo	Thu Apr 18 18:00:10 2019	(r499290)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555342773
-SHA256 (tableschema-1.4.0.tar.gz) = cb52928b8a3546f1846039239b6d2e6ef3219456fdfc3b3b4069d5f349e89482
-SIZE (tableschema-1.4.0.tar.gz) = 64324
+TIMESTAMP = 1555604324
+SHA256 (tableschema-1.4.1.tar.gz) = 01ec3ad0ade5cb71218b067a55455acd6784d10b3f30a0feba3c27bf5942030c
+SIZE (tableschema-1.4.1.tar.gz) = 63259


More information about the svn-ports-all mailing list