From bdbe7bbcdc579c33eb3c928bd0965cdb73693a9a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 24 Aug 2020 08:42:38 +0000 Subject: [PATCH] py-sphinx-autoapi: update to 1.4.0. v1.4.0 (2020-06-07) ------------------- Features ^^^^^^^^ * `#197 `: Added ``autoapi.__version__`` and ``autoapi.__version_info__`` attributes for accessing version information. * `#201 `: (Python) Added the ``autoapi_member_order`` option to allow the order that members are documentated to be configurable. * `#203 `: (Python) A class without a docstring inherits one from its parent. A methods without a docstring inherits one from the method that it overrides. * `#204 `: (Python) Added the ``imported-members`` AutoAPI option to be able to enable or disable documenting objects imported from the same top-level package or module without needing to override templates. Bug Fixes ^^^^^^^^^ * `#198 `: Documentation describes the required layout for template override directories. * `#195 `: (Python) Fixed incorrect formatting when ``show-inheritance-diagram`` and ``private-members`` are turned on. * `#193 ` and * `#208 `: (Python) Inheritance diagrams can follow imports to find classes to document. * `#213 `: (Python) Fixed module summary never showing. Trivial/Internal Changes ^^^^^^^^^^^^^^^^^^^^^^^^ * black shows diffs by default * `#207 `: Fixed a typo in the code of the golang tutorial. --- textproc/py-sphinx-autoapi/Makefile | 4 ++-- textproc/py-sphinx-autoapi/PLIST | 15 +++++++++------ textproc/py-sphinx-autoapi/distinfo | 10 +++++----- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/textproc/py-sphinx-autoapi/Makefile b/textproc/py-sphinx-autoapi/Makefile index 235eb2695ed1..7a856fd7a7f9 100644 --- a/textproc/py-sphinx-autoapi/Makefile +++ b/textproc/py-sphinx-autoapi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/04/06 07:38:38 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2020/08/24 08:42:38 wiz Exp $ -DISTNAME= sphinx-autoapi-1.3.0 +DISTNAME= sphinx-autoapi-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autoapi/} diff --git a/textproc/py-sphinx-autoapi/PLIST b/textproc/py-sphinx-autoapi/PLIST index 1bfb2d2f7dd3..20ad748c57d0 100644 --- a/textproc/py-sphinx-autoapi/PLIST +++ b/textproc/py-sphinx-autoapi/PLIST @@ -1,12 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2020/04/06 07:38:38 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2020/08/24 08:42:38 wiz Exp $ ${PYSITELIB}/autoapi/__init__.py ${PYSITELIB}/autoapi/__init__.pyc ${PYSITELIB}/autoapi/__init__.pyo +${PYSITELIB}/autoapi/_version.py +${PYSITELIB}/autoapi/_version.pyc +${PYSITELIB}/autoapi/_version.pyo ${PYSITELIB}/autoapi/backends.py ${PYSITELIB}/autoapi/backends.pyc ${PYSITELIB}/autoapi/backends.pyo @@ -94,3 +92,8 @@ ${PYSITELIB}/autoapi/templates/python/package.rst ${PYSITELIB}/autoapi/toctree.py ${PYSITELIB}/autoapi/toctree.pyc ${PYSITELIB}/autoapi/toctree.pyo +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/textproc/py-sphinx-autoapi/distinfo b/textproc/py-sphinx-autoapi/distinfo index 74982c90231a..0b292b0a625a 100644 --- a/textproc/py-sphinx-autoapi/distinfo +++ b/textproc/py-sphinx-autoapi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/04/06 07:38:38 wiz Exp $ +$NetBSD: distinfo,v 1.2 2020/08/24 08:42:38 wiz Exp $ -SHA1 (sphinx-autoapi-1.3.0.tar.gz) = b86c30e1ff797c4cac7c79a62d47e518a8ae2f78 -RMD160 (sphinx-autoapi-1.3.0.tar.gz) = 7b7057b3dd6e19bda832c674ba9f1ba7ed4efefc -SHA512 (sphinx-autoapi-1.3.0.tar.gz) = a3c6c32c75be72b53989b249e407fcb4cf29006c3f81c9c00d99b3b71919203864031ba2e46291a440e16cfb68c88a278fb4fbcadc20d5c3726d008e76c17d47 -Size (sphinx-autoapi-1.3.0.tar.gz) = 7815025 bytes +SHA1 (sphinx-autoapi-1.4.0.tar.gz) = afe9a1ba9d95628ac9ae5446cb5ff2845dd6bdc7 +RMD160 (sphinx-autoapi-1.4.0.tar.gz) = bae4134c5189f0ed5b860cbd130df953420ac770 +SHA512 (sphinx-autoapi-1.4.0.tar.gz) = 4cd1e6ee56d35d9c954c458c19cff73054de5eee60848329b7bff5b8ba2fc585d0079210bce7727c2c492dc1eef25f5b6d00e10bfb0e7bf01fa56ba935f85591 +Size (sphinx-autoapi-1.4.0.tar.gz) = 42195698 bytes