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 Sep 3 11:47:41 UTC 2026
Modified Files:
pkgsrc/devel/py-inline-snapshot: Makefile PLIST distinfo
Log Message:
py-inline-snapshot: updated to 0.35.4
0.35.4 — 2026-08-11
Fixed
- Prevented `--inline-snapshot=trim` from changing snapshots when a test body
fails or pytest is limited with `-k`, a test path, or a test node ID. Skipped
tests and fixture teardown errors do not prevent trimming. A message now
explains why trimming was disabled when it was requested implicitly. An
explicit `--inline-snapshot=trim` overrides this safeguard.
- Fixed a crash during session finalization when pytest's capture plugin is disabled.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-inline-snapshot/Makefile \
pkgsrc/devel/py-inline-snapshot/distinfo
cvs rdiff -u -r1.7 -r1.8 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.18 pkgsrc/devel/py-inline-snapshot/Makefile:1.19
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.18 Wed Jul 1 07:36:04 2026
+++ pkgsrc/devel/py-inline-snapshot/Makefile Thu Sep 3 11:47:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/07/01 07:36:04 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/09/03 11:47:41 adam Exp $
-DISTNAME= inline_snapshot-0.34.2
+DISTNAME= inline_snapshot-0.35.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inline_snapshot/}
@@ -10,17 +10,17 @@ HOMEPAGE= https://15r10nk.github.io/inli
COMMENT= Golden master/snapshot/approval testing library
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-asttokens>=2.0.5:../../lang/py-asttokens
DEPENDS+= ${PYPKGPREFIX}-executing>=2.2.0:../../lang/py-executing
DEPENDS+= ${PYPKGPREFIX}-rich>=13.7.1:../../comms/py-rich
DEPENDS+= ${PYPKGPREFIX}-test>=8.3.4:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=0:../../devel/py-typing-extensions
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}-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}-isort>=0:../../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.18 pkgsrc/devel/py-inline-snapshot/distinfo:1.19
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.18 Wed Jul 1 07:36:04 2026
+++ pkgsrc/devel/py-inline-snapshot/distinfo Thu Sep 3 11:47:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2026/07/01 07:36:04 adam Exp $
+$NetBSD: distinfo,v 1.19 2026/09/03 11:47:41 adam Exp $
-BLAKE2s (inline_snapshot-0.34.2.tar.gz) = 338aa9e007da38cc94f33afd236180c56a202185ff7a4997377685b9d691a6e2
-SHA512 (inline_snapshot-0.34.2.tar.gz) = fc2a388aa70e991de641d19ab97c7313dd982248af25013f97313517e1bfd673086f73d60318316c0312c21c6703c567519e2e3a7baeeb14ad5a324c047f59ae
-Size (inline_snapshot-0.34.2.tar.gz) = 2641142 bytes
+BLAKE2s (inline_snapshot-0.35.4.tar.gz) = 1ce1a8d942317bf918373d4d508092323e13004decee74fc664b5b54aafeba42
+SHA512 (inline_snapshot-0.35.4.tar.gz) = 8e3e7537b21c012607337eb3792f79e2c96fb4befb034b8079453c1bdbfd58f8ceb494b9008be9eabce449e76e9eb6e6bb492e2cbacb14508abbe8226297d178
+Size (inline_snapshot-0.35.4.tar.gz) = 2537089 bytes
Index: pkgsrc/devel/py-inline-snapshot/PLIST
diff -u pkgsrc/devel/py-inline-snapshot/PLIST:1.7 pkgsrc/devel/py-inline-snapshot/PLIST:1.8
--- pkgsrc/devel/py-inline-snapshot/PLIST:1.7 Wed Jul 1 07:36:04 2026
+++ pkgsrc/devel/py-inline-snapshot/PLIST Thu Sep 3 11:47:41 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2026/07/01 07:36:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/09/03 11:47:41 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -91,6 +91,9 @@ ${PYSITELIB}/inline_snapshot/_external/_
${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/_rich_svg.py
+${PYSITELIB}/inline_snapshot/_external/_format/_rich_svg.pyc
+${PYSITELIB}/inline_snapshot/_external/_format/_rich_svg.pyo
${PYSITELIB}/inline_snapshot/_external/_format/_text.py
${PYSITELIB}/inline_snapshot/_external/_format/_text.pyc
${PYSITELIB}/inline_snapshot/_external/_format/_text.pyo
@@ -109,6 +112,9 @@ ${PYSITELIB}/inline_snapshot/_external/_
${PYSITELIB}/inline_snapshot/_external/_storage/_uuid.py
${PYSITELIB}/inline_snapshot/_external/_storage/_uuid.pyc
${PYSITELIB}/inline_snapshot/_external/_storage/_uuid.pyo
+${PYSITELIB}/inline_snapshot/_external/_tracked_files.py
+${PYSITELIB}/inline_snapshot/_external/_tracked_files.pyc
+${PYSITELIB}/inline_snapshot/_external/_tracked_files.pyo
${PYSITELIB}/inline_snapshot/_fix_assert.py
${PYSITELIB}/inline_snapshot/_fix_assert.pyc
${PYSITELIB}/inline_snapshot/_fix_assert.pyo
@@ -218,6 +224,9 @@ ${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/testing/_terminal_svg.py
+${PYSITELIB}/inline_snapshot/testing/_terminal_svg.pyc
+${PYSITELIB}/inline_snapshot/testing/_terminal_svg.pyo
${PYSITELIB}/inline_snapshot/version.py
${PYSITELIB}/inline_snapshot/version.pyc
${PYSITELIB}/inline_snapshot/version.pyo
Home |
Main Index |
Thread Index |
Old Index