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: Thu Mar 26 14:44:04 UTC 2026
Modified Files:
pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile distinfo
Log Message:
py-sphinx-autodoc-typehints: update to 3.9.11.
3.9.11
fix(stubs): resolve imports inside if-blocks in .pyi stubs by @gaborbernat in #670
fix(stubs): evaluate stub-only definitions for annotation resolution by @gaborbernat in #671
3.9.10
fix(stubs): use new param annotations not class vars by @gaborbernat in #667
fix(stubs): prevent forward ref warnings from stub annotation pollution by @gaborbernat in #668
3.9.9
fix(stubs): resolve relative imports in .pyi stubs by @gaborbernat in #663
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 \
pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.37 -r1.38 \
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.47 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.48
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.47 Tue Mar 10 13:49:45 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile Thu Mar 26 14:44:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2026/03/10 13:49:45 adam Exp $
+# $NetBSD: Makefile,v 1.48 2026/03/26 14:44:04 wiz Exp $
-DISTNAME= sphinx_autodoc_typehints-3.9.8
+DISTNAME= sphinx_autodoc_typehints-3.9.11
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.9.6:
-# 18 failed, 567 passed, 6 skipped
+# as of 3.9.11:
+# 2 failed, 597 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.37 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.38
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.37 Tue Mar 10 13:49:45 2026
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo Thu Mar 26 14:44:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2026/03/10 13:49:45 adam Exp $
+$NetBSD: distinfo,v 1.38 2026/03/26 14:44:04 wiz Exp $
-BLAKE2s (sphinx_autodoc_typehints-3.9.8.tar.gz) = 66fc0608cb6d1895a22fa7ffb3cd0ddf061204e4686ecc8ad8b04adae043a705
-SHA512 (sphinx_autodoc_typehints-3.9.8.tar.gz) = 9f7d16af8b9257b64b57be391ffd2527eedbd69d0edf8db56b7f28150ee7faabbe5e77de9984677a5dc149ecdabf83a9f25b44b835114647f4170cab8a7d6217
-Size (sphinx_autodoc_typehints-3.9.8.tar.gz) = 68763 bytes
+BLAKE2s (sphinx_autodoc_typehints-3.9.11.tar.gz) = 4651f93cb0273b2e38892ca1ca23df303066a6a7d8f420585def1817e39471ff
+SHA512 (sphinx_autodoc_typehints-3.9.11.tar.gz) = 6305a90a01e8b3fe2ed01177c2c54defd8a90906de761fe0c0cba7dfbbe0a3a12d5f712e8550ea2abb9c884ad42e9fd3f0c410a3088907563c0daac216a5a5ad
+Size (sphinx_autodoc_typehints-3.9.11.tar.gz) = 70261 bytes
Home |
Main Index |
Thread Index |
Old Index