pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-doctestplus
Module Name: pkgsrc
Committed By: adam
Date: Fri Nov 21 14:07:27 UTC 2025
Modified Files:
pkgsrc/devel/py-test-doctestplus: Makefile distinfo
Log Message:
py-test-doctestplus: updated to 1.6.0
1.6.0 (2025-11-20)
- Fixing directives that should not have any content and therefore fixing
previously crashing sphinx builds. Using these directives with a content
now results an error.
- Ensure that tests skipped with ``__doctest_skip__`` and
``__doctest_requires__`` show up as skipped tests in Pytest's output.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-doctestplus/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-doctestplus/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-doctestplus/Makefile
diff -u pkgsrc/devel/py-test-doctestplus/Makefile:1.14 pkgsrc/devel/py-test-doctestplus/Makefile:1.15
--- pkgsrc/devel/py-test-doctestplus/Makefile:1.14 Tue Nov 11 14:15:58 2025
+++ pkgsrc/devel/py-test-doctestplus/Makefile Fri Nov 21 14:07:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/11/11 14:15:58 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/11/21 14:07:27 adam Exp $
-DISTNAME= pytest_doctestplus-1.5.0
+DISTNAME= pytest_doctestplus-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^pytest_/test-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-doctestplus/}
Index: pkgsrc/devel/py-test-doctestplus/distinfo
diff -u pkgsrc/devel/py-test-doctestplus/distinfo:1.8 pkgsrc/devel/py-test-doctestplus/distinfo:1.9
--- pkgsrc/devel/py-test-doctestplus/distinfo:1.8 Tue Nov 11 14:15:58 2025
+++ pkgsrc/devel/py-test-doctestplus/distinfo Fri Nov 21 14:07:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/11/11 14:15:58 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/11/21 14:07:27 adam Exp $
-BLAKE2s (pytest_doctestplus-1.5.0.tar.gz) = e026d4c5aa8185ac9f578f41de6d0394895a9f01f692ae38788238cb0cfeddc2
-SHA512 (pytest_doctestplus-1.5.0.tar.gz) = b8e7a4341115728bb7f12f729d8f692c26f60a276ba066e39f91e69dc4cf2a83753de28aeb6b1290b713803aedcc2401cbca29615c259b73cf9ae7aadd8d7085
-Size (pytest_doctestplus-1.5.0.tar.gz) = 49184 bytes
+BLAKE2s (pytest_doctestplus-1.6.0.tar.gz) = d9c7e9136e11817ff0a46c5d8ab23586f7d73044eb29c033bda915f3eff4dff3
+SHA512 (pytest_doctestplus-1.6.0.tar.gz) = f5be6597c75e28cbf1e0157016bb90fb10b2494758ca440c5c1826a7b0799137e4a92afdd2bee5109311f1caf2007face83d07f4a1e7867da9538b9a8beea987
+Size (pytest_doctestplus-1.6.0.tar.gz) = 50186 bytes
Home |
Main Index |
Thread Index |
Old Index