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:           Thu Jan  8 10:31:37 UTC 2026

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

Log Message:
py-test-doctestplus: updated to 1.7.0

1.7.0 (2026-01-07)

- Fixing crashing sphinx builds where multiple directives are used with the
  first one expecting content. The order of the directives used does not
  matter after this fix.

- Versions of Python <3.10 and pytest<7 are no longer supported.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-doctestplus/Makefile
cvs rdiff -u -r1.9 -r1.10 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.16 pkgsrc/devel/py-test-doctestplus/Makefile:1.17
--- pkgsrc/devel/py-test-doctestplus/Makefile:1.16      Tue Jan  6 11:18:43 2026
+++ pkgsrc/devel/py-test-doctestplus/Makefile   Thu Jan  8 10:31:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/01/06 11:18:43 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/01/08 10:31:37 adam Exp $
 
-DISTNAME=      pytest_doctestplus-1.6.0
+DISTNAME=      pytest_doctestplus-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^pytest_/test-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-doctestplus/}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=17.0:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-test>=4.6:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-remotedata>=0.3.2:../../net/py-test-remotedata

Index: pkgsrc/devel/py-test-doctestplus/distinfo
diff -u pkgsrc/devel/py-test-doctestplus/distinfo:1.9 pkgsrc/devel/py-test-doctestplus/distinfo:1.10
--- pkgsrc/devel/py-test-doctestplus/distinfo:1.9       Fri Nov 21 14:07:27 2025
+++ pkgsrc/devel/py-test-doctestplus/distinfo   Thu Jan  8 10:31:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/11/21 14:07:27 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/01/08 10:31:37 adam Exp $
 
-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
+BLAKE2s (pytest_doctestplus-1.7.0.tar.gz) = d6d7e6bc7c2cf72cc5a8377bbba64c77cd5ca68ff36a0979f40367188c0eac46
+SHA512 (pytest_doctestplus-1.7.0.tar.gz) = 18e6f2d05d8b472c4b2dc951a9ad7ab811603c874627d24b244550f7fa1e6b273097d19e158dc8ff68d0a515518760a81eb989b9f7cfe55d387c89070d09ea05
+Size (pytest_doctestplus-1.7.0.tar.gz) = 50078 bytes



Home | Main Index | Thread Index | Old Index