svn commit: r489732 - head/devel/py-arrow

Grzegorz Blach gblach at FreeBSD.org
Tue Jan 8 18:39:47 UTC 2019


Author: gblach
Date: Tue Jan  8 18:39:45 2019
New Revision: 489732
URL: https://svnweb.freebsd.org/changeset/ports/489732

Log:
  Update to 0.13.0

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

Modified: head/devel/py-arrow/Makefile
==============================================================================
--- head/devel/py-arrow/Makefile	Tue Jan  8 18:13:55 2019	(r489731)
+++ head/devel/py-arrow/Makefile	Tue Jan  8 18:39:45 2019	(r489732)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	arrow
-PORTVERSION=	0.12.1
+PORTVERSION=	0.13.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ USE_PYTHON=	autoplist distutils
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=1.2.1:devel/py-backports.functools_lru_cache@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/py-arrow/distinfo
==============================================================================
--- head/devel/py-arrow/distinfo	Tue Jan  8 18:13:55 2019	(r489731)
+++ head/devel/py-arrow/distinfo	Tue Jan  8 18:39:45 2019	(r489732)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516987795
-SHA256 (arrow-0.12.1.tar.gz) = a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd
-SIZE (arrow-0.12.1.tar.gz) = 65356
+TIMESTAMP = 1546969424
+SHA256 (arrow-0.13.0.tar.gz) = 9cb4a910256ed536751cd5728673bfb53e6f0026e240466f90c2a92c0b79c895
+SIZE (arrow-0.13.0.tar.gz) = 92767


More information about the svn-ports-head mailing list