Skip to content

Commit 8d2c726

Browse files
author
adam
committed
py-inline-snapshot: updated to 0.29.2
0.29.2 - fixed string formatting with black which caused invalid snapshots 0.29.1 Changed - `Example.run_inline` can now be used with `["--inline-snapshot=disable"]`. Fixed - `--inline-snapshot=report` now shows the same changes for external snapshots as `--inline-snapshot=review`
1 parent 6d47ead commit 8d2c726

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

devel/py-inline-snapshot/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.9 2025/08/12 06:14:24 adam Exp $
1+
# $NetBSD: Makefile,v 1.10 2025/10/03 12:14:26 adam Exp $
22

3-
DISTNAME= inline_snapshot-0.27.2
3+
DISTNAME= inline_snapshot-0.29.2
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inline_snapshot/}
@@ -12,7 +12,7 @@ LICENSE= mit
1212

1313
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
1414
DEPENDS+= ${PYPKGPREFIX}-asttokens>=2.0.5:../../lang/py-asttokens
15-
DEPENDS+= ${PYPKGPREFIX}-executing>=2.1.0:../../lang/py-executing
15+
DEPENDS+= ${PYPKGPREFIX}-executing>=2.2.0:../../lang/py-executing
1616
DEPENDS+= ${PYPKGPREFIX}-rich>=13.7.1:../../comms/py-rich
1717
DEPENDS+= ${PYPKGPREFIX}-test>=8.3.4:../../devel/py-test
1818
TEST_DEPENDS+= ${PYPKGPREFIX}-attrs>=24.3.0:../../devel/py-attrs

devel/py-inline-snapshot/PLIST

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.4 2025/08/12 06:14:24 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.5 2025/10/03 12:14:26 adam Exp $
22
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
33
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
44
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -52,6 +52,9 @@ ${PYSITELIB}/inline_snapshot/_external/_diff.pyo
5252
${PYSITELIB}/inline_snapshot/_external/_external.py
5353
${PYSITELIB}/inline_snapshot/_external/_external.pyc
5454
${PYSITELIB}/inline_snapshot/_external/_external.pyo
55+
${PYSITELIB}/inline_snapshot/_external/_external_base.py
56+
${PYSITELIB}/inline_snapshot/_external/_external_base.pyc
57+
${PYSITELIB}/inline_snapshot/_external/_external_base.pyo
5558
${PYSITELIB}/inline_snapshot/_external/_external_file.py
5659
${PYSITELIB}/inline_snapshot/_external/_external_file.pyc
5760
${PYSITELIB}/inline_snapshot/_external/_external_file.pyo
@@ -100,6 +103,9 @@ ${PYSITELIB}/inline_snapshot/_flags.pyo
100103
${PYSITELIB}/inline_snapshot/_format.py
101104
${PYSITELIB}/inline_snapshot/_format.pyc
102105
${PYSITELIB}/inline_snapshot/_format.pyo
106+
${PYSITELIB}/inline_snapshot/_get_snapshot_value.py
107+
${PYSITELIB}/inline_snapshot/_get_snapshot_value.pyc
108+
${PYSITELIB}/inline_snapshot/_get_snapshot_value.pyo
103109
${PYSITELIB}/inline_snapshot/_global_state.py
104110
${PYSITELIB}/inline_snapshot/_global_state.pyc
105111
${PYSITELIB}/inline_snapshot/_global_state.pyo
@@ -136,6 +142,9 @@ ${PYSITELIB}/inline_snapshot/_snapshot/min_max_value.pyo
136142
${PYSITELIB}/inline_snapshot/_snapshot/undecided_value.py
137143
${PYSITELIB}/inline_snapshot/_snapshot/undecided_value.pyc
138144
${PYSITELIB}/inline_snapshot/_snapshot/undecided_value.pyo
145+
${PYSITELIB}/inline_snapshot/_snapshot_session.py
146+
${PYSITELIB}/inline_snapshot/_snapshot_session.pyc
147+
${PYSITELIB}/inline_snapshot/_snapshot_session.pyo
139148
${PYSITELIB}/inline_snapshot/_source_file.py
140149
${PYSITELIB}/inline_snapshot/_source_file.pyc
141150
${PYSITELIB}/inline_snapshot/_source_file.pyo

devel/py-inline-snapshot/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.9 2025/08/12 06:14:24 adam Exp $
1+
$NetBSD: distinfo,v 1.10 2025/10/03 12:14:26 adam Exp $
22

3-
BLAKE2s (inline_snapshot-0.27.2.tar.gz) = 7e5cc703faf6f47488998b5108e19f2b90dae9d48dfdf2fbde8d22fc8cba3c76
4-
SHA512 (inline_snapshot-0.27.2.tar.gz) = 68e58853236a3a9323873f6f052f5abd06a18a0649eafa73b81c6f6b41b4913fe93dbf4a4355986676d89a0ff03ede3e3891b5daa6cae1b97baf8756ae344033
5-
Size (inline_snapshot-0.27.2.tar.gz) = 347133 bytes
3+
BLAKE2s (inline_snapshot-0.29.2.tar.gz) = f67f7dbcd353e9c8572671d206669785e6805f5d5f0086d3a27b864c9e510ad0
4+
SHA512 (inline_snapshot-0.29.2.tar.gz) = c2197ff1681601d19793d3db0cc577dc26c494398a85a5e08712ecd8208c74d099d7669e66cbde3b1789626331c0eb7fb3d883de31d84ad2eef5bc1d8fa5b771
5+
Size (inline_snapshot-0.29.2.tar.gz) = 2596750 bytes

0 commit comments

Comments
 (0)