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 Jun  7 21:22:13 UTC 2026

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

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

process_signature: don't skip the first arg on bound instance methods by @ilia-kats in #705
🐛 fix(annotations): use class role for Ellipsis/NotImplementedType on 3.13+ by @gaborbernat in #707


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.42 -r1.43 \
    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.52 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.53
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.52   Mon Jun  1 07:35:36 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Sun Jun  7 21:22:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2026/06/01 07:35:36 adam Exp $
+# $NetBSD: Makefile,v 1.53 2026/06/07 21:22:13 wiz Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-3.10.4
+DISTNAME=      sphinx_autodoc_typehints-3.10.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -26,8 +26,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 310 311
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif
-# as of 3.10.0
-# 2 failed, 617 passed, 6 skipped
+# as of 3.10.5
+# 2 failed, 658 passed, 14 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.42 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.43
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.42   Mon Jun  1 07:35:36 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Sun Jun  7 21:22:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2026/06/01 07:35:36 adam Exp $
+$NetBSD: distinfo,v 1.43 2026/06/07 21:22:13 wiz Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-3.10.4.tar.gz) = 38b2c8e280c63480a2d2fe65f67ba9ccd7a03d89187d7d152bf66d8a36b4caac
-SHA512 (sphinx_autodoc_typehints-3.10.4.tar.gz) = 7613dcfb79677586090d215622dd22522813904bae7bef0da81b4869024c2e248125090016ef555c437909b9caffdec8cca0878f37c3bda156bea38a23f9d2ce
-Size (sphinx_autodoc_typehints-3.10.4.tar.gz) = 79571 bytes
+BLAKE2s (sphinx_autodoc_typehints-3.10.5.tar.gz) = 6975e3617b1e4217295b77e1562c058d235ee686354065b05ee2a8b78f0430e9
+SHA512 (sphinx_autodoc_typehints-3.10.5.tar.gz) = 3bcc8241b782945810a66c9a5947e942229afd9b6125df60cdee876197b093e63d58f0ba687181ecb8666136ab156d571314409ab00230102b3cf92cd0f67885
+Size (sphinx_autodoc_typehints-3.10.5.tar.gz) = 79721 bytes



Home | Main Index | Thread Index | Old Index