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 Aug 11 06:30:28 UTC 2023

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

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

0.13.0 (2023-06-07)
- Compatibility with pytest 7.4 with respect to ``norecursedirs`` handling.
- Respect ``--doctest-continue-on-failure`` flag.
- Report doctests raising skip exceptions as skipped.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-doctestplus/Makefile \
    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.2 pkgsrc/devel/py-test-doctestplus/Makefile:1.3
--- pkgsrc/devel/py-test-doctestplus/Makefile:1.2       Mon May 29 12:15:08 2023
+++ pkgsrc/devel/py-test-doctestplus/Makefile   Fri Aug 11 06:30:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/05/29 12:15:08 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/11 06:30:28 adam Exp $
 
-DISTNAME=      pytest-doctestplus-0.12.1
+DISTNAME=      pytest-doctestplus-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 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.2 pkgsrc/devel/py-test-doctestplus/distinfo:1.3
--- pkgsrc/devel/py-test-doctestplus/distinfo:1.2       Mon May 29 12:15:08 2023
+++ pkgsrc/devel/py-test-doctestplus/distinfo   Fri Aug 11 06:30:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/05/29 12:15:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/08/11 06:30:28 adam Exp $
 
-BLAKE2s (pytest-doctestplus-0.12.1.tar.gz) = d85a5b6966cf5429fda03eea03e59568ab3f68f10eedcb7bb57ffa95c3c84c29
-SHA512 (pytest-doctestplus-0.12.1.tar.gz) = 46b999abd5632fa5c5743900b8b78ee7b6be742959daeb85296ebdf820d7533cff0a78d1c8aed7f5d5a15436998b2f7fe3e571133be14fce056276900493fef9
-Size (pytest-doctestplus-0.12.1.tar.gz) = 36434 bytes
+BLAKE2s (pytest-doctestplus-0.13.0.tar.gz) = 1fd91df6bf2418a1695ec7d16b86d30b382e69c5ca0988214fc2304f46636d72
+SHA512 (pytest-doctestplus-0.13.0.tar.gz) = 7bced8a8d80536d915dbe5c14ecb156d7d855d5183fcc8fef2571a9ff35f2ebc8d56ac339491bf5181ae4bf1e39564fb1014337c4bc4143fae48b3227bffff0a
+Size (pytest-doctestplus-0.13.0.tar.gz) = 38468 bytes



Home | Main Index | Thread Index | Old Index