Received: by mail.netbsd.org (Postfix, from userid 605) id 428CA84D5F; Sun, 16 Jun 2019 14:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE52084D4C for ; Sun, 16 Jun 2019 14:08:03 +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 s8FSc20kfr3x for ; Sun, 16 Jun 2019 14:08:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4488884D21 for ; Sun, 16 Jun 2019 14:08:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DDC3FBF4; Sun, 16 Jun 2019 14:08:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560694083153140" MIME-Version: 1.0 Date: Sun, 16 Jun 2019 14:08:03 +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: <20190616140803.3DDC3FBF4@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. --_----------=_1560694083153140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jun 16 14:08:03 UTC 2019 Modified Files: pkgsrc/time/py-arrow: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/py-arrow/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/py-arrow/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560694083153140 Content-Disposition: inline Content-Length: 1605 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.9 pkgsrc/time/py-arrow/Makefile:1.10 --- pkgsrc/time/py-arrow/Makefile:1.9 Wed May 22 20:53:43 2019 +++ pkgsrc/time/py-arrow/Makefile Sun Jun 16 14:08:03 2019 @@ -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/} Index: pkgsrc/time/py-arrow/distinfo diff -u pkgsrc/time/py-arrow/distinfo:1.8 pkgsrc/time/py-arrow/distinfo:1.9 --- pkgsrc/time/py-arrow/distinfo:1.8 Wed May 22 20:53:43 2019 +++ pkgsrc/time/py-arrow/distinfo Sun Jun 16 14:08:03 2019 @@ -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 --_----------=_1560694083153140--