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 Jul 21 09:30:30 UTC 2024

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

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

Fix mypy errors due to unneeded type ignores by @hoodmane in #469
Fix rendering when docstring starst with a directive by @hoodmane in #468


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.17 -r1.18 \
    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.21 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.22
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.21   Wed Jun 26 17:15:45 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Sun Jul 21 09:30:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/06/26 17:15:45 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/07/21 09:30:30 wiz Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-2.2.2
+DISTNAME=      sphinx_autodoc_typehints-2.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -23,5 +23,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
+# 243 passed, 14209 warnings, 77 errors
+
 .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.17 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.18
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.17   Wed Jun 26 17:15:45 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Sun Jul 21 09:30:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/06/26 17:15:45 wiz Exp $
+$NetBSD: distinfo,v 1.18 2024/07/21 09:30:30 wiz Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-2.2.2.tar.gz) = 1667108a137539b9c8ad55a21a4abb774326e58d79212e40cff13cacae2ee3b1
-SHA512 (sphinx_autodoc_typehints-2.2.2.tar.gz) = 11996f0cf916ccf7f630bbdad7e4b4f0e0969c97c5714c71a08a2c0eda3c1e36a27843048cf44c42b1a71e7d50b4353d94cf3c201bf2356ded2f305709bd1b1e
-Size (sphinx_autodoc_typehints-2.2.2.tar.gz) = 40324 bytes
+BLAKE2s (sphinx_autodoc_typehints-2.2.3.tar.gz) = 13bd5a6083b52f871f33cbb3aa37eb778432c039032f1a1d43ccd3f6ff3f07c6
+SHA512 (sphinx_autodoc_typehints-2.2.3.tar.gz) = 8a39129ae3e90703c7de8d25c7616256b4d203f6e3c6971f382265361236e7606fa16169e189ca47cd4f1dfdf27a98a16c7b92ce409e2431886e4dacd0159fcf
+Size (sphinx_autodoc_typehints-2.2.3.tar.gz) = 40394 bytes



Home | Main Index | Thread Index | Old Index