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:           Thu Oct 12 06:38:08 UTC 2017

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

Log Message:
py-arrow: update to 0.10.0

0.10.0
- [FIX] Fix getattr off by one for quarter
- [FIX] Fix negative offset for UTC
- [FIX] Update arrow.py


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/time/py-arrow/Makefile:1.4
--- pkgsrc/time/py-arrow/Makefile:1.3   Mon Feb 20 17:00:37 2017
+++ pkgsrc/time/py-arrow/Makefile       Thu Oct 12 06:38:08 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:37 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/12 06:38:08 adam Exp $
 
-DISTNAME=      arrow-0.4.2
+DISTNAME=      arrow-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    python time
+CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arrow/}
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost

Index: pkgsrc/time/py-arrow/distinfo
diff -u pkgsrc/time/py-arrow/distinfo:1.2 pkgsrc/time/py-arrow/distinfo:1.3
--- pkgsrc/time/py-arrow/distinfo:1.2   Mon Nov  2 23:31:43 2015
+++ pkgsrc/time/py-arrow/distinfo       Thu Oct 12 06:38:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/02 23:31:43 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/10/12 06:38:08 adam Exp $
 
-SHA1 (arrow-0.4.2.tar.gz) = 0a032a1a093ddf88fbf46b2d98c2183f7a67b213
-RMD160 (arrow-0.4.2.tar.gz) = 21d077db1401f4d58fa0fc178436948a73d4ecd5
-SHA512 (arrow-0.4.2.tar.gz) = 79b5cb74d7f6e81ec6d3de035e21a33c5600fa5d95d99e5e09cf4c34dd33b1cd989c3e91e023d759de26f8634f8e5b9178534d8dff4e534b70620a4b494f97d7
-Size (arrow-0.4.2.tar.gz) = 19731 bytes
+SHA1 (arrow-0.10.0.tar.gz) = 5e5e043ce64b03274a6083c7fcfc0ac363c3b737
+RMD160 (arrow-0.10.0.tar.gz) = 0bd401182704d59caf3217680c51b9e645e9739a
+SHA512 (arrow-0.10.0.tar.gz) = a2baa23f1424b21506f3b664f0ef02d09f91b9cfaf6e0badfa544f42c750ed51136ae0e8910ac24207c0265a1b233f10a6f3cbafee3124b5f5c4fd965cfd01c0
+Size (arrow-0.10.0.tar.gz) = 86506 bytes



Home | Main Index | Thread Index | Old Index