Wed Apr 7 06:48:26 2021 UTC ()
py-sphinx-autodoc-typehints: updated to 1.11.1

1.11.1
======
* Changed formatting of ``None`` to point to the Python stdlib docs
* Updated special dataclass handling

1.11.0
======
* Dropped support for Sphinx < 3.0
* Added support for alternative parameter names (``arg``, ``argument``, ``parameter``)
* Fixed import path for Signature
* Fixed ``TypeError`` when formatting a parametrized ``typing.IO`` annotat


(adam)
diff -r1.4 -r1.5 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo

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

--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2020/04/06 08:06:30 1.4
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile 2021/04/07 06:48:26 1.5
@@ -1,29 +1,27 @@ @@ -1,29 +1,27 @@
1# $NetBSD: Makefile,v 1.4 2020/04/06 08:06:30 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2021/04/07 06:48:26 adam Exp $
2 2
3DISTNAME= sphinx-autodoc-typehints-1.10.3 3DISTNAME= sphinx-autodoc-typehints-1.11.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
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/agronholm/sphinx-autodoc-typehints 9HOMEPAGE= https://github.com/agronholm/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
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.4:../../textproc/py-sphinx 14DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx
15DEPENDS+= ${PYPKGPREFIX}-sphobjinv-[0-9]*:../../textproc/py-sphobjinv 15TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.0:../../textproc/py-sphobjinv
16DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions 
17TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test 16TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.1.0:../../devel/py-test
 17TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.5:../../devel/py-typing-extensions
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20
21PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
22 22
23TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib 
24 
25do-test: 23do-test:
26 cd ${WRKSRC} && ${MAKE_ENV} ${TEST_ENV} py.test-${PYVERSSUFFIX} 24 cd ${WRKSRC} && ${MAKE_ENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
27 25
28.include "../../lang/python/egg.mk" 26.include "../../lang/python/egg.mk"
29.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo 2020/04/06 08:06:30 1.2
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo 2021/04/07 06:48:26 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/04/06 08:06:30 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2021/04/07 06:48:26 adam Exp $
2 2
3SHA1 (sphinx-autodoc-typehints-1.10.3.tar.gz) = 2b4de74f22ce3ad223fbbb78b1592595fe9fbe20 3SHA1 (sphinx-autodoc-typehints-1.11.1.tar.gz) = 157e45c2b267c36844e1f2a4bfe67417d14a628a
4RMD160 (sphinx-autodoc-typehints-1.10.3.tar.gz) = c3fd63f02a1017ff6882931c764192ec2653241f 4RMD160 (sphinx-autodoc-typehints-1.11.1.tar.gz) = 2c8023b9b1b92570a15443ce2f7033c2fa69d9dd
5SHA512 (sphinx-autodoc-typehints-1.10.3.tar.gz) = 170fd6cea10d730eefeef4e2e4de985119dbcde06d43181bb522ec31923ddc49dd7757ca623c820e2e5008198ef9b522d70e08c0c6ff5349921f1777b797bddb 5SHA512 (sphinx-autodoc-typehints-1.11.1.tar.gz) = ac6b15247496ef2e284be57cf715972865859b1f3c51a7548aca07d7ded9dd53e75114064cd5a8c66539ef2cee983e1a3213570baa09b5c3ced594893e14bc38
6Size (sphinx-autodoc-typehints-1.10.3.tar.gz) = 16396 bytes 6Size (sphinx-autodoc-typehints-1.11.1.tar.gz) = 17361 bytes