Skip to content

Commit

Permalink
Update to ipynb-
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
depressed-pho committed Feb 12, 2022
1 parent 4542ebf commit 5708578
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions devel/hs-ipynb/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
6 changes: 3 additions & 3 deletions devel/hs-ipynb/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions devel/hs-ipynb/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5708578

Please sign in to comment.