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:   wiz
Date:           Mon Mar  2 12:53:10 UTC 2026

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

Log Message:
py-sphinx-autodoc-typehints: update to 3.9.3.

3.9.3

🐛 fix(intersphinx): exclude builtin type aliases from mapping by @gaborbernat in #650

3.9.1

🐛 fix(intersphinx): access inventory dict directly by @gaborbernat in #647

3.9.0

Add permissions to workflows by @gaborbernat in #636
♻️ refactor(tests): consolidate test infrastructure and reach 100% coverage by @gaborbernat in #635
Move SECURITY.md to .github/SECURITY.md by @gaborbernat in #639
Switch FUNDING.yml to github: gaborbernat by @gaborbernat in #640
Standardize .github files to .yaml suffix by @gaborbernat in #641
✨ feat(annotations): auto-remap internal type paths via intersphinx by @gaborbernat in #644
✨ feat(overloads): add opt-out control for overload rendering by @gaborbernat in #645
🐛 fix(resolver): resolve forward refs in nested attrs classes by @gaborbernat in #646

3.8.0

✨ feat(signatures): enable overload signature display by @gaborbernat in #625
✨ feat(annotations): preserve documented type aliases by @gaborbernat in #626
✨ feat(annotations): use annotationlib on 3.14+ for forward refs by @gaborbernat in #627
♻️ refactor(core): extract format-specific submodules by @gaborbernat in #628
✨ feat(warnings): add source location context by @gaborbernat in #629
✨ feat(stubs): resolve type hints from .pyi stub files (#161) by @gaborbernat in #630
✨ feat(annotations): support Annotated with Doc() for param descriptions by @gaborbernat in #631
🧪 test(output): normalize Sphinx text for stable comparisons by @gaborbernat in #632
✨ feat(attrs): backfill type annotations for attrs classes by @gaborbernat in #633
📝 docs(readme): rewrite with Diataxis framework by @gaborbernat in #634


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST
cvs rdiff -u -r1.33 -r1.34 \
    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.43 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.44
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.43   Tue Feb 24 10:58:27 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Mon Mar  2 12:53:10 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2026/02/24 10:58:27 adam Exp $
+# $NetBSD: Makefile,v 1.44 2026/03/02 12:53:10 wiz Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-3.7.0
+DISTNAME=      sphinx_autodoc_typehints-3.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -26,6 +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
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.5 pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.6
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST:1.5       Wed Sep 11 19:29:43 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/PLIST   Mon Mar  2 12:53:10 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/09/11 19:29:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/03/02 12:53:10 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,9 +6,45 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
 ${PYSITELIB}/sphinx_autodoc_typehints/__init__.py
 ${PYSITELIB}/sphinx_autodoc_typehints/__init__.pyc
 ${PYSITELIB}/sphinx_autodoc_typehints/__init__.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_annotations.py
+${PYSITELIB}/sphinx_autodoc_typehints/_annotations.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_annotations.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/__init__.py
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/__init__.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/__init__.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_base.py
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_base.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_base.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_numpydoc.py
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_numpydoc.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_numpydoc.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_sphinx.py
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_sphinx.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_formats/_sphinx.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_intersphinx.py
+${PYSITELIB}/sphinx_autodoc_typehints/_intersphinx.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_intersphinx.pyo
 ${PYSITELIB}/sphinx_autodoc_typehints/_parser.py
 ${PYSITELIB}/sphinx_autodoc_typehints/_parser.pyc
 ${PYSITELIB}/sphinx_autodoc_typehints/_parser.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/__init__.py
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/__init__.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/__init__.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_attrs.py
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_attrs.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_attrs.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_stubs.py
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_stubs.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_stubs.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_type_comments.py
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_type_comments.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_type_comments.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_type_hints.py
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_type_hints.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_type_hints.pyo
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_util.py
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_util.pyc
+${PYSITELIB}/sphinx_autodoc_typehints/_resolver/_util.pyo
 ${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.py
 ${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.pyc
 ${PYSITELIB}/sphinx_autodoc_typehints/attributes_patch.pyo

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.33 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.34
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.33   Tue Feb 24 10:58:27 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Mon Mar  2 12:53:10 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2026/02/24 10:58:27 adam Exp $
+$NetBSD: distinfo,v 1.34 2026/03/02 12:53:10 wiz Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-3.7.0.tar.gz) = 44c3e3d62caa10b3aa37f99453702be3e466a1b9b2f95edb91bc2a13e3a1d03b
-SHA512 (sphinx_autodoc_typehints-3.7.0.tar.gz) = 60117435e80f511a0d20ce0072cdb4c776424d9cd8cde4fc49982245e5edb3254849308d3951971dcdecd54162a9abf25596e98ffbf35d1a8ef665633ff63b48
-Size (sphinx_autodoc_typehints-3.7.0.tar.gz) = 41344 bytes
+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



Home | Main Index | Thread Index | Old Index