pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-sugar
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 20 09:29:44 UTC 2025
Modified Files:
pkgsrc/devel/py-test-sugar: Makefile distinfo
Log Message:
py-test-sugar: updated to 1.1.0
1.1.0 - 2025-08-16
Add Playwright trace file detection and display support for failed tests. This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making
debugging easier for Playwright users.

New command-line options:
- `--sugar-trace-dir`: Configure the directory name for Playwright trace files (default: test-results)
- `--sugar-no-trace`: Disable Playwright trace file detection and display
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-sugar/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-sugar/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-test-sugar/Makefile
diff -u pkgsrc/devel/py-test-sugar/Makefile:1.15 pkgsrc/devel/py-test-sugar/Makefile:1.16
--- pkgsrc/devel/py-test-sugar/Makefile:1.15 Sat Apr 12 21:10:59 2025
+++ pkgsrc/devel/py-test-sugar/Makefile Wed Aug 20 09:29:44 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/12 21:10:59 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/08/20 09:29:44 adam Exp $
-DISTNAME= pytest-sugar-1.0.0
+DISTNAME= pytest-sugar-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-sugar/}
@@ -12,7 +11,6 @@ COMMENT= Py.test plugin that changes the
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-termcolor>=2.1.0:../../devel/py-termcolor
DEPENDS+= ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
Index: pkgsrc/devel/py-test-sugar/distinfo
diff -u pkgsrc/devel/py-test-sugar/distinfo:1.11 pkgsrc/devel/py-test-sugar/distinfo:1.12
--- pkgsrc/devel/py-test-sugar/distinfo:1.11 Fri Feb 2 16:06:17 2024
+++ pkgsrc/devel/py-test-sugar/distinfo Wed Aug 20 09:29:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/02/02 16:06:17 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/08/20 09:29:44 adam Exp $
-BLAKE2s (pytest-sugar-1.0.0.tar.gz) = bc7ce632e429bc7a4094c498fd0a61f29f0a7ad4578ef53aa28ab18de0aef4d9
-SHA512 (pytest-sugar-1.0.0.tar.gz) = 3976a77c76ae9a83a84753d426902650d0a63d686a84cdd25439c01ae444ae0a84c6095bf0ee5cfaf544e1cc69680001676a8dc4314d0f4d22c3021cb5b7c41d
-Size (pytest-sugar-1.0.0.tar.gz) = 14992 bytes
+BLAKE2s (pytest-sugar-1.1.0.tar.gz) = 638aed980e8b77905d7a9d9071c648a3f53c012bb7ccc660b0373afff0eef7ee
+SHA512 (pytest-sugar-1.1.0.tar.gz) = 8cbabb5c6982ca830573ac8250bf57619d50b901408115204c45df78ad4590df9d45ce326d647df550e2d6c084487015e8b31dfdf4f0ffba8ad18de6793f1282
+Size (pytest-sugar-1.1.0.tar.gz) = 16331 bytes
Home |
Main Index |
Thread Index |
Old Index