Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 18:16:08 +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: r512944 - head/devel/py-tabulator
Message-ID:  <201909261816.x8QIG8cw050245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 26 18:16:07 2019
New Revision: 512944
URL: https://svnweb.freebsd.org/changeset/ports/512944

Log:
  Update to 1.25.0
  
  Changes:	https://github.com/frictionlessdata/tabulator-py/blob/master/README.md#changelog
  		https://github.com/frictionlessdata/tabulator-py/commits/master

Modified:
  head/devel/py-tabulator/Makefile
  head/devel/py-tabulator/distinfo

Modified: head/devel/py-tabulator/Makefile
==============================================================================
--- head/devel/py-tabulator/Makefile	Thu Sep 26 18:16:02 2019	(r512943)
+++ head/devel/py-tabulator/Makefile	Thu Sep 26 18:16:07 2019	(r512944)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tabulator
-PORTVERSION=	1.24.3
+PORTVERSION=	1.25.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,12 @@ COMMENT=	Consistent interface for stream reading and w
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cchardet>=1.0:textproc/py-cchardet@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=1.9:www/py-boto3@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cchardet>=1.0:textproc/py-cchardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ijson>=2.0:devel/py-ijson@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonlines>=1.1:devel/py-jsonlines@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}openpyxl24>=2.4<2.5:textproc/py-openpyxl24@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}openpyxl>=2.6:textproc/py-openpyxl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.8:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0.9.6:databases/py-sqlalchemy13@${PY_FLAVOR} \
@@ -30,3 +31,4 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
+

Modified: head/devel/py-tabulator/distinfo
==============================================================================
--- head/devel/py-tabulator/distinfo	Thu Sep 26 18:16:02 2019	(r512943)
+++ head/devel/py-tabulator/distinfo	Thu Sep 26 18:16:07 2019	(r512944)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568892803
-SHA256 (tabulator-1.24.3.tar.gz) = 7bc6bba8cf560a1a34d1329c00edfe027fd464c4a2094a574835ea4a458a1e8a
-SIZE (tabulator-1.24.3.tar.gz) = 47366
+TIMESTAMP = 1569513216
+SHA256 (tabulator-1.25.0.tar.gz) = 9181253740678d6a2d569f29d51771782af7cf48c34dd4dd4a73a32df817a08b
+SIZE (tabulator-1.25.0.tar.gz) = 49411



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