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 Nov 4 11:53:00 UTC 2025
Modified Files:
pkgsrc/devel/py-inline-snapshot: Makefile distinfo
Log Message:
py-inline-snapshot: updated to 0.31.0
0.31.0 — 2025-10-27
Changed
- **BREAKING CHANGE:** An exception is now raised when you use `external()` in files that are not inside your `tests/` directory (or any other directory that you can configure with
[tool.inline-snapshot.test-dir](https://15r10nk.github.io/inline-snapshot/latest/configuration/#test-dir)).
- Users are now notified if they use the same UUID for multiple external snapshots, which can happen when copying one test as a template for a new test. The snapshots should be reset to an empty
`external()` and recreated with inline-snapshot.
Fixed
- Updated `--snapshot` flag to `--inline-snapshot` in session hints
- The lookup for external snapshots has been improved
0.30.1 — 2025-10-20
Fixed
- Disable ensure ascii in json.dump to support non-ASCII characters in external files
0.30.0 — 2025-10-15
Added
- The `test-dir` config option can now also be a list of paths
- added Python 3.14 support
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/devel/py-inline-snapshot/Makefile:1.11
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.10 Fri Oct 3 12:14:26 2025
+++ pkgsrc/devel/py-inline-snapshot/Makefile Tue Nov 4 11:53:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/10/03 12:14:26 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/11/04 11:53:00 adam Exp $
-DISTNAME= inline_snapshot-0.29.2
+DISTNAME= inline_snapshot-0.31.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inline_snapshot/}
@@ -17,6 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-rich>=13.7.1:..
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}-black>=23.3.0:../../textproc/py-black
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.75.5:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=1.2.0:../../lang/py-mypy
TEST_DEPENDS+= ${PYPKGPREFIX}-pydantic>=1:../../devel/py-pydantic
Index: pkgsrc/devel/py-inline-snapshot/distinfo
diff -u pkgsrc/devel/py-inline-snapshot/distinfo:1.10 pkgsrc/devel/py-inline-snapshot/distinfo:1.11
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.10 Fri Oct 3 12:14:26 2025
+++ pkgsrc/devel/py-inline-snapshot/distinfo Tue Nov 4 11:53:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/10/03 12:14:26 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/11/04 11:53:00 adam Exp $
-BLAKE2s (inline_snapshot-0.29.2.tar.gz) = f67f7dbcd353e9c8572671d206669785e6805f5d5f0086d3a27b864c9e510ad0
-SHA512 (inline_snapshot-0.29.2.tar.gz) = c2197ff1681601d19793d3db0cc577dc26c494398a85a5e08712ecd8208c74d099d7669e66cbde3b1789626331c0eb7fb3d883de31d84ad2eef5bc1d8fa5b771
-Size (inline_snapshot-0.29.2.tar.gz) = 2596750 bytes
+BLAKE2s (inline_snapshot-0.31.0.tar.gz) = acca71a75d1fa710540ea887b4aeb88102ca9685cfd36e4907d04fd1924a6194
+SHA512 (inline_snapshot-0.31.0.tar.gz) = 5938c6ae0f30becd0b6ec02e85d1cdfefa51f791fe0f16018f6c278bd4535d7ba86719950d7df0378e3116492c3e24a1f1165940a75be0577e0a6c17f98fc76c
+Size (inline_snapshot-0.31.0.tar.gz) = 2600041 bytes
Home |
Main Index |
Thread Index |
Old Index