Wed May 22 20:53:43 2019 UTC ()
py-arrow: updated to 0.13.2

0.13.2
- [NEW] Add is_between method.
- [FIX] Improved humanize behaviour for near zero durations.
- [FIX] Correct humanize behaviour with future days.
- [FIX] Documentation updates.
- [FIX] Improvements to German Locale.


(adam)
diff -r1.8 -r1.9 pkgsrc/time/py-arrow/Makefile
diff -r1.7 -r1.8 pkgsrc/time/py-arrow/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/time/py-arrow/Makefile (expand / switch to unified diff)

--- pkgsrc/time/py-arrow/Makefile 2019/02/19 09:48:22 1.8
+++ pkgsrc/time/py-arrow/Makefile 2019/05/22 20:53:43 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2019/02/19 09:48:22 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2019/05/22 20:53:43 adam Exp $
2 2
3DISTNAME= arrow-0.13.1 3DISTNAME= arrow-0.13.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time python 5CATEGORIES= time python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://github.com/crsmithdev/arrow 9HOMEPAGE= https://github.com/crsmithdev/arrow
10COMMENT= Better dates and times for Python 10COMMENT= Better dates and times for Python
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil 13DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
14TEST_DEPENDS+= ${PYPKGPREFIX}-chai-[0-9]*:../../devel/py-chai 14TEST_DEPENDS+= ${PYPKGPREFIX}-chai-[0-9]*:../../devel/py-chai
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.7 -r1.8 pkgsrc/time/py-arrow/distinfo (expand / switch to unified diff)

--- pkgsrc/time/py-arrow/distinfo 2019/02/19 09:48:22 1.7
+++ pkgsrc/time/py-arrow/distinfo 2019/05/22 20:53:43 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/02/19 09:48:22 adam Exp $ 1$NetBSD: distinfo,v 1.8 2019/05/22 20:53:43 adam Exp $
2 2
3SHA1 (arrow-0.13.1.tar.gz) = 6f66bb8edbf2addf87613808fe0593c00463bda5 3SHA1 (arrow-0.13.2.tar.gz) = cee32285fe2f6d2e2ff154f1290ada560a1782dd
4RMD160 (arrow-0.13.1.tar.gz) = 4afdb0e316dfc0ada20d64146d64bc4da767054b 4RMD160 (arrow-0.13.2.tar.gz) = 6214213bc8a2ae7611c5d5090009230dd6f430ff
5SHA512 (arrow-0.13.1.tar.gz) = 4933e02fe4ef7a632d55e5c6d2cbcefe6840467c809e0377be92f02d0dc10b5b2421cea2be7ddd5158236ec80f44848125253bfeef5a2ae635a3b9c5761fa105 5SHA512 (arrow-0.13.2.tar.gz) = 2886c6b84fd8e428c6083d1bff8963e2d9e06f34abc19df266bb70e0f6a1acf2275ebf89ed54a6e6876632baf0fa006563279630e62e71599560973bcc5c4bf4
6Size (arrow-0.13.1.tar.gz) = 148509 bytes 6Size (arrow-0.13.2.tar.gz) = 70603 bytes