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:           Tue Aug 12 06:14:24 UTC 2025

Modified Files:
        pkgsrc/devel/py-inline-snapshot: Makefile PLIST distinfo

Log Message:
py-inline-snapshot: updated to 0.27.2

0.27.2 — 2025-08-11

Changed

- Improved documentation for `inline_snapshot.testing.Example`.

Fixed

- inline-snapshot generates no longer triple quoted strings when it fixes cases like this

0.27.1 — 2025-08-08

Fixed

- Added explicit type hints to the `outsource()` function

0.27.0 — 2025-08-05

Added

- Added [`inline_snapshot.extra.Transformed`](https://15r10nk.github.io/inline-snapshot/latest/extra/#inline_snapshot.extra.Transformed) and 
[`inline_snapshot.extra.transformation`](https://15r10nk.github.io/inline-snapshot/latest/extra/#inline_snapshot.extra.transformation) which can be used to transform values inside of snapshots.

- exposed `@declare_unmanaged` which allows you to create your own unmanaged types.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-inline-snapshot/Makefile \
    pkgsrc/devel/py-inline-snapshot/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-inline-snapshot/PLIST

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.8 pkgsrc/devel/py-inline-snapshot/Makefile:1.9
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.8        Thu Mar 13 15:10:37 2025
+++ pkgsrc/devel/py-inline-snapshot/Makefile    Tue Aug 12 06:14:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/03/13 15:10:37 adam Exp $
+# $NetBSD: Makefile,v 1.9 2025/08/12 06:14:24 adam Exp $
 
-DISTNAME=      inline_snapshot-0.20.6
+DISTNAME=      inline_snapshot-0.27.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/inline_snapshot/}
@@ -14,6 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-hatchling-
 DEPENDS+=      ${PYPKGPREFIX}-asttokens>=2.0.5:../../lang/py-asttokens
 DEPENDS+=      ${PYPKGPREFIX}-executing>=2.1.0:../../lang/py-executing
 DEPENDS+=      ${PYPKGPREFIX}-rich>=13.7.1:../../comms/py-rich
+DEPENDS+=      ${PYPKGPREFIX}-test>=8.3.4:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-attrs>=24.3.0:../../devel/py-attrs
 TEST_DEPENDS+= ${PYPKGPREFIX}-dirty-equals>=0.7.0:../../devel/py-dirty-equals
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.75.5:../../devel/py-hypothesis
Index: pkgsrc/devel/py-inline-snapshot/distinfo
diff -u pkgsrc/devel/py-inline-snapshot/distinfo:1.8 pkgsrc/devel/py-inline-snapshot/distinfo:1.9
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.8        Thu Mar 13 15:10:37 2025
+++ pkgsrc/devel/py-inline-snapshot/distinfo    Tue Aug 12 06:14:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/03/13 15:10:37 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/08/12 06:14:24 adam Exp $
 
-BLAKE2s (inline_snapshot-0.20.6.tar.gz) = d190da139821d6048a2f4a67395930f2736a683272a1ef11dfd03685092977b5
-SHA512 (inline_snapshot-0.20.6.tar.gz) = c420c7a2761aaf8aac61d3837a25dc2356abfd2e9d0c3d1eaf09f1f9ea81fa8d51672b6e4f2f463a1fe01b078399895722561aacceaabd340f73b6dfac7957c5
-Size (inline_snapshot-0.20.6.tar.gz) = 92536 bytes
+BLAKE2s (inline_snapshot-0.27.2.tar.gz) = 7e5cc703faf6f47488998b5108e19f2b90dae9d48dfdf2fbde8d22fc8cba3c76
+SHA512 (inline_snapshot-0.27.2.tar.gz) = 68e58853236a3a9323873f6f052f5abd06a18a0649eafa73b81c6f6b41b4913fe93dbf4a4355986676d89a0ff03ede3e3891b5daa6cae1b97baf8756ae344033
+Size (inline_snapshot-0.27.2.tar.gz) = 347133 bytes

Index: pkgsrc/devel/py-inline-snapshot/PLIST
diff -u pkgsrc/devel/py-inline-snapshot/PLIST:1.3 pkgsrc/devel/py-inline-snapshot/PLIST:1.4
--- pkgsrc/devel/py-inline-snapshot/PLIST:1.3   Wed Feb  5 20:47:30 2025
+++ pkgsrc/devel/py-inline-snapshot/PLIST       Tue Aug 12 06:14:24 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/02/05 20:47:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/12 06:14:24 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -43,12 +43,57 @@ ${PYSITELIB}/inline_snapshot/_config.pyo
 ${PYSITELIB}/inline_snapshot/_exceptions.py
 ${PYSITELIB}/inline_snapshot/_exceptions.pyc
 ${PYSITELIB}/inline_snapshot/_exceptions.pyo
-${PYSITELIB}/inline_snapshot/_external.py
-${PYSITELIB}/inline_snapshot/_external.pyc
-${PYSITELIB}/inline_snapshot/_external.pyo
-${PYSITELIB}/inline_snapshot/_find_external.py
-${PYSITELIB}/inline_snapshot/_find_external.pyc
-${PYSITELIB}/inline_snapshot/_find_external.pyo
+${PYSITELIB}/inline_snapshot/_external/__init__.py
+${PYSITELIB}/inline_snapshot/_external/__init__.pyc
+${PYSITELIB}/inline_snapshot/_external/__init__.pyo
+${PYSITELIB}/inline_snapshot/_external/_diff.py
+${PYSITELIB}/inline_snapshot/_external/_diff.pyc
+${PYSITELIB}/inline_snapshot/_external/_diff.pyo
+${PYSITELIB}/inline_snapshot/_external/_external.py
+${PYSITELIB}/inline_snapshot/_external/_external.pyc
+${PYSITELIB}/inline_snapshot/_external/_external.pyo
+${PYSITELIB}/inline_snapshot/_external/_external_file.py
+${PYSITELIB}/inline_snapshot/_external/_external_file.pyc
+${PYSITELIB}/inline_snapshot/_external/_external_file.pyo
+${PYSITELIB}/inline_snapshot/_external/_external_location.py
+${PYSITELIB}/inline_snapshot/_external/_external_location.pyc
+${PYSITELIB}/inline_snapshot/_external/_external_location.pyo
+${PYSITELIB}/inline_snapshot/_external/_find_external.py
+${PYSITELIB}/inline_snapshot/_external/_find_external.pyc
+${PYSITELIB}/inline_snapshot/_external/_find_external.pyo
+${PYSITELIB}/inline_snapshot/_external/_format/__init__.py
+${PYSITELIB}/inline_snapshot/_external/_format/__init__.pyc
+${PYSITELIB}/inline_snapshot/_external/_format/__init__.pyo
+${PYSITELIB}/inline_snapshot/_external/_format/_binary.py
+${PYSITELIB}/inline_snapshot/_external/_format/_binary.pyc
+${PYSITELIB}/inline_snapshot/_external/_format/_binary.pyo
+${PYSITELIB}/inline_snapshot/_external/_format/_json.py
+${PYSITELIB}/inline_snapshot/_external/_format/_json.pyc
+${PYSITELIB}/inline_snapshot/_external/_format/_json.pyo
+${PYSITELIB}/inline_snapshot/_external/_format/_protocol.py
+${PYSITELIB}/inline_snapshot/_external/_format/_protocol.pyc
+${PYSITELIB}/inline_snapshot/_external/_format/_protocol.pyo
+${PYSITELIB}/inline_snapshot/_external/_format/_text.py
+${PYSITELIB}/inline_snapshot/_external/_format/_text.pyc
+${PYSITELIB}/inline_snapshot/_external/_format/_text.pyo
+${PYSITELIB}/inline_snapshot/_external/_outsource.py
+${PYSITELIB}/inline_snapshot/_external/_outsource.pyc
+${PYSITELIB}/inline_snapshot/_external/_outsource.pyo
+${PYSITELIB}/inline_snapshot/_external/_storage/__init__.py
+${PYSITELIB}/inline_snapshot/_external/_storage/__init__.pyc
+${PYSITELIB}/inline_snapshot/_external/_storage/__init__.pyo
+${PYSITELIB}/inline_snapshot/_external/_storage/_hash.py
+${PYSITELIB}/inline_snapshot/_external/_storage/_hash.pyc
+${PYSITELIB}/inline_snapshot/_external/_storage/_hash.pyo
+${PYSITELIB}/inline_snapshot/_external/_storage/_protocol.py
+${PYSITELIB}/inline_snapshot/_external/_storage/_protocol.pyc
+${PYSITELIB}/inline_snapshot/_external/_storage/_protocol.pyo
+${PYSITELIB}/inline_snapshot/_external/_storage/_uuid.py
+${PYSITELIB}/inline_snapshot/_external/_storage/_uuid.pyc
+${PYSITELIB}/inline_snapshot/_external/_storage/_uuid.pyo
+${PYSITELIB}/inline_snapshot/_fix_assert.py
+${PYSITELIB}/inline_snapshot/_fix_assert.pyc
+${PYSITELIB}/inline_snapshot/_fix_assert.pyo
 ${PYSITELIB}/inline_snapshot/_flags.py
 ${PYSITELIB}/inline_snapshot/_flags.pyc
 ${PYSITELIB}/inline_snapshot/_flags.pyo
@@ -106,6 +151,9 @@ ${PYSITELIB}/inline_snapshot/_utils.pyo
 ${PYSITELIB}/inline_snapshot/extra.py
 ${PYSITELIB}/inline_snapshot/extra.pyc
 ${PYSITELIB}/inline_snapshot/extra.pyo
+${PYSITELIB}/inline_snapshot/fix_pytest_diff.py
+${PYSITELIB}/inline_snapshot/fix_pytest_diff.pyc
+${PYSITELIB}/inline_snapshot/fix_pytest_diff.pyo
 ${PYSITELIB}/inline_snapshot/py.typed
 ${PYSITELIB}/inline_snapshot/pydantic_fix.py
 ${PYSITELIB}/inline_snapshot/pydantic_fix.pyc
@@ -122,3 +170,6 @@ ${PYSITELIB}/inline_snapshot/testing/__i
 ${PYSITELIB}/inline_snapshot/testing/_example.py
 ${PYSITELIB}/inline_snapshot/testing/_example.pyc
 ${PYSITELIB}/inline_snapshot/testing/_example.pyo
+${PYSITELIB}/inline_snapshot/version.py
+${PYSITELIB}/inline_snapshot/version.pyc
+${PYSITELIB}/inline_snapshot/version.pyo



Home | Main Index | Thread Index | Old Index