Hi ports@, Here's an update of devel/py-arrow from 0.14.2 to 0.14.5. Find the changelog here:
https://github.com/crsmithdev/arrow/blob/master/HISTORY.md I did not find consumers for this port. All tests pass for both python2 and python3. I have some doubts regarding the PLIST update. As you can see on the diff, 'make plist' added a couple of lines on the top I do not see on other ports. Also, there is a line that repeats MODPY_COMMENT, I saw this on 2 other ports (www/py-flask-login and www/py-webtest), but not sure if that's ok. Are those correct ? Cheers, Paco. Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-arrow/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 23 Jun 2019 16:09:57 -0000 1.5 +++ Makefile 16 Aug 2019 10:34:58 -0000 @@ -2,7 +2,7 @@ COMMENT = better dates and times for Python -MODPY_EGG_VERSION = 0.14.2 +MODPY_EGG_VERSION = 0.14.5 DISTNAME = arrow-${MODPY_EGG_VERSION} PKGNAME = py-arrow-${MODPY_EGG_VERSION} Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-arrow/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 23 Jun 2019 16:09:57 -0000 1.3 +++ distinfo 16 Aug 2019 10:34:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (arrow-0.14.2.tar.gz) = Qb5+pMU8LPV78w8tYU9gxBEWATP3oKjEkRHDD7fnJbU= -SIZE (arrow-0.14.2.tar.gz) = 102667 +SHA256 (arrow-0.14.5.tar.gz) = AYYCbP2Uyk+3c/MMxTmCiaMCdIDTNeDlwNJ3JkN2MTc= +SIZE (arrow-0.14.5.tar.gz) = 590609 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-arrow/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 13 Dec 2018 21:38:33 -0000 1.1.1.1 +++ pkg/PLIST 16 Aug 2019 10:34:58 -0000 @@ -1,4 +1,6 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2018/12/13 21:38:33 jca Exp $ +lib/python${MODPY_VERSION}/ +lib/python${MODPY_VERSION}/site-packages/ lib/python${MODPY_VERSION}/site-packages/arrow/ lib/python${MODPY_VERSION}/site-packages/arrow-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/ lib/python${MODPY_VERSION}/site-packages/arrow-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO @@ -8,8 +10,9 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/arrow-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt lib/python${MODPY_VERSION}/site-packages/arrow-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt lib/python${MODPY_VERSION}/site-packages/arrow/__init__.py -${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}/ +${MODPY_COMMENT}${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}/ lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}api.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}arrow.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}factory.${MODPY_PYC_MAGIC_TAG}pyc @@ -17,6 +20,7 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}locales.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}parser.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/arrow/${MODPY_PYCACHE}util.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/arrow/_version.py lib/python${MODPY_VERSION}/site-packages/arrow/api.py lib/python${MODPY_VERSION}/site-packages/arrow/arrow.py lib/python${MODPY_VERSION}/site-packages/arrow/factory.py -- Paco Esteban. https://onna.be/gpgkey.asc 9A6B 6083 AD9E FDC2 0EAF 5CB3 5818 130B 8A6D BC03