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:           Sun Oct 19 19:13:21 UTC 2025

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

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

What's Changed

    Preserve type information from docstrings if no type annotation
    is present and parameter has default value. by
    @christianaguilera-foundry in #576


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.28 -r1.29 \
    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.37 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.38
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.37   Sun Oct 12 18:32:38 2025
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Sun Oct 19 19:13:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/10/12 18:32:38 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2025/10/19 19:13:21 wiz Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-3.5.1
+DISTNAME=      sphinx_autodoc_typehints-3.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.28 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.29
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.28   Sun Oct 12 18:32:38 2025
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Sun Oct 19 19:13:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/10/12 18:32:38 wiz Exp $
+$NetBSD: distinfo,v 1.29 2025/10/19 19:13:21 wiz Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-3.5.1.tar.gz) = 785d3dd065703c2e242b629e7032bf6cfe23c9e355b89548ddfa3e76c6c56d37
-SHA512 (sphinx_autodoc_typehints-3.5.1.tar.gz) = 22c5a6e2e4bd63ac2f292f73357de5eb908a0576e1f5ec47b9d720fa0b25e324dac44ef3d34d61312b97dfa2405c3553ccaf91ec7d9b4d5de0537aa5680e2782
-Size (sphinx_autodoc_typehints-3.5.1.tar.gz) = 37620 bytes
+BLAKE2s (sphinx_autodoc_typehints-3.5.2.tar.gz) = c8324d394ece75abcc30ffa0ff87935eaff88a58ae081d7134a5b1ab6ad4d5ca
+SHA512 (sphinx_autodoc_typehints-3.5.2.tar.gz) = 7fe9bd391cf76ed3a0cab4283c0c70017cafe74d8b8870c874dfdda781e13b80f3b5102341aeeb94c26ce13c971a411d872480cb17c89e2fdb70a628246a6ab9
+Size (sphinx_autodoc_typehints-3.5.2.tar.gz) = 37839 bytes



Home | Main Index | Thread Index | Old Index