pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-autoapi



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 16 06:02:44 UTC 2021

Modified Files:
        pkgsrc/textproc/py-sphinx-autoapi: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinx-autoapi/Makefile \
    pkgsrc/textproc/py-sphinx-autoapi/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinx-autoapi/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinx-autoapi/Makefile
diff -u pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.3 pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.4
--- pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.3      Wed Apr  7 06:44:39 2021
+++ pkgsrc/textproc/py-sphinx-autoapi/Makefile  Fri Apr 16 06:02:44 2021
@@ -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/}
Index: pkgsrc/textproc/py-sphinx-autoapi/distinfo
diff -u pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.3 pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.4
--- pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.3      Wed Apr  7 06:44:39 2021
+++ pkgsrc/textproc/py-sphinx-autoapi/distinfo  Fri Apr 16 06:02:44 2021
@@ -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

Index: pkgsrc/textproc/py-sphinx-autoapi/PLIST
diff -u pkgsrc/textproc/py-sphinx-autoapi/PLIST:1.2 pkgsrc/textproc/py-sphinx-autoapi/PLIST:1.3
--- pkgsrc/textproc/py-sphinx-autoapi/PLIST:1.2 Mon Aug 24 08:42:38 2020
+++ pkgsrc/textproc/py-sphinx-autoapi/PLIST     Fri Apr 16 06:02:44 2021
@@ -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/templates/python/pa
 ${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



Home | Main Index | Thread Index | Old Index