Sat Nov 11 10:01:18 2023 UTC ()
py-sphinx-autodoc-typehints: updated to 1.25.2

1.25.2
ENH Make types in signature respect typehints_fully_qualified

1.25.1
FIX Put a slash space between xref and type args

1.25.0
ENH Add a css wrapper to generated types


(adam)
diff -r1.14 -r1.15 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2023/11/07 22:13:29 1.14
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2023/11/11 10:01:18 1.15
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.14 2023/11/07 22:13:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2023/11/11 10:01:18 adam Exp $
2 2
3DISTNAME= sphinx_autodoc_typehints-1.24.1 3DISTNAME= sphinx_autodoc_typehints-1.25.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://github.com/tox-dev/sphinx-autodoc-typehints 9HOMEPAGE= https://github.com/tox-dev/sphinx-autodoc-typehints
10COMMENT= Type hints support for the Sphinx autodoc extension 10COMMENT= Type hints support for the Sphinx autodoc extension
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.18:../../devel/py-hatchling
14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.3:../../devel/py-hatch-vcs
15DEPENDS+= ${PYPKGPREFIX}-sphinx>=5.3:../../textproc/py-sphinx 15DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.1.2:../../textproc/py-sphinx
 16# optional
 17DEPENDS+= ${PYPKGPREFIX}-nptyping>=2.5:../../math/py-nptyping
16TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1:../../textproc/py-sphobjinv 18TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1:../../textproc/py-sphobjinv
17TOOL_DEPENDS+= ${PYPKGPREFIX}-nptyping-[0-9]*:../../math/py-nptyping 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
18#TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.5:../../devel/py-typing-extensions 20TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.7.1:../../devel/py-typing-extensions
19 21
20USE_LANGUAGES= # none 22USE_LANGUAGES= # none
21 23
22PYTHON_VERSIONS_INCOMPATIBLE= 27 38 24PYTHON_VERSIONS_INCOMPATIBLE= 27 38
23 25
24.include "../../lang/python/wheel.mk" 26.include "../../lang/python/wheel.mk"
25.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo 2023/11/07 22:13:29 1.10
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo 2023/11/11 10:01:18 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2023/11/07 22:13:29 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2023/11/11 10:01:18 adam Exp $
2 2
3BLAKE2s (sphinx_autodoc_typehints-1.24.1.tar.gz) = fda8c8399574ddf69705b9cf69e2fb4010278a4178d11e51d94a89a2635115cf 3BLAKE2s (sphinx_autodoc_typehints-1.25.2.tar.gz) = 06e183a52bb00dac1b47bd087879a9d2174fd4ab171a5b1bc9c3dddbbb1dcbf3
4SHA512 (sphinx_autodoc_typehints-1.24.1.tar.gz) = d79f540939a8e669d0aaf238a213aade330ed46112231adae3ca822afdf5d12178247afc4a2a46938dc49aa73e556d0303db28e2ff48ebf6e26ddf71a7759c4e 4SHA512 (sphinx_autodoc_typehints-1.25.2.tar.gz) = 42d14b17e05c46d65fb363f6b640515e1847d1d1b13b9d4707c0e64002e01d974a4c8d06d90f938a149704641926b08755a8c9c1f84883b5841192c7330660a3
5Size (sphinx_autodoc_typehints-1.24.1.tar.gz) = 36436 bytes 5Size (sphinx_autodoc_typehints-1.25.2.tar.gz) = 37173 bytes