Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1D1601A9250 for ; Sat, 17 Oct 2020 13:53:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9173A84DC4; Sat, 17 Oct 2020 13:53:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16B6E84DAD for ; Sat, 17 Oct 2020 13:53:56 +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 QCxg8a22Wc8E for ; Sat, 17 Oct 2020 13:53:55 +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 90E3C84CCD for ; Sat, 17 Oct 2020 13:53:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84904FB28; Sat, 17 Oct 2020 13:53:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160294283540130" MIME-Version: 1.0 Date: Sat, 17 Oct 2020 13:53:55 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/devel/py-canonicaljson To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20201017135355.84904FB28@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. --_----------=_160294283540130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sat Oct 17 13:53:55 UTC 2020 Modified Files: pkgsrc/devel/py-canonicaljson: Makefile distinfo Log Message: Update devel/py-canonicaljson to 1.4.0 Version 1.4.0 released 2020-09-03 * Fix producing non-standard JSON for Infinity, -Infinity, and NaN. This could cause errors when encoding objects into canonical JSON that previously used to work, but were incompatible with JSON implementations in other languages. * Use UTF-8 to fix ASCII encoding errors when data containing Unicode was attempted to be pretty-printed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-canonicaljson/Makefile \ pkgsrc/devel/py-canonicaljson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160294283540130 Content-Disposition: inline Content-Length: 1760 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-canonicaljson/Makefile diff -u pkgsrc/devel/py-canonicaljson/Makefile:1.2 pkgsrc/devel/py-canonicaljson/Makefile:1.3 --- pkgsrc/devel/py-canonicaljson/Makefile:1.2 Mon Aug 31 22:03:45 2020 +++ pkgsrc/devel/py-canonicaljson/Makefile Sat Oct 17 13:53:55 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/08/31 22:03:45 js Exp $ +# $NetBSD: Makefile,v 1.3 2020/10/17 13:53:55 js Exp $ -DISTNAME= canonicaljson-1.3.0 +DISTNAME= canonicaljson-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/canonicaljson/} Index: pkgsrc/devel/py-canonicaljson/distinfo diff -u pkgsrc/devel/py-canonicaljson/distinfo:1.2 pkgsrc/devel/py-canonicaljson/distinfo:1.3 --- pkgsrc/devel/py-canonicaljson/distinfo:1.2 Mon Aug 31 22:03:45 2020 +++ pkgsrc/devel/py-canonicaljson/distinfo Sat Oct 17 13:53:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/08/31 22:03:45 js Exp $ +$NetBSD: distinfo,v 1.3 2020/10/17 13:53:55 js Exp $ -SHA1 (canonicaljson-1.3.0.tar.gz) = c8dd6ca407c6f495ce0665fc3320e9f4dc73ebe1 -RMD160 (canonicaljson-1.3.0.tar.gz) = a800239cce38a9f05944665763d7101d8ecd207f -SHA512 (canonicaljson-1.3.0.tar.gz) = b11e48800a19b9b6a933df90eaa8402fdf07e7913ed372644c7502a066f1edf686241271904d0e419a8390c599b2f7c3c0d35af43761c7b0c70c35f31e762f37 -Size (canonicaljson-1.3.0.tar.gz) = 9572 bytes +SHA1 (canonicaljson-1.4.0.tar.gz) = 936d97488e9305ab08d4fa55359de47f14d8a823 +RMD160 (canonicaljson-1.4.0.tar.gz) = 1e9629d32087229181be9b2d61f0aa73a3c75538 +SHA512 (canonicaljson-1.4.0.tar.gz) = 02335921858f726f5403083ea6e1327500095de6a5971917e05e6f9eb8be094ac5b6594334d2b21da4292cde35a968019701c43addccb53209ec9e6a69c468d1 +Size (canonicaljson-1.4.0.tar.gz) = 9863 bytes --_----------=_160294283540130--