Skip to content

Commit 0a6ad91

Browse files
author
adam
committed
py-test-checkdocs: updated to 2.14.0
v2.14.0 Features - Complete annotations and add ``py.typed`` marker. - Implemented full strict type checking. - Satisfy deprecation warning introduced in docutils 0.22.
1 parent 4004754 commit 0a6ad91

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

devel/py-test-checkdocs/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.15 2025/10/09 07:57:35 wiz Exp $
1+
# $NetBSD: Makefile,v 1.16 2025/12/30 13:32:43 adam Exp $
22

3-
DISTNAME= pytest_checkdocs-2.13.0
3+
DISTNAME= pytest_checkdocs-2.14.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
5-
PKGREVISION= 1
65
CATEGORIES= devel python
76
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-checkdocs/}
87

devel/py-test-checkdocs/PLIST

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.4 2025/04/12 21:10:56 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.5 2025/12/30 13:32:43 adam Exp $
22
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
33
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
44
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -8,3 +8,7 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
88
${PYSITELIB}/pytest_checkdocs/__init__.py
99
${PYSITELIB}/pytest_checkdocs/__init__.pyc
1010
${PYSITELIB}/pytest_checkdocs/__init__.pyo
11+
${PYSITELIB}/pytest_checkdocs/compat/docutils21.py
12+
${PYSITELIB}/pytest_checkdocs/compat/docutils21.pyc
13+
${PYSITELIB}/pytest_checkdocs/compat/docutils21.pyo
14+
${PYSITELIB}/pytest_checkdocs/py.typed

devel/py-test-checkdocs/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2024/05/14 09:24:54 adam Exp $
1+
$NetBSD: distinfo,v 1.6 2025/12/30 13:32:43 adam Exp $
22

3-
BLAKE2s (pytest_checkdocs-2.13.0.tar.gz) = 6a2b9c6d7b597a8c5b12cf85dd7cdc02a043de9692da48c148696cf218e559ce
4-
SHA512 (pytest_checkdocs-2.13.0.tar.gz) = 2802c79357c2359add717e2a0ed7cfb36420b769ded85bb67237049d051d31c71a45560b11662b3a24be8902145a6b9e6874e409cae94d7e9f29433f83235105
5-
Size (pytest_checkdocs-2.13.0.tar.gz) = 8770 bytes
3+
BLAKE2s (pytest_checkdocs-2.14.0.tar.gz) = 5ed6c699fbed689a57795679db15722c7879b48047105e480260333c5f6216f1
4+
SHA512 (pytest_checkdocs-2.14.0.tar.gz) = 6921263d6d46d4012b5a10eb299f704dae3d255e009cf0c36b682109bfd6f62393b5cfcdabb72d6f7dcb8f7a5b61ea5e6dac2b6fc486c66aa703156042233f53
5+
Size (pytest_checkdocs-2.14.0.tar.gz) = 11261 bytes

0 commit comments

Comments
 (0)