Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 7B1411A923C for ; Sat, 12 Feb 2022 07:39:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C2F1084E73; Sat, 12 Feb 2022 07:39:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 092C584E70 for ; Sat, 12 Feb 2022 07:39:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hR8N-uzZlD1G for ; Sat, 12 Feb 2022 07:39:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6AB0284D2F for ; Sat, 12 Feb 2022 07:39:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 693E9FB24; Sat, 12 Feb 2022 07:39:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164465154672590" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 07:39:06 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-ipynb To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20220212073906.693E9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164465154672590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Feb 12 07:39:06 UTC 2022 Modified Files: pkgsrc/devel/hs-ipynb: Makefile buildlink3.mk distinfo Log Message: Update to ipynb- 0.2 -- 2022-01-11 * Make MimeAttachments a newtype, and export it [API change]. Derive ToJSON, ToEncoding using generics for deterministic field order. * Add Ord instance for MimeBundle and MimeData. [API change] * Derive ToJSON for MimeBundle, with a deterministic order of keys. * Add ToJSON instance for MimeData [API change]. * Make JSONMeta a newtype and export it [API change]. Derive ToJSON with a deterministic order of keys. * Add cellId field to Cell (#2). [API change] Needed for Nb4.5+. 0.1.0.2 -- 2020-10-23 * Changes for aeson 2 compatibility. * Simplified round trip test to avoid use of aeson-diff, which doesn't work with aeson 2. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-ipynb/Makefile \ pkgsrc/devel/hs-ipynb/buildlink3.mk pkgsrc/devel/hs-ipynb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164465154672590 Content-Disposition: inline Content-Length: 2284 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-ipynb/Makefile diff -u pkgsrc/devel/hs-ipynb/Makefile:1.4 pkgsrc/devel/hs-ipynb/Makefile:1.5 --- pkgsrc/devel/hs-ipynb/Makefile:1.4 Tue Jan 18 02:48:09 2022 +++ pkgsrc/devel/hs-ipynb/Makefile Sat Feb 12 07:39:06 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:09 pho Exp $ +# $NetBSD: Makefile,v 1.5 2022/02/12 07:39:06 pho Exp $ -DISTNAME= ipynb-0.1.0.1 -PKGREVISION= 2 +DISTNAME= ipynb-0.2 CATEGORIES= devel MAINTAINER= pho@cielonegro.org Index: pkgsrc/devel/hs-ipynb/buildlink3.mk diff -u pkgsrc/devel/hs-ipynb/buildlink3.mk:1.4 pkgsrc/devel/hs-ipynb/buildlink3.mk:1.5 --- pkgsrc/devel/hs-ipynb/buildlink3.mk:1.4 Tue Jan 18 02:48:09 2022 +++ pkgsrc/devel/hs-ipynb/buildlink3.mk Sat Feb 12 07:39:06 2022 @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:09 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2022/02/12 07:39:06 pho Exp $ BUILDLINK_TREE+= hs-ipynb .if !defined(HS_IPYNB_BUILDLINK3_MK) HS_IPYNB_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-ipynb+= hs-ipynb>=0.1.0 -BUILDLINK_ABI_DEPENDS.hs-ipynb+= hs-ipynb>=0.1.0.1nb2 +BUILDLINK_API_DEPENDS.hs-ipynb+= hs-ipynb>=0.2 +BUILDLINK_ABI_DEPENDS.hs-ipynb+= hs-ipynb>=0.2 BUILDLINK_PKGSRCDIR.hs-ipynb?= ../../devel/hs-ipynb .include "../../converters/hs-aeson/buildlink3.mk" Index: pkgsrc/devel/hs-ipynb/distinfo diff -u pkgsrc/devel/hs-ipynb/distinfo:1.4 pkgsrc/devel/hs-ipynb/distinfo:1.5 --- pkgsrc/devel/hs-ipynb/distinfo:1.4 Tue Oct 26 10:14:58 2021 +++ pkgsrc/devel/hs-ipynb/distinfo Sat Feb 12 07:39:06 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:14:58 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/02/12 07:39:06 pho Exp $ -BLAKE2s (ipynb-0.1.0.1.tar.gz) = 288722e182e5de19334062295eeabfe8aa73819395602d90aabff53d428a6e51 -SHA512 (ipynb-0.1.0.1.tar.gz) = b1e547ac9353c84619832c723586146d2fd72c85c75d11b9ff99c16852ae2dfd1a2d61382ab9cc54bc9ad2bf8e1c3c0a8dc50d49c034d525e7a3393057a0275b -Size (ipynb-0.1.0.1.tar.gz) = 631919 bytes +BLAKE2s (ipynb-0.2.tar.gz) = 6e067acf263ec603a242626356e0efe47b6e861b9027588b7415154f83ff44e5 +SHA512 (ipynb-0.2.tar.gz) = 885ffa2f2269b2bc6c2381fe7a7c91de93e8539ca3493d5a8207e75e986fc42a4b8ead0b4d05184da5bbb931466431ca1b810f03db8cd2c1624a67e1bbb782ea +Size (ipynb-0.2.tar.gz) = 632962 bytes --_----------=_164465154672590--