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:           Mon Apr 28 07:50:14 UTC 2025

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

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

3.2.0

Fixed broken changelog link
Fix issue 481
Don't add :rtype: None
Place rtype after directive


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.26 -r1.27 \
    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.34 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.35
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.34   Sun Feb 23 16:48:06 2025
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Mon Apr 28 07:50:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2025/02/23 16:48:06 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/28 07:50:14 adam Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-3.1.0
+DISTNAME=      sphinx_autodoc_typehints-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -12,7 +12,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=8.1.3:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=8.2:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults>=2.3:../../devel/py-covdefaults
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1.2:../../textproc/py-sphobjinv
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6:../../devel/py-test-cov

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.26 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.27
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.26   Sun Feb 23 16:48:06 2025
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Mon Apr 28 07:50:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/02/23 16:48:06 wiz Exp $
+$NetBSD: distinfo,v 1.27 2025/04/28 07:50:14 adam Exp $
 
-BLAKE2s (sphinx_autodoc_typehints-3.1.0.tar.gz) = e43e0e747164766f07b33afd37f4031d0b5ade2a0e57d130ab53bc42c5644033
-SHA512 (sphinx_autodoc_typehints-3.1.0.tar.gz) = 0837eba88913d2ca1d843041c06c950d7e680009617b8a2e464424fc3e41787fb953da7b140d92068f1d4a0a355feb853a96bec2fb139a3175fa49343ccff621
-Size (sphinx_autodoc_typehints-3.1.0.tar.gz) = 36528 bytes
+BLAKE2s (sphinx_autodoc_typehints-3.2.0.tar.gz) = 4be7c6742db69071ebb6a7f98ade3f44b203693fd80ac5a6e6a47e173e336f2a
+SHA512 (sphinx_autodoc_typehints-3.2.0.tar.gz) = 110b4ec94e748e13916eda39b9f66af9823467b688df2f522b7dd5004a9534977cb72b8f4b2b0ed7f651df69e18a12e57c0f13e1c55d62baf7c1f2241880b133
+Size (sphinx_autodoc_typehints-3.2.0.tar.gz) = 36724 bytes



Home | Main Index | Thread Index | Old Index