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: Tue Jan 7 12:39:16 UTC 2025
Modified Files:
pkgsrc/textproc/py-sphinx-autodoc-typehints: Makefile distinfo
Log Message:
py-sphinx-autodoc-typehints: update to 3.0.0.
What's Changed
🐛 Replace docutils private API use w/ public by @webknjaz in #507
Drop support for nptyping by @gaborbernat in #514
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 \
pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile
cvs rdiff -u -r1.23 -r1.24 \
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.30 pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.31
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile:1.30 Sat Oct 19 11:26:30 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/Makefile Tue Jan 7 12:39:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/10/19 11:26:30 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/01/07 12:39:16 wiz Exp $
-DISTNAME= sphinx_autodoc_typehints-2.5.0
+DISTNAME= sphinx_autodoc_typehints-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-autodoc-typehints/}
@@ -22,8 +22,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-typing-ext
USE_LANGUAGES= # none
-# https://github.com/tox-dev/sphinx-autodoc-typehints/issues/496
-# 2 warnings, 1 error
+# for testing
+ALLOW_NETWORK_ACCESS= yes
.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.23 pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.24
--- pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo:1.23 Sat Oct 19 11:16:08 2024
+++ pkgsrc/textproc/py-sphinx-autodoc-typehints/distinfo Tue Jan 7 12:39:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/10/19 11:16:08 wiz Exp $
+$NetBSD: distinfo,v 1.24 2025/01/07 12:39:16 wiz Exp $
-BLAKE2s (sphinx_autodoc_typehints-2.5.0.tar.gz) = 766a779f2e904f606cba020d56821f359810c248c28b81fd423272a093d09149
-SHA512 (sphinx_autodoc_typehints-2.5.0.tar.gz) = 4308873ee2bd794c822e76ed712b0c0547815f5e3125e158e79f512fdd31dd482a60b172a39f6f53ae57d5c2bf156eb4c4ff2fe3c8f39446fc2acd69004f8bc0
-Size (sphinx_autodoc_typehints-2.5.0.tar.gz) = 40822 bytes
+BLAKE2s (sphinx_autodoc_typehints-3.0.0.tar.gz) = 8b2406a3c6ec079df14b2149b69b2e17ff50554600f8c6546448a980293b727a
+SHA512 (sphinx_autodoc_typehints-3.0.0.tar.gz) = 23e0017d68e12bedc56ff59b3620e981733816be5803bb86446821d0b5d66b5b472bee9fc242ad084913034fab1241200b8835a8f82fc89a1ae85b9e22e2f03c
+Size (sphinx_autodoc_typehints-3.0.0.tar.gz) = 35943 bytes
Home |
Main Index |
Thread Index |
Old Index