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 Oct 12 18:30:41 UTC 2025

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

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

Update the supported versions of astroid. Fix the breaking change
to Import and pass in the AstroidManager to the AstroidBuilder
(#536)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-sphinx-autoapi/Makefile
cvs rdiff -u -r1.22 -r1.23 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.27 pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.28
--- pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.27     Thu Oct  9 07:58:03 2025
+++ pkgsrc/textproc/py-sphinx-autoapi/Makefile  Sun Oct 12 18:30:41 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2025/10/09 07:58:03 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/10/12 18:30:41 wiz Exp $
 
-DISTNAME=      sphinx_autoapi-3.6.0
+DISTNAME=      sphinx_autoapi-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx_autoapi/}
 
@@ -23,5 +22,12 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 # py-sphinx
 
+.if make(test)
+ALLOW_NETWORK_ACCESS=  yes
+.endif
+
+# as of 3.6.1
+# 316 passed, 3636 warnings, 4 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.22 pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.23
--- pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.22     Tue Feb 18 08:42:16 2025
+++ pkgsrc/textproc/py-sphinx-autoapi/distinfo  Sun Oct 12 18:30:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/02/18 08:42:16 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/10/12 18:30:41 wiz Exp $
 
-BLAKE2s (sphinx_autoapi-3.6.0.tar.gz) = ba6f75cb8ebb88e383132b6a29f915ad8c8ca3d053cb4eeccf258852be1f5c75
-SHA512 (sphinx_autoapi-3.6.0.tar.gz) = 9aab520c375e4b4e722c9ea4d5723819de86f4100aa2ed76f97e4fde7324ce8a7e9d37eb5096032b49ce7e91197fe53cf6c60268d8ce23c0cf4636028154e1fa
-Size (sphinx_autoapi-3.6.0.tar.gz) = 55417 bytes
+BLAKE2s (sphinx_autoapi-3.6.1.tar.gz) = 4a6e858488efa17509c5039ac3865ab55c326aa6c87a23d031ce89b1e2f3a1f7
+SHA512 (sphinx_autoapi-3.6.1.tar.gz) = 12186d4659ae39d98401abec38a351b4b58729281a2efe76c759db6844cd78054350dd0a83b77cb4c0b2411881243b3b8fcb6046d0a9be4a2832feece9d91766
+Size (sphinx_autoapi-3.6.1.tar.gz) = 55456 bytes



Home | Main Index | Thread Index | Old Index