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 Mar  5 09:55:29 UTC 2026

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

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

 0.32.4 — 2026-03-01

Added

- Added `context_managers` parameter to `Example.run_inline()`, allowing tests to inject context managers (e.g. `unittest.mock.patch`) that are active during `show_report()`.

Fixed

- Fixed `UsageError("unmanaged values can not be compared with snapshots")` raised during session teardown when using `-k` to filter tests. This was caused by inline-snapshot trying to update 
snapshots that were never compared. This is a rare edge case that caused problems when matchers were used, so it has been removed.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/devel/py-inline-snapshot/Makefile:1.14
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.13       Tue Feb 17 12:45:10 2026
+++ pkgsrc/devel/py-inline-snapshot/Makefile    Thu Mar  5 09:55:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/02/17 12:45:10 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/03/05 09:55:29 adam Exp $
 
-DISTNAME=      inline_snapshot-0.32.1
+DISTNAME=      inline_snapshot-0.32.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/inline_snapshot/}
@@ -20,6 +20,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-attrs>=24.
 TEST_DEPENDS+= ${PYPKGPREFIX}-dirty-equals>=0.7.0:../../devel/py-dirty-equals
 TEST_DEPENDS+= ${PYPKGPREFIX}-black>=23.3.0:../../textproc/py-black
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.75.5:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-isort-[0-9]*:../../devel/py-isort
 TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=1.2.0:../../lang/py-mypy
 TEST_DEPENDS+= ${PYPKGPREFIX}-pydantic>=1:../../devel/py-pydantic
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-freezer>=0.4.8:../../devel/py-test-freezer
Index: pkgsrc/devel/py-inline-snapshot/distinfo
diff -u pkgsrc/devel/py-inline-snapshot/distinfo:1.13 pkgsrc/devel/py-inline-snapshot/distinfo:1.14
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.13       Tue Feb 17 12:45:10 2026
+++ pkgsrc/devel/py-inline-snapshot/distinfo    Thu Mar  5 09:55:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/02/17 12:45:10 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/03/05 09:55:29 adam Exp $
 
-BLAKE2s (inline_snapshot-0.32.1.tar.gz) = 09ebd3fd1d196951e1a68e9657198d73ac007f2a87d151d308b8f2a260c85d79
-SHA512 (inline_snapshot-0.32.1.tar.gz) = c91b426c1186d236e958c5a1b6bc87b66f35ba989db6b22607ce2867debd01c22600ee9c52211a22654480ac2caaff099c269ef3d487d599064cd9329b215266
-Size (inline_snapshot-0.32.1.tar.gz) = 2624124 bytes
+BLAKE2s (inline_snapshot-0.32.4.tar.gz) = e6999f7371193f6dec1cc930b3976b7f43ec90832544826c3cb634c98849a4a4
+SHA512 (inline_snapshot-0.32.4.tar.gz) = 9738339178996f7f45e7fc1f2f554f59847065ee15591d2ef09dae57e9a8ea27025f78e7258ee27d0a0856cfb5a3834650cfcf547430106e75b22bab67c2dd1f
+Size (inline_snapshot-0.32.4.tar.gz) = 2626703 bytes



Home | Main Index | Thread Index | Old Index