diff options
author | adam <adam@pkgsrc.org> | 2019-08-03 04:35:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-03 04:35:12 +0000 |
commit | 8d26bfdb7ae99d728b57751ba505ead987d64825 (patch) | |
tree | 3da4aaf6c00ab6d98f87719c71788cda6a5db4c8 /time | |
parent | 5c0cf600ca8a0f02ad743fdcbcd8bbb4a6ae7dc1 (diff) | |
download | pkgsrc-8d26bfdb7ae99d728b57751ba505ead987d64825.tar.gz |
py-arrow: updated to 0.14.4
0.14.4
- [FIX] Fixed a regression in 0.14.3 that prevented a tzinfo argument of type string to be passed to the get() function. Functionality such as arrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC") should work as normal again.
- [CHANGE] Moved backports.functools_lru_cache dependency from extra_requires to install_requires for Python 2.7 installs to fix
0.14.3
- [NEW] Added full support for Python 3.8.
- [CHANGE] Added warnings for upcoming factory.get() parsing changes in 0.15.0. Please see https://github.com/crsmithdev/arrow/issues/612 for full details.
- [FIX] Extensive refactor and update of documentation.
- [FIX] factory.get() can now construct from kwargs.
- [FIX] Added meridians to Spanish Locale.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-arrow/Makefile | 9 | ||||
-rw-r--r-- | time/py-arrow/PLIST | 5 | ||||
-rw-r--r-- | time/py-arrow/distinfo | 10 |
3 files changed, 16 insertions, 8 deletions
diff --git a/time/py-arrow/Makefile b/time/py-arrow/Makefile index 67951da1e4b..d63dd430edd 100644 --- a/time/py-arrow/Makefile +++ b/time/py-arrow/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2019/06/16 14:08:03 adam Exp $ +# $NetBSD: Makefile,v 1.11 2019/08/03 04:35:12 adam Exp $ -DISTNAME= arrow-0.14.2 +DISTNAME= arrow-0.14.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/} @@ -13,6 +13,11 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil TEST_DEPENDS+= ${PYPKGPREFIX}-chai-[0-9]*:../../devel/py-chai +.include "../../lang/python/pyversion.mk" +.if ${_PYTHON_VERSION} == 27 +DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache>=1.2.1:../../devel/py-backports.functools_lru_cache +.endif + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" diff --git a/time/py-arrow/PLIST b/time/py-arrow/PLIST index 9f1c1a0daf9..ee06078067e 100644 --- a/time/py-arrow/PLIST +++ b/time/py-arrow/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/06/14 14:12:57 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/08/03 04:35:12 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/arrow/__init__.py ${PYSITELIB}/arrow/__init__.pyc ${PYSITELIB}/arrow/__init__.pyo +${PYSITELIB}/arrow/_version.py +${PYSITELIB}/arrow/_version.pyc +${PYSITELIB}/arrow/_version.pyo ${PYSITELIB}/arrow/api.py ${PYSITELIB}/arrow/api.pyc ${PYSITELIB}/arrow/api.pyo diff --git a/time/py-arrow/distinfo b/time/py-arrow/distinfo index a0cbb98ac42..0b2c756b179 100644 --- a/time/py-arrow/distinfo +++ b/time/py-arrow/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2019/06/16 14:08:03 adam Exp $ +$NetBSD: distinfo,v 1.10 2019/08/03 04:35:12 adam Exp $ -SHA1 (arrow-0.14.2.tar.gz) = 5461d044f8f94769333e2a3d7ebb63a7aa5fea97 -RMD160 (arrow-0.14.2.tar.gz) = c8d64cf3ea2a072ed382c8badefb974dbc9edc98 -SHA512 (arrow-0.14.2.tar.gz) = 68c28e363de180f606e874076a9107b5214d8973e4bb9cdab639c5e30efe29e69cf97ca4aa1372f8da116dc3a518f2e4f8bc00807d64091ac922122288cfd31b -Size (arrow-0.14.2.tar.gz) = 102667 bytes +SHA1 (arrow-0.14.4.tar.gz) = ea1cf02b63c7ccfc4ed75cccee159630fe0ab5de +RMD160 (arrow-0.14.4.tar.gz) = 5c5a05f1a68325f7ef0def2631be9c678292d6d0 +SHA512 (arrow-0.14.4.tar.gz) = e3b5e0b5e28deb7d1cb13fddb07f7d9e2718ecc78ed58da28c01b65960782b4e791a673ac022138ec16b9c2197c45b63a36e153138d11a240e9f0ff24ced3e11 +Size (arrow-0.14.4.tar.gz) = 582324 bytes |