Received: by mail.netbsd.org (Postfix, from userid 605) id A31C684D8D; Thu, 8 Feb 2018 16:42:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E2E884D5B for ; Thu, 8 Feb 2018 16:42:41 +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 jXLO_ITYQmDc for ; Thu, 8 Feb 2018 16:42:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B0D3584D21 for ; Thu, 8 Feb 2018 16:42:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB96CFB40; Thu, 8 Feb 2018 16:42:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518108160277920" MIME-Version: 1.0 Date: Thu, 8 Feb 2018 16:42:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-pendulum To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180208164240.AB96CFB40@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. --_----------=_1518108160277920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 8 16:42:40 UTC 2018 Modified Files: pkgsrc/time/py-pendulum: Makefile distinfo Log Message: py-pendulum: updated to 1.4.1 1.4.1: Fixed an error when comparing a Period to a timedelta in PyPy. Fixed an offset error for datetimes between the before last and last transition. Fixed unpickling with undefined / empty timezone name. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/py-pendulum/Makefile \ pkgsrc/time/py-pendulum/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518108160277920 Content-Disposition: inline Content-Length: 1654 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-pendulum/Makefile diff -u pkgsrc/time/py-pendulum/Makefile:1.4 pkgsrc/time/py-pendulum/Makefile:1.5 --- pkgsrc/time/py-pendulum/Makefile:1.4 Wed Jan 24 11:52:29 2018 +++ pkgsrc/time/py-pendulum/Makefile Thu Feb 8 16:42:40 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/01/24 11:52:29 adam Exp $ +# $NetBSD: Makefile,v 1.5 2018/02/08 16:42:40 adam Exp $ -DISTNAME= pendulum-1.4.0 +DISTNAME= pendulum-1.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pendulum/} Index: pkgsrc/time/py-pendulum/distinfo diff -u pkgsrc/time/py-pendulum/distinfo:1.4 pkgsrc/time/py-pendulum/distinfo:1.5 --- pkgsrc/time/py-pendulum/distinfo:1.4 Wed Jan 24 11:52:29 2018 +++ pkgsrc/time/py-pendulum/distinfo Thu Feb 8 16:42:40 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/01/24 11:52:29 adam Exp $ +$NetBSD: distinfo,v 1.5 2018/02/08 16:42:40 adam Exp $ -SHA1 (pendulum-1.4.0.tar.gz) = 4693feaeee1295f789db719e4c9cd2f9ece1b34c -RMD160 (pendulum-1.4.0.tar.gz) = cfabdefa30b65be6564a1e2469d85892fbd759fd -SHA512 (pendulum-1.4.0.tar.gz) = 38e9314e01253a3468b463d27ffecd9eae3e2be001bf7683ce368d7ac850648926004d0bf53601d4e8982205b4c16497a98227de239a6b18f47920cc7e47ebb3 -Size (pendulum-1.4.0.tar.gz) = 75021 bytes +SHA1 (pendulum-1.4.1.tar.gz) = 3beceb73dc2a75643753197de9f250a25e7040d5 +RMD160 (pendulum-1.4.1.tar.gz) = 92616a811e8c2b64dc3093a2e80f9c28988a9b08 +SHA512 (pendulum-1.4.1.tar.gz) = 5570a7a764f28555f28684d2527c4c4086e70b1d39a471c90f46863c3fe466fb13dca5f0ec962a18d1d9321913478d21efe925392a59e1f4be593ddb59d84025 +Size (pendulum-1.4.1.tar.gz) = 75020 bytes --_----------=_1518108160277920--