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:           Sun Jun 18 12:37:22 UTC 2023

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

Log Message:
py-sphinx-autoapi: updated to 2.1.1

v2.1.1 (2023-06-10)
-------------------

Bugfixes
- Fix "document isn't included" warning when using autoapi_add_toctree_entry
- Types used in PEP-604 union syntax can be linked with intersphinx
- Fix class overrides not rendering correctly.
- Fix separated type comments for arguments not merging correctly in Python 3.7
- Fixed viewcode being unable to find the source code for imported objects

Improved Documentation
- Made it clearer how to customise what objects AutoAPI will document.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-sphinx-autoapi/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-sphinx-autoapi/distinfo

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.9 pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.10
--- pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.9      Sat May  6 08:39:03 2023
+++ pkgsrc/textproc/py-sphinx-autoapi/Makefile  Sun Jun 18 12:37:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/05/06 08:39:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/06/18 12:37:21 adam Exp $
 
-DISTNAME=      sphinx-autoapi-2.1.0
+DISTNAME=      sphinx-autoapi-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autoapi/}
@@ -10,11 +10,12 @@ HOMEPAGE=   https://github.com/readthedocs
 COMMENT=       Autodoc style documentation for multiple languages
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-anyascii-[0-9]*:../../textproc/py-anyascii
 DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.7:../../devel/py-astroid
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=5.2:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=5.2.0:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
-DEPENDS+=      ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
+TEST_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 

Index: pkgsrc/textproc/py-sphinx-autoapi/distinfo
diff -u pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.10 pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.11
--- pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.10     Sat May  6 08:39:03 2023
+++ pkgsrc/textproc/py-sphinx-autoapi/distinfo  Sun Jun 18 12:37:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/05/06 08:39:03 wiz Exp $
+$NetBSD: distinfo,v 1.11 2023/06/18 12:37:21 adam Exp $
 
-BLAKE2s (sphinx-autoapi-2.1.0.tar.gz) = 51201fd7aa43751770207a2cc821b4b030c0fb76e6dcf8ca917f35042018a588
-SHA512 (sphinx-autoapi-2.1.0.tar.gz) = 7d5fe4b52dc1071c0fcbbb316bfcf1b0a33c291834e50614e2ec6baf43bfb4938b27b9f39fca4d241b4624619e0a7623d85cdf1e7c5c531674cb895f839ac14b
-Size (sphinx-autoapi-2.1.0.tar.gz) = 42158330 bytes
+BLAKE2s (sphinx-autoapi-2.1.1.tar.gz) = e8aa309225c356fb4c7857961e8cbf73009f3b04af493dc64616fcd0a5088f90
+SHA512 (sphinx-autoapi-2.1.1.tar.gz) = 0825400dc21f54eb8e61feb80801a0387435a80c9118064fed4b4ffe541077f50a60994a66e74ad9f39ad8e368a1a0e0677f0ce2cdac29680b575fec93cf82e7
+Size (sphinx-autoapi-2.1.1.tar.gz) = 42160540 bytes



Home | Main Index | Thread Index | Old Index