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: Wed Jul 1 07:36:04 UTC 2026
Modified Files:
pkgsrc/devel/py-inline-snapshot: Makefile PLIST distinfo
Log Message:
py-inline-snapshot: updated to 0.34.2
0.34.2
Fixed
- Fixed snapshot updates when pytest reuses stale assertion-rewrite cache files after a test folder is moved, which could leave cached code objects pointing at the old source path
0.34.1
Fixed
- Fixed `snapshot_arg()` to use the `fix` category (instead of `create`) when creating an argument with an existing non-ellipsis default argument value.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-inline-snapshot/Makefile \
pkgsrc/devel/py-inline-snapshot/distinfo
cvs rdiff -u -r1.6 -r1.7 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.17 pkgsrc/devel/py-inline-snapshot/Makefile:1.18
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.17 Thu Apr 30 11:08:10 2026
+++ pkgsrc/devel/py-inline-snapshot/Makefile Wed Jul 1 07:36:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2026/04/30 11:08:10 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/07/01 07:36:04 adam Exp $
-DISTNAME= inline_snapshot-0.32.7
+DISTNAME= inline_snapshot-0.34.2
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.17 pkgsrc/devel/py-inline-snapshot/distinfo:1.18
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.17 Thu Apr 30 11:08:10 2026
+++ pkgsrc/devel/py-inline-snapshot/distinfo Wed Jul 1 07:36:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2026/04/30 11:08:10 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/07/01 07:36:04 adam Exp $
-BLAKE2s (inline_snapshot-0.32.7.tar.gz) = 4645ae495eefcb563f94724af6ea358b81730c8fb3b22fe32f8afa750e08675d
-SHA512 (inline_snapshot-0.32.7.tar.gz) = 2e417a21e9fa1d315981ab449c3682a3d925035cb6d5dc66cfb77f635e46c12fce9727aaa0c9ad37aeb6e1aa1a3f2fa3a9326e6c0f9e68777bc0f7a62dcd7228
-Size (inline_snapshot-0.32.7.tar.gz) = 2630267 bytes
+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
Index: pkgsrc/devel/py-inline-snapshot/PLIST
diff -u pkgsrc/devel/py-inline-snapshot/PLIST:1.6 pkgsrc/devel/py-inline-snapshot/PLIST:1.7
--- pkgsrc/devel/py-inline-snapshot/PLIST:1.6 Tue Feb 17 12:45:10 2026
+++ pkgsrc/devel/py-inline-snapshot/PLIST Wed Jul 1 07:36:04 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2026/02/17 12:45:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/07/01 07:36:04 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -166,6 +166,9 @@ ${PYSITELIB}/inline_snapshot/_snapshot/m
${PYSITELIB}/inline_snapshot/_snapshot/undecided_value.py
${PYSITELIB}/inline_snapshot/_snapshot/undecided_value.pyc
${PYSITELIB}/inline_snapshot/_snapshot/undecided_value.pyo
+${PYSITELIB}/inline_snapshot/_snapshot_arg.py
+${PYSITELIB}/inline_snapshot/_snapshot_arg.pyc
+${PYSITELIB}/inline_snapshot/_snapshot_arg.pyo
${PYSITELIB}/inline_snapshot/_snapshot_session.py
${PYSITELIB}/inline_snapshot/_snapshot_session.pyc
${PYSITELIB}/inline_snapshot/_snapshot_session.pyo
@@ -184,6 +187,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_cache.py
+${PYSITELIB}/inline_snapshot/fix_pytest_cache.pyc
+${PYSITELIB}/inline_snapshot/fix_pytest_cache.pyo
${PYSITELIB}/inline_snapshot/fix_pytest_diff.py
${PYSITELIB}/inline_snapshot/fix_pytest_diff.pyc
${PYSITELIB}/inline_snapshot/fix_pytest_diff.pyo
Home |
Main Index |
Thread Index |
Old Index