pkgsrc-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: updated ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5d9478ddbd6
branches:  trunk
changeset: 450399:e5d9478ddbd6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 16 06:02:44 2021 +0000

description:
py-sphinx-autoapi: updated to 1.8.0

v1.8.0 (2021-04-12)
-------------------

Features
* Expandable value for multi-line string attributes.
* Can resolve the qualified paths of parameters to generics.
* Warnings have been categorised and can be suppressed through ``suppress_warnings``.
* Data attributes are documentated in module summaries.

Bug Fixes
* Fixed setting ``autodoc_typehints`` to ``none`` or ``description``
  not turning off signature type hints.
  ``autodoc_typehints`` integration is consisidered experimental until
  the extension properly supports overload functions.
* Fixed data annotations causing pickle or deepcopy errors.
* Documentation can be generated when multiple source directories
  share a single ``conf.py`` file.

Trivial/Internal Changes
* Fixed ``DeprecationWarning`` for invalid escape sequence ``\s`` in tests.
* Fixed ``FutureWarning`` for ``Node.traverse()`` becoming an iterator instead of list.
* New example implementation of ``autoapi-skip-member`` Sphinx event.
* Can run tests with tox 4.
* Updated packaging to use PEP-517.
* All unittest style tests have been converted to pytest style tests.
* An exception raised by docfx is raised directly instead of wrapping it.
* Started using Github Actions for continuous integration.

diffstat:

 textproc/py-sphinx-autoapi/Makefile |   4 ++--
 textproc/py-sphinx-autoapi/PLIST    |  15 ++++++---------
 textproc/py-sphinx-autoapi/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 16 deletions(-)

diffs (56 lines):

diff -r 32fb2d890ae6 -r e5d9478ddbd6 textproc/py-sphinx-autoapi/Makefile
--- a/textproc/py-sphinx-autoapi/Makefile       Fri Apr 16 05:56:27 2021 +0000
+++ b/textproc/py-sphinx-autoapi/Makefile       Fri Apr 16 06:02:44 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/04/07 06:44:39 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/16 06:02:44 adam Exp $
 
-DISTNAME=      sphinx-autoapi-1.7.0
+DISTNAME=      sphinx-autoapi-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autoapi/}
diff -r 32fb2d890ae6 -r e5d9478ddbd6 textproc/py-sphinx-autoapi/PLIST
--- a/textproc/py-sphinx-autoapi/PLIST  Fri Apr 16 05:56:27 2021 +0000
+++ b/textproc/py-sphinx-autoapi/PLIST  Fri Apr 16 06:02:44 2021 +0000
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2020/08/24 08:42:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/04/16 06:02:44 adam 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
 ${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
@@ -92,8 +94,3 @@
 ${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 32fb2d890ae6 -r e5d9478ddbd6 textproc/py-sphinx-autoapi/distinfo
--- a/textproc/py-sphinx-autoapi/distinfo       Fri Apr 16 05:56:27 2021 +0000
+++ b/textproc/py-sphinx-autoapi/distinfo       Fri Apr 16 06:02:44 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/04/07 06:44:39 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/04/16 06:02:44 adam Exp $
 
-SHA1 (sphinx-autoapi-1.7.0.tar.gz) = b7aba8cc391511427d95192add154c6bfa4bd31e
-RMD160 (sphinx-autoapi-1.7.0.tar.gz) = 960ee1bcffe66c129ce06206b3ba41864161f807
-SHA512 (sphinx-autoapi-1.7.0.tar.gz) = ba77a77dfdb7207ebe594e54076dcc252dcf288dc8617bec30e3a8969c04420dde7290bb62d2d46f7295df30df231a3fe16d3ab7c520946e3786422da1f72dba
-Size (sphinx-autoapi-1.7.0.tar.gz) = 42148159 bytes
+SHA1 (sphinx-autoapi-1.8.0.tar.gz) = f1d05e0a944de011f32e647f45be2900ef47d238
+RMD160 (sphinx-autoapi-1.8.0.tar.gz) = 43796cc280a0e719a95fa96ca8eaa67b1cdc05b9
+SHA512 (sphinx-autoapi-1.8.0.tar.gz) = 9a78d67bd926f5aeb64dd6005f5df31dfb38ef360578b473582a5753feba1baecb88d5653b1f1b78476a2ef7b9fdb3d3be174059689ee698039929bac5202af0
+Size (sphinx-autoapi-1.8.0.tar.gz) = 42150679 bytes



Home | Main Index | Thread Index | Old Index