Received: by mail.netbsd.org (Postfix, from userid 605) id D742F84D8C; Sat, 14 Dec 2019 10:52:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5EEC884D64 for ; Sat, 14 Dec 2019 10:52:19 +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 UWT6MYb1wAJ5 for ; Sat, 14 Dec 2019 10:52:18 +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 DB69B84CDA for ; Sat, 14 Dec 2019 10:52:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2E27FA97; Sat, 14 Dec 2019 10:52:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15763207388700" MIME-Version: 1.0 Date: Sat, 14 Dec 2019 10:52:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dash To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191214105218.D2E27FA97@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. --_----------=_15763207388700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 14 10:52:18 UTC 2019 Modified Files: pkgsrc/devel/py-dash: Makefile distinfo Log Message: py-dash: updated to 4.7.6 v4.7.6: Bug Fixes - Fix handling of ``Sequence``, ``Mapping``, and ``namedtuple`` types in ``get`` so that their attributes aren't accessed during look-up. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-dash/Makefile \ pkgsrc/devel/py-dash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15763207388700 Content-Disposition: inline Content-Length: 1613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-dash/Makefile diff -u pkgsrc/devel/py-dash/Makefile:1.7 pkgsrc/devel/py-dash/Makefile:1.8 --- pkgsrc/devel/py-dash/Makefile:1.7 Wed May 22 21:00:04 2019 +++ pkgsrc/devel/py-dash/Makefile Sat Dec 14 10:52:18 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2019/05/22 21:00:04 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/14 10:52:18 adam Exp $ -DISTNAME= pydash-4.7.5 +DISTNAME= pydash-4.7.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydash/} Index: pkgsrc/devel/py-dash/distinfo diff -u pkgsrc/devel/py-dash/distinfo:1.7 pkgsrc/devel/py-dash/distinfo:1.8 --- pkgsrc/devel/py-dash/distinfo:1.7 Wed May 22 21:00:04 2019 +++ pkgsrc/devel/py-dash/distinfo Sat Dec 14 10:52:18 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/05/22 21:00:04 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/12/14 10:52:18 adam Exp $ -SHA1 (pydash-4.7.5.tar.gz) = 898eacaf5d0c2f376c27a7aee6e99432db03d28f -RMD160 (pydash-4.7.5.tar.gz) = 2fc91baa651087b0aef35cbc6e501bbef055d12c -SHA512 (pydash-4.7.5.tar.gz) = 8a2eb660b7427b95e15224d3c8a4b065163f9eac9b44c6a1b5888b79f297e3cd7ad60be4e2ba9d9203394bcd8083443c5fe2d9addff8bd69f970f849cdc6b009 -Size (pydash-4.7.5.tar.gz) = 133988 bytes +SHA1 (pydash-4.7.6.tar.gz) = 245b9607da643935449e8cbc50af67734aa76a9f +RMD160 (pydash-4.7.6.tar.gz) = 0ebf3421651162c6df4cd51a6d57618cda6b7a44 +SHA512 (pydash-4.7.6.tar.gz) = bf8c6c633cf13cd9a91049cb16b4a00af88e78c39c13f53d838f3f92c45b3052c2266e5b27e5f55e61bf2ad18ce9b8585c732549a5ebdbf8503c721fefeb149e +Size (pydash-4.7.6.tar.gz) = 134403 bytes --_----------=_15763207388700--