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:           Sat Sep  7 05:25:17 UTC 2024

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

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

2.3.0

Add module name rewrite configuration option


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 \
    pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.18 -r1.19 \
    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.23 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.24
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.23   Sat Aug 10 08:03:50 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile        Sat Sep  7 05:25:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/08/10 08:03:50 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/09/07 05:25:17 adam Exp $
 
-DISTNAME=      sphinx_autodoc_typehints-2.2.3
+DISTNAME=      sphinx_autodoc_typehints-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -11,8 +11,8 @@ COMMENT=      Type hints support for the Sphi
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs>=0.4:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.21.1:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=7.1.2:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.24:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=7.3.5:../../textproc/py-sphinx
 # optional
 DEPENDS+=      ${PYPKGPREFIX}-nptyping>=2.5:../../math/py-nptyping
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphobjinv>=2.3.1:../../textproc/py-sphobjinv
@@ -21,7 +21,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-typing-ext
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=  38 39 # py-sphinx
 
 # 243 passed, 14209 warnings, 77 errors
 

Index: pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo
diff -u pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.18 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.19
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.18   Sun Jul 21 09:30:30 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo        Sat Sep  7 05:25:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/07/21 09:30:30 wiz Exp $
+$NetBSD: distinfo,v 1.19 2024/09/07 05:25:17 adam Exp $
 
-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
+BLAKE2s (sphinx_autodoc_typehints-2.3.0.tar.gz) = 4e0b1ee4ab0f22e9a47dce17b51a24d386b44f2e496f446d77732ff2b970e756
+SHA512 (sphinx_autodoc_typehints-2.3.0.tar.gz) = f4ee3e0eb51fd63d4cf31f2eed9b9d06cc2dc48a3f3427763e86dba8910ea02c9e31bd8d30e8d0b3494e71fb104d51904400ce96d71270e1e422f44a317de80a
+Size (sphinx_autodoc_typehints-2.3.0.tar.gz) = 40709 bytes



Home | Main Index | Thread Index | Old Index