pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-doctor
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 16 10:54:50 UTC 2025
Modified Files:
pkgsrc/devel/py-doctor: Makefile distinfo
Log Message:
py-doctor: updated to 25.10.1
pydoctor 25.10.1
Fix the tag name of the release.
pydoctor 25.10.0
Add support for doc-comments as found in Sphinx. Use the special comment formatting #: to start the comment instead of just #. Comments need to be either on a line of their own before the definition,
or immediately after the assignment on the same line.
Fix a bug with inline docstrings, if there is comment in between an assignment and literal string, the string will not be misinterpreted as being a docstring.
Fix a regression that prevented the source link on package' page to be rendered.
Improve introspection of C-modules to support data descriptors.
Dunders that are not supposed to be part of the API are now ignored when introspecting code.
Fix bug, ivar field and fiends are not ignored anymore in introspected C-modules.
Fix bug that would result in duplicated "Cannot find link target" warnings when the types under a docstring Attributes section failed to resolved.
Introduce --intersphinx-file option: Use local Sphinx objects inventory file to generate links to external documentation. If the optional base URL is provided, the links will be made relative to this
base URL. Can be repeated. Format is PATH_TO_OBJECTS.INV[::BASE_URL].
Allow to pass a custom base URL when loading inventory files from URL. The format is URL_TO_OBJECTS.INV[::BASE_URL].
Fixes a bug where the __docformat__ variable of a parent package would be ignored if an import shortcuts the default processing order, leading to process the docstrings with system's docformat
instead of the one specified in the parent package __docformat__.
Prefer newer "tomli" package over "toml".
Fix a bug that made impossible to highlight some attributes or functions because their name clashed with other HTML IDs. Custom templates using HTML ID main should now use <main> tag instead. Custom
templates using HTML ID showPrivate, summaryTree, childList, splitTables and collapseSideBar should use hyphen-separated ID instead (like show-private).
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-doctor/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-doctor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-doctor/Makefile
diff -u pkgsrc/devel/py-doctor/Makefile:1.33 pkgsrc/devel/py-doctor/Makefile:1.34
--- pkgsrc/devel/py-doctor/Makefile:1.33 Thu Oct 9 07:57:31 2025
+++ pkgsrc/devel/py-doctor/Makefile Sun Nov 16 10:54:50 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2025/10/09 07:57:31 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/11/16 10:54:50 adam Exp $
-DISTNAME= pydoctor-24.11.2
+DISTNAME= pydoctor-25.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= devel textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydoctor/}
Index: pkgsrc/devel/py-doctor/distinfo
diff -u pkgsrc/devel/py-doctor/distinfo:1.14 pkgsrc/devel/py-doctor/distinfo:1.15
--- pkgsrc/devel/py-doctor/distinfo:1.14 Tue Jan 14 17:20:33 2025
+++ pkgsrc/devel/py-doctor/distinfo Sun Nov 16 10:54:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/01/14 17:20:33 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/11/16 10:54:50 adam Exp $
-BLAKE2s (pydoctor-24.11.2.tar.gz) = 59ade73933a57cbebe54b5e59dd938e43b7e769ad0503af2dcf8c0a4085aced5
-SHA512 (pydoctor-24.11.2.tar.gz) = 4f9ed775b73d16d63d44df19441bb795aa377d47187c34ac1f97a7220d4d1e3651e94d26a2d40926328665d9254d892d776fb228146cbe7844a47818c7d64938
-Size (pydoctor-24.11.2.tar.gz) = 946366 bytes
+BLAKE2s (pydoctor-25.10.1.tar.gz) = c4c4234e55461f6437591c843c33f0d0a662b487ecd908ba5b7c019361aa66a4
+SHA512 (pydoctor-25.10.1.tar.gz) = f91106a9b673b80939d506d0322439e442ec7011b545992328dcbca5345b7ae0439f720090f70eeef3bf635278fd1ba4ce3a9c248e481291c49502b45ef1a95f
+Size (pydoctor-25.10.1.tar.gz) = 981473 bytes
Home |
Main Index |
Thread Index |
Old Index