pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-arrow py-arrow: updated to 0.14.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ca0e87c33ca
branches:  trunk
changeset: 397080:2ca0e87c33ca
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jun 16 14:08:03 2019 +0000

description:
py-arrow: updated to 0.14.2

0.14.2
- [CHANGE] Travis CI builds now use tox to lint and run tests.
- [FIX] Fixed UnicodeDecodeError on certain locales.

0.14.1
- [FIX] Fixed "ImportError: No module named 'dateutil'".

0.14.0
- [NEW] Added provisional support for Python 3.8.
- [CHANGE] Removed support for EOL Python 3.4.
- [FIX] Updated setup.py with modern Python standards.
- [FIX] Upgraded dependencies to latest versions.
- [FIX] Enabled flake8 and black on travis builds.
- [FIX] Formatted code using black and isort.

diffstat:

 time/py-arrow/Makefile |   4 ++--
 time/py-arrow/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 00d9765ea1c4 -r 2ca0e87c33ca time/py-arrow/Makefile
--- a/time/py-arrow/Makefile    Sun Jun 16 13:19:17 2019 +0000
+++ b/time/py-arrow/Makefile    Sun Jun 16 14:08:03 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/05/22 20:53:43 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/16 14:08:03 adam Exp $
 
-DISTNAME=      arrow-0.13.2
+DISTNAME=      arrow-0.14.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arrow/}
diff -r 00d9765ea1c4 -r 2ca0e87c33ca time/py-arrow/distinfo
--- a/time/py-arrow/distinfo    Sun Jun 16 13:19:17 2019 +0000
+++ b/time/py-arrow/distinfo    Sun Jun 16 14:08:03 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/05/22 20:53:43 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/06/16 14:08:03 adam Exp $
 
-SHA1 (arrow-0.13.2.tar.gz) = cee32285fe2f6d2e2ff154f1290ada560a1782dd
-RMD160 (arrow-0.13.2.tar.gz) = 6214213bc8a2ae7611c5d5090009230dd6f430ff
-SHA512 (arrow-0.13.2.tar.gz) = 2886c6b84fd8e428c6083d1bff8963e2d9e06f34abc19df266bb70e0f6a1acf2275ebf89ed54a6e6876632baf0fa006563279630e62e71599560973bcc5c4bf4
-Size (arrow-0.13.2.tar.gz) = 70603 bytes
+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



Home | Main Index | Thread Index | Old Index