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 13 15:10:37 UTC 2025
Modified Files:
pkgsrc/devel/py-inline-snapshot: Makefile distinfo
Log Message:
py-inline-snapshot: updated to 0.20.6
0.20.6 — 2025-03-13
Fixed
- Do not skip snapshots in conditional marked xfail tests.
``` python
@pytest.mark.xfail(False, reason="...")
def test_a():
assert 5 == snapshot(3) # <- this will be fixed
@pytest.mark.xfail(True, reason="...")
def test_b():
assert 5 == snapshot(3) # <- this not
```
0.20.5 — 2025-03-04
Fixed
- correct normalization of "python3.9" to "python" in tests
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/py-inline-snapshot/Makefile:1.8
--- pkgsrc/devel/py-inline-snapshot/Makefile:1.7 Tue Mar 4 05:15:02 2025
+++ pkgsrc/devel/py-inline-snapshot/Makefile Thu Mar 13 15:10:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/03/04 05:15:02 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/03/13 15:10:37 adam Exp $
-DISTNAME= inline_snapshot-0.20.4
+DISTNAME= inline_snapshot-0.20.6
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.7 pkgsrc/devel/py-inline-snapshot/distinfo:1.8
--- pkgsrc/devel/py-inline-snapshot/distinfo:1.7 Tue Mar 4 05:15:02 2025
+++ pkgsrc/devel/py-inline-snapshot/distinfo Thu Mar 13 15:10:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/03/04 05:15:02 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/03/13 15:10:37 adam Exp $
-BLAKE2s (inline_snapshot-0.20.4.tar.gz) = 07a8110891ea4c3a811d868719e8afcfb14f48386e9ff00684f4829bb0b7fda7
-SHA512 (inline_snapshot-0.20.4.tar.gz) = 6296336ab569a3e9022ea32c1d8fafa61319f41fd17cb1ce0f9ce6e319998f58a57f423d31579b269bf06e414cb60f388dd06427e4f9b2037af241c68f3c7262
-Size (inline_snapshot-0.20.4.tar.gz) = 92164 bytes
+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
Home |
Main Index |
Thread Index |
Old Index