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:           Fri Sep 13 09:36:53 UTC 2024

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

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

v3.3.1 (2024-09-01)
-------------------

Bugfixes
^^^^^^^^

- Fix all class members missing when documenting a module with the same name as a standard library module

  Members inherited from the standard library can also have their skip value
  overridden by autoapi-skip-member. (#478)

Misc
^^^^

- Updated all github actions.

v3.3.0 (2024-08-28)
-------------------

Features
^^^^^^^^

- Do not document members inherited from standard library classes. (#467)

Bugfixes
^^^^^^^^

- Fix instance attributes not being documented by inherited-members (#477)

Misc
^^^^

- #425
- Fix the parser returning a dictionary instead of a list in the empty parse scenario
- Rename testenvs to all follow similar naming style


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-sphinx-autoapi/Makefile
cvs rdiff -u -r1.16 -r1.17 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.17 pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.18
--- pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.17     Sat Aug 10 08:11:07 2024
+++ pkgsrc/textproc/py-sphinx-autoapi/Makefile  Fri Sep 13 09:36:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/08/10 08:11:07 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/09/13 09:36:53 wiz Exp $
 
-DISTNAME=      sphinx_autoapi-3.2.1
+DISTNAME=      sphinx_autoapi-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx_autoapi/}
@@ -22,10 +22,11 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=  38 39 # py-sphinx
 
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
-# 311 passed, 2 errors
+# as of 3.3.1
+# 313 passed, 2 errors
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinx-autoapi/distinfo
diff -u pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.16 pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.17
--- pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.16     Mon Jul 29 07:26:08 2024
+++ pkgsrc/textproc/py-sphinx-autoapi/distinfo  Fri Sep 13 09:36:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/07/29 07:26:08 wiz Exp $
+$NetBSD: distinfo,v 1.17 2024/09/13 09:36:53 wiz Exp $
 
-BLAKE2s (sphinx_autoapi-3.2.1.tar.gz) = 0734901bed2d388601d9b928ae5ef8cffce8e95ae29bb6670dfdeb9f10ae41ba
-SHA512 (sphinx_autoapi-3.2.1.tar.gz) = 48089420e4c62ce40bfed3269cf928306627eedc3f6edaf94fa3c915ae65dda5ccbc93f8db903bb8403a1d37350cecef30587e649c2632ba3611d55fd811e64d
-Size (sphinx_autoapi-3.2.1.tar.gz) = 62799 bytes
+BLAKE2s (sphinx_autoapi-3.3.1.tar.gz) = 963caa098509b5120eb08d70bd6e3175d59f35f5da9f7b1951c487879034363c
+SHA512 (sphinx_autoapi-3.3.1.tar.gz) = 33ed02136b56a60c590638b845bf432699dcf8d6f4ad8ea4394fb416e0774c9c910348f567aec25ac4208dcd32ef265e3a96d4d131a97900c5f5ce3f73f8556d
+Size (sphinx_autoapi-3.3.1.tar.gz) = 65351 bytes



Home | Main Index | Thread Index | Old Index