pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-arrow



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 22 20:53:43 UTC 2019

Modified Files:
        pkgsrc/time/py-arrow: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/py-arrow/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-arrow/Makefile
diff -u pkgsrc/time/py-arrow/Makefile:1.8 pkgsrc/time/py-arrow/Makefile:1.9
--- pkgsrc/time/py-arrow/Makefile:1.8   Tue Feb 19 09:48:22 2019
+++ pkgsrc/time/py-arrow/Makefile       Wed May 22 20:53:43 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/02/19 09:48:22 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/05/22 20:53:43 adam Exp $
 
-DISTNAME=      arrow-0.13.1
+DISTNAME=      arrow-0.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arrow/}

Index: pkgsrc/time/py-arrow/distinfo
diff -u pkgsrc/time/py-arrow/distinfo:1.7 pkgsrc/time/py-arrow/distinfo:1.8
--- pkgsrc/time/py-arrow/distinfo:1.7   Tue Feb 19 09:48:22 2019
+++ pkgsrc/time/py-arrow/distinfo       Wed May 22 20:53:43 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/02/19 09:48:22 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/05/22 20:53:43 adam Exp $
 
-SHA1 (arrow-0.13.1.tar.gz) = 6f66bb8edbf2addf87613808fe0593c00463bda5
-RMD160 (arrow-0.13.1.tar.gz) = 4afdb0e316dfc0ada20d64146d64bc4da767054b
-SHA512 (arrow-0.13.1.tar.gz) = 4933e02fe4ef7a632d55e5c6d2cbcefe6840467c809e0377be92f02d0dc10b5b2421cea2be7ddd5158236ec80f44848125253bfeef5a2ae635a3b9c5761fa105
-Size (arrow-0.13.1.tar.gz) = 148509 bytes
+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



Home | Main Index | Thread Index | Old Index