pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-inline-snapshot
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 30 11:08:10 UTC 2026
Modified Files:
pkgsrc/devel/py-inline-snapshot: Makefile distinfo
Log Message:
py-inline-snapshot: updated to 0.32.7
0.32.7 — 2026-04-23
Fixed
- Fixed snapshot comparison for dicts where keys are dataclass instances (or other custom objects used as dict keys), which previously caused corrupted snapshots — either collapsing multiple entries
into one or appending duplicate keys on subsequent runs.
- Fixed tuple snapshot updates to compare elements positionally rather than using sequence alignment, so existing expressions (e.g. `3 + 3`) are preserved when elements are removed from or added to a
tuple.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-inline-snapshot/Makefile \
pkgsrc/devel/py-inline-snapshot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-inline-snapshot/Makefile
diff -u pkgsrc/devel/py-inline-snapshot/Makefile:1.16 pkgsrc/devel/py-inline-snapshot/Makefile:1.17
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.16 Mon Apr 20 13:26:08 2026
+++ pkgsrc/devel/py-inline-snapshot/Makefile Thu Apr 30 11:08:10 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/04/20 13:26:08 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/04/30 11:08:10 adam Exp $
-DISTNAME= inline_snapshot-0.32.6
+DISTNAME= inline_snapshot-0.32.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inline_snapshot/}
Index: pkgsrc/devel/py-inline-snapshot/distinfo
diff -u pkgsrc/devel/py-inline-snapshot/distinfo:1.16 pkgsrc/devel/py-inline-snapshot/distinfo:1.17
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.16 Mon Apr 20 13:26:08 2026
+++ pkgsrc/devel/py-inline-snapshot/distinfo Thu Apr 30 11:08:10 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/04/20 13:26:08 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/04/30 11:08:10 adam Exp $
-BLAKE2s (inline_snapshot-0.32.6.tar.gz) = 3809106119dc240a2cda819126b0b2d3194e5a2655a4864a02761fe745a1cdf9
-SHA512 (inline_snapshot-0.32.6.tar.gz) = 853b0091e28244fd6d493a1a3d19ff947ce96b424f8e4700ec1f1e82c70fbda5113ee3b8b76f37efc74a80f14b999ff3f9c156936b3c626d67407216d00a8b3e
-Size (inline_snapshot-0.32.6.tar.gz) = 2627401 bytes
+BLAKE2s (inline_snapshot-0.32.7.tar.gz) = 4645ae495eefcb563f94724af6ea358b81730c8fb3b22fe32f8afa750e08675d
+SHA512 (inline_snapshot-0.32.7.tar.gz) = 2e417a21e9fa1d315981ab449c3682a3d925035cb6d5dc66cfb77f635e46c12fce9727aaa0c9ad37aeb6e1aa1a3f2fa3a9326e6c0f9e68777bc0f7a62dcd7228
+Size (inline_snapshot-0.32.7.tar.gz) = 2630267 bytes
Home |
Main Index |
Thread Index |
Old Index