pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-autodoc-typehints



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar  5 09:10:00 UTC 2026

Modified Files:
        pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile distinfo

Log Message:
py-sphinx-autodoc-typehints: updated to 3.9.6

3.9.6
fix(stubs): resolve stub type hints for C/Rust extensions


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.34 -r1.35 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/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-autodoc-typehints/Makefile
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.44 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.45
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.44   Mon Mar  2 12:53:10 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Thu Mar  5 09:10:00 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2026/03/02 12:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2026/03/05 09:10:00 adam Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-3.9.3
+DISTNAME=      sphinx_autodoc_typehints-3.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -11,7 +11,7 @@ COMMENT=      Type hints support for the Sphi
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.5:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.28:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.29:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=9.1:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.3:../../devel/py-covdefaults
 TEST_DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0.7.1:../../textproc/py-defusedxml
@@ -26,8 +26,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 310 311
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif
-# as of 3.9.3:
-# 2 failed, 524 passed, 3 skipped
+# as of 3.9.6:
+# 18 failed, 567 passed, 6 skipped
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.34 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.35
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.34   Mon Mar  2 12:53:10 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Thu Mar  5 09:10:00 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2026/03/02 12:53:10 wiz Exp $
+$NetBSD: distinfo,v 1.35 2026/03/05 09:10:00 adam Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-3.9.3.tar.gz) = ccbc9a2aca7cbdfb1bd4df60471ad7159c7d97c22df4e97764d08edffa02f0ac
-SHA512 (sphinx_autodoc_typehints-3.9.3.tar.gz) = dc3cd95d10f5e763498b5e1f42b418ed3bcf1d75ebc89c2a4d98a23111cb204476346cd22d4efe25710a0ff9c8a87c272a2cfdbce53d4e66b49223f54ef73075
-Size (sphinx_autodoc_typehints-3.9.3.tar.gz) = 62158 bytes
+BLAKE2s (sphinx_autodoc_typehints-3.9.6.tar.gz) = 3581a025081d2b99ee6f8f2cae75235fbef976473bfb85c9e8267dbd50ccaa7e
+SHA512 (sphinx_autodoc_typehints-3.9.6.tar.gz) = 99f45b628c4e8e84c7e60847ccfcce433f3d9f2600fc7f03d6b19bdfc889444be12c9d79f5a7907ded5f12aff363420986b6865653304934111b01a95cbaaf79
+Size (sphinx_autodoc_typehints-3.9.6.tar.gz) = 68601 bytes



Home | Main Index | Thread Index | Old Index