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:   wiz
Date:           Sun Jul 21 09:28:20 UTC 2024

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

Log Message:
py-sphinx-autoapi: update to 3.2.0.

v3.2.0 (2024-07-20)
-------------------

Features
^^^^^^^^

- functools.cached_property is considered a property (#436)

Bugfixes
^^^^^^^^

- Gracefully handle no objects being rendered (#448)
- Fix ignoring undocumented instance attributes (#451)

Deprecations and Removals
^^^^^^^^^^^^^^^^^^^^^^^^^

- Removed ability for autoapi_template_dir to be relative to cwd. This was supposed to have been retired in v3 (#457)
- Removed autoapi_include_summaries option. This was supposed to have been retired in v3

Misc
^^^^

- #428, #449


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-sphinx-autoapi/Makefile \
    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.14 pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.15
--- pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.14     Wed Jun 26 17:13:20 2024
+++ pkgsrc/textproc/py-sphinx-autoapi/Makefile  Sun Jul 21 09:28:19 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/06/26 17:13:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/07/21 09:28:19 wiz Exp $
 
-DISTNAME=      sphinx_autoapi-3.1.2
+DISTNAME=      sphinx_autoapi-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx_autoapi/}
@@ -26,6 +26,7 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
+# 311 passed, 2 errors
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
Index: pkgsrc/textproc/py-sphinx-autoapi/distinfo
diff -u pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.14 pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.15
--- pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.14     Wed Jun 26 17:13:20 2024
+++ pkgsrc/textproc/py-sphinx-autoapi/distinfo  Sun Jul 21 09:28:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/06/26 17:13:20 wiz Exp $
+$NetBSD: distinfo,v 1.15 2024/07/21 09:28:19 wiz Exp $
 
-BLAKE2s (sphinx_autoapi-3.1.2.tar.gz) = 5a7141cd076a8cdeaa09330bb05f43458252d338628b3bdc3038bfc25bca6c31
-SHA512 (sphinx_autoapi-3.1.2.tar.gz) = 9e018f5040eb3f581b170207a98b01998358edf6e03d8b47dc3b1a9a210006340a2ca4c02029e624af9481160711abf9534070d15356e7a0188ed8c868fc39d0
-Size (sphinx_autoapi-3.1.2.tar.gz) = 62191 bytes
+BLAKE2s (sphinx_autoapi-3.2.0.tar.gz) = eafa12422764d030097103c4e89edc7cd8a1bb7e1d5a5b4027b7d11decd5c4dd
+SHA512 (sphinx_autoapi-3.2.0.tar.gz) = d1af46fd45575a1e2774d3ee255825af5af07c54559a39fd61dc9e9edfef8dcc1930e99400132cf5fd0c45fb8f15a11e72d9b574c72aaeab8e64b59921dd2991
+Size (sphinx_autoapi-3.2.0.tar.gz) = 62577 bytes



Home | Main Index | Thread Index | Old Index