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:           Wed Feb 18 07:40:40 UTC 2026

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

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

3.6.3

build(tox): migrate from tox.ini to tox.toml
Fix extra () after NewType in rendered output
Fix ValueError on wrapper loops in inspect.unwrap
Fix IndexError with always_document_param_types and braces-after defaults
Fix warning for new of NamedTuple subclasses


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.31 -r1.32 \
    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.41 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.42
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.41   Tue Jan  6 11:18:17 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Wed Feb 18 07:40:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2026/01/06 11:18:17 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2026/02/18 07:40:40 adam Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-3.6.2
+DISTNAME=      sphinx_autodoc_typehints-3.6.3
 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.31 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.32
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.31   Mon Jan  5 01:42:30 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Wed Feb 18 07:40:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2026/01/05 01:42:30 wiz Exp $
+$NetBSD: distinfo,v 1.32 2026/02/18 07:40:40 adam Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-3.6.2.tar.gz) = aeced8f28639b1cdf9d108e59b42b79e44130f46f059cee45d426c61a7b91182
-SHA512 (sphinx_autodoc_typehints-3.6.2.tar.gz) = 71232e97f32eb0cee4e8a89d938a904401b4f29411d0106914a7117104002366dd9ef32ac455fbf9503d5185ef0609560e686f9dc01e249b00ffc0a163b36304
-Size (sphinx_autodoc_typehints-3.6.2.tar.gz) = 37574 bytes
+BLAKE2s (sphinx_autodoc_typehints-3.6.3.tar.gz) = ed7bf80e6b507c9883aa8c82acb486864e13fc386cfc4f365f722e0385e8fc00
+SHA512 (sphinx_autodoc_typehints-3.6.3.tar.gz) = aa5a198ab3aca789e4c526b58542a0695ed5e1fdf7f53563f7df1fd7d6f9166d30ffa3f71a1f2774497ded137d3556c864133508e385d6f25aeae65cdb384b12
+Size (sphinx_autodoc_typehints-3.6.3.tar.gz) = 38288 bytes



Home | Main Index | Thread Index | Old Index