pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 11 19:29:43 UTC 2024
Modified Files:
pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile PLIST distinfo
Log Message:
py-sphinx-autodoc-typehints: updated to 2.4.0
2.4.0
Drop 3.9 support
Add 3.13 support
Bump dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 \
pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST
cvs rdiff -u -r1.19 -r1.20 \
pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.24 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.25
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.24 Sat Sep 7 05:25:17 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile Wed Sep 11 19:29:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/09/07 05:25:17 adam Exp $
+# $NetBSD: Makefile,v 1.25 2024/09/11 19:29:43 adam Exp $
-DISTNAME= sphinx_autodoc_typehints-2.3.0
+DISTNAME= sphinx_autodoc_typehints-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -11,17 +11,18 @@ COMMENT= Type hints support for the Sphi
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.24:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.3.5:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.25:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-sphinx>=8.0.2:../../textproc/py-sphinx
# optional
DEPENDS+= ${PYPKGPREFIX}-nptyping>=2.5:../../math/py-nptyping
+TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.3:../../devel/py-covdefaults
TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1:../../textproc/py-sphobjinv
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.7.1:../../devel/py-typing-extensions
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=5:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.12.2:../../devel/py-typing-extensions
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 38 39 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE= 38 39
# 243 passed, 14209 warnings, 77 errors
Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.4 pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.5
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.4 Sat Jan 27 07:44:07 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST Wed Sep 11 19:29:43 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/01/27 07:44:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/09/11 19:29:43 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,12 +6,12 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
${PYSITELIB}/sphinx_autodoc_typehints/__init__.py
${PYSITELIB}/sphinx_autodoc_typehints/__init__.pyc
${PYSITELIB}/sphinx_autodoc_typehints/__init__.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_parser.py
+${PYSITELIB}/sphinx_autodoc_typehints/_parser.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_parser.pyo
${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.py
${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.pyc
${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.pyo
-${PYSITELIB}/sphinx_autodoc_typehints/parser.py
-${PYSITELIB}/sphinx_autodoc_typehints/parser.pyc
-${PYSITELIB}/sphinx_autodoc_typehints/parser.pyo
${PYSITELIB}/sphinx_autodoc_typehints/patches.py
${PYSITELIB}/sphinx_autodoc_typehints/patches.pyc
${PYSITELIB}/sphinx_autodoc_typehints/patches.pyo
Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.19 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.20
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.19 Sat Sep 7 05:25:17 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo Wed Sep 11 19:29:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/09/07 05:25:17 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/09/11 19:29:43 adam Exp $
-BLAKE2s (sphinx_autodoc_typehints-2.3.0.tar.gz) = 4e0b1ee4ab0f22e9a47dce17b51a24d386b44f2e496f446d77732ff2b970e756
-SHA512 (sphinx_autodoc_typehints-2.3.0.tar.gz) = f4ee3e0eb51fd63d4cf31f2eed9b9d06cc2dc48a3f3427763e86dba8910ea02c9e31bd8d30e8d0b3494e71fb104d51904400ce96d71270e1e422f44a317de80a
-Size (sphinx_autodoc_typehints-2.3.0.tar.gz) = 40709 bytes
+BLAKE2s (sphinx_autodoc_typehints-2.4.0.tar.gz) = ce2be47744c8af74bd9c06adac8706806ff6c4cb74f0f78eb3c5f1b943d9719c
+SHA512 (sphinx_autodoc_typehints-2.4.0.tar.gz) = eb3b11c4fcb1e12048662eec8179d877598f0ec2f34c15efcb4989a905c53442223f7265251f2be8afe5de151f09c342ccbc04f8392eb03bef41c98f1467ea30
+Size (sphinx_autodoc_typehints-2.4.0.tar.gz) = 40568 bytes
Home |
Main Index |
Thread Index |
Old Index