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: Mon Apr 20 13:26:09 UTC 2026
Modified Files:
pkgsrc/devel/py-inline-snapshot: Makefile distinfo
Log Message:
py-inline-snapshot: updated to 0.32.6
0.32.6 — 2026-04-10
Fixed
- Pydantic models, attrs and dataclasses with `NewType`-typed fields now generate correct snapshots that wrap the field value with the `NewType` constructor (e.g. `Something(some_id=SomeID(1))`
instead of `Something(some_id=1)`). This could only be fixed for Python >= 3.10.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/py-inline-snapshot/Makefile:1.16
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.15 Mon Mar 30 07:39:15 2026
+++ pkgsrc/devel/py-inline-snapshot/Makefile Mon Apr 20 13:26:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/03/30 07:39:15 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/04/20 13:26:08 adam Exp $
-DISTNAME= inline_snapshot-0.32.5
+DISTNAME= inline_snapshot-0.32.6
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.15 pkgsrc/devel/py-inline-snapshot/distinfo:1.16
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.15 Mon Mar 30 07:39:15 2026
+++ pkgsrc/devel/py-inline-snapshot/distinfo Mon Apr 20 13:26:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/03/30 07:39:15 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/04/20 13:26:08 adam Exp $
-BLAKE2s (inline_snapshot-0.32.5.tar.gz) = a50b8e9bc4b7514e750aec8562cdb1b2c5bd18bd4e49085caf7f8a38e42164bd
-SHA512 (inline_snapshot-0.32.5.tar.gz) = a5f4878a89a24ef8bd246ec652095363092f7127cc9135a63f6b2695be80593a67adb4b098a5f6f887fcbc566b48325bd4e3cf7be16aed13193ff7e0e6e31409
-Size (inline_snapshot-0.32.5.tar.gz) = 2626796 bytes
+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
Home |
Main Index |
Thread Index |
Old Index