Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-autoapi py-sphinx-autoapi: update t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc3d5a5e4b4a
branches:  trunk
changeset: 437473:cc3d5a5e4b4a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 24 08:42:38 2020 +0000

description:
py-sphinx-autoapi: update to 1.4.0.

v1.4.0 (2020-06-07)
-------------------

Features
^^^^^^^^
* `#197 <https://github.com/readthedocs/sphinx-autoapi/issues/197>`: Added
  ``autoapi.__version__`` and ``autoapi.__version_info__`` attributes
  for accessing version information.
* `#201 <https://github.com/readthedocs/sphinx-autoapi/issues/201>`: (Python)
  Added the ``autoapi_member_order`` option to allow the order that members
  are documentated to be configurable.
* `#203 <https://github.com/readthedocs/sphinx-autoapi/issues/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 <https://github.com/readthedocs/sphinx-autoapi/issues/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 <https://github.com/readthedocs/sphinx-autoapi/issues/198>`:
  Documentation describes the required layout for template override directories.
* `#195 <https://github.com/readthedocs/sphinx-autoapi/issues/195>`: (Python)
  Fixed incorrect formatting when ``show-inheritance-diagram``
  and ``private-members`` are turned on.
* `#193 <https://github.com/readthedocs/sphinx-autoapi/issues/193>` and
* `#208 <https://github.com/readthedocs/sphinx-autoapi/issues/208>`: (Python)
  Inheritance diagrams can follow imports to find classes to document.
* `#213 <https://github.com/readthedocs/sphinx-autoapi/issues/213>`: (Python)
  Fixed module summary never showing.

Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^
* black shows diffs by default
* `#207 <https://github.com/readthedocs/sphinx-autoapi/issues/207>`:
  Fixed a typo in the code of the golang tutorial.

diffstat:

 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(-)

diffs (56 lines):

diff -r 08eec98211c8 -r cc3d5a5e4b4a textproc/py-sphinx-autoapi/Makefile
--- a/textproc/py-sphinx-autoapi/Makefile       Mon Aug 24 08:40:27 2020 +0000
+++ b/textproc/py-sphinx-autoapi/Makefile       Mon Aug 24 08:42:38 2020 +0000
@@ -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 -r 08eec98211c8 -r cc3d5a5e4b4a textproc/py-sphinx-autoapi/PLIST
--- a/textproc/py-sphinx-autoapi/PLIST  Mon Aug 24 08:40:27 2020 +0000
+++ b/textproc/py-sphinx-autoapi/PLIST  Mon Aug 24 08:42:38 2020 +0000
@@ -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/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 -r 08eec98211c8 -r cc3d5a5e4b4a textproc/py-sphinx-autoapi/distinfo
--- a/textproc/py-sphinx-autoapi/distinfo       Mon Aug 24 08:40:27 2020 +0000
+++ b/textproc/py-sphinx-autoapi/distinfo       Mon Aug 24 08:42:38 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index