Received: by mail.netbsd.org (Postfix, from userid 605) id 9A11684D44; Thu, 12 Oct 2017 06:38:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2ADCB84D20 for ; Thu, 12 Oct 2017 06:38:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IVo2mWmq9yuu for ; Thu, 12 Oct 2017 06:38:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A8E8784CE2 for ; Thu, 12 Oct 2017 06:38:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D12CFBC7; Thu, 12 Oct 2017 06:38:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507790288102470" MIME-Version: 1.0 Date: Thu, 12 Oct 2017 06:38:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-arrow To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171012063808.8D12CFBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507790288102470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1507790288102470 Content-Disposition: inline Content-Length: 1660 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1507790288102470--