pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-html



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 12 11:09:59 UTC 2026

Modified Files:
        pkgsrc/devel/py-test-html: Makefile distinfo

Log Message:
py-test-html: updated to 4.2.0

4.2.0

fix: Extras from setup/teardown missing in report
fix: Total duration when running in parallel
Fix license classifier in pyproject.toml
[pre-commit.ci] pre-commit autoupdate
Fix for 806 (if results table order changed, hide/show details hover over broken)
Chore(deps): Bump certifi from 2023.5.7 to 2023.7.22 in /docs
Start tag has wrong closing tag
Drop python 3.8, add support for 3.12, 3.13


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-html/Makefile \
    pkgsrc/devel/py-test-html/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-html/Makefile
diff -u pkgsrc/devel/py-test-html/Makefile:1.1 pkgsrc/devel/py-test-html/Makefile:1.2
--- pkgsrc/devel/py-test-html/Makefile:1.1      Wed Jan 29 09:23:44 2025
+++ pkgsrc/devel/py-test-html/Makefile  Thu Feb 12 11:09:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2025/01/29 09:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/02/12 11:09:59 adam Exp $
 
-DISTNAME=      pytest_html-4.1.1
+DISTNAME=      pytest_html-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-html/}
@@ -12,14 +12,15 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.13:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
-DEPENDS+=      ${PYPKGPREFIX}-test-metadata>=2.0.0:../../devel/py-test-metadata
-# TODO: assertpy>=1.1
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-test>=7:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test-metadata>=2:../../devel/py-test-metadata
+TEST_DEPENDS+= ${PYPKGPREFIX}-assertpy>=1.1:../../devel/py-assertpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.11.1:../../www/py-beautifulsoup4
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.7.0:../../devel/py-test-mock
+# TODO: selenium>=4.3
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.7:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-rerunfailures>=11.1.2:../../devel/py-test-rerunfailures
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-test-html/distinfo
diff -u pkgsrc/devel/py-test-html/distinfo:1.1 pkgsrc/devel/py-test-html/distinfo:1.2
--- pkgsrc/devel/py-test-html/distinfo:1.1      Wed Jan 29 09:23:44 2025
+++ pkgsrc/devel/py-test-html/distinfo  Thu Feb 12 11:09:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/01/29 09:23:44 adam Exp $
+$NetBSD: distinfo,v 1.2 2026/02/12 11:09:59 adam Exp $
 
-BLAKE2s (pytest_html-4.1.1.tar.gz) = ea992d1d97c1129fbf57e1e7c4723fc1c341268dce90cb4882666ce5ed165858
-SHA512 (pytest_html-4.1.1.tar.gz) = 13832f3b81aa83a95e27d93d2df82fb68eee86696f431f777840484f426094084a03b52b3ad8a381d79ef4f2a4a4b1059349f653e2b6ac66a476f511f4ea8e22
-Size (pytest_html-4.1.1.tar.gz) = 150773 bytes
+BLAKE2s (pytest_html-4.2.0.tar.gz) = 52bf10771d5b215960df350dd2332e08c5866d9c64afb6282a84ff035c064246
+SHA512 (pytest_html-4.2.0.tar.gz) = 4f53b0a7f5e0b08eb5021e427b9ad870093faf99702568b5da9927b9d54b690ab25ca7c551950ef16ca176b59d571fd00b3eebbedf831b9d6acbb346f8890b6f
+Size (pytest_html-4.2.0.tar.gz) = 108634 bytes



Home | Main Index | Thread Index | Old Index