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:           Tue Jun 11 16:03:28 UTC 2024

Modified Files:
        pkgsrc/devel/py-doctor: Makefile distinfo

Log Message:
py-doctor: updated to 24.3.3

pydoctor 24.3.3

Fix release pipeline.

pydoctor 24.3.0

This is the last major release to support Python 3.7.

Drop support for Python 3.6.
Add support for Python 3.12.
Astor is no longer a requirement starting at Python 3.9.
ExtRegistrar.register_post_processor() now supports a priority argument that is an int. Highest priority callables will be called first during post-processing.
Fix too noisy --verbose mode (suppres some ambiguous annotations warnings).
Fix type processing inside restructuredtext consolidated fields.
Add options --cls-member-order and --mod-member-order to customize the presentation order of class members and module/package members, the supported values are "alphabetical" or "source". The default 
behavior is to sort all members alphabetically.
Make sure the line number coming from ast analysis has precedence over the line of a ivar field.
Ensure that all docutils generated css classes have the rst- prefix, the base theme have been updated accordingly.
Fix compatibility issue with docutils 0.21.x
Transform annotations to use python 3.10 style: typing.Union[x, y] -> x | y; typing.Optional[x] -> x | None; typing.List[x] -> list[x].
Do not output useless parenthesis when colourizing subscripts.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-doctor/Makefile
cvs rdiff -u -r1.12 -r1.13 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.26 pkgsrc/devel/py-doctor/Makefile:1.27
--- pkgsrc/devel/py-doctor/Makefile:1.26        Mon Dec  4 06:08:54 2023
+++ pkgsrc/devel/py-doctor/Makefile     Tue Jun 11 16:03:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/12/04 06:08:54 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/06/11 16:03:28 adam Exp $
 
-DISTNAME=      pydoctor-23.9.1
+DISTNAME=      pydoctor-24.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydoctor/}
@@ -13,7 +13,6 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
-DEPENDS+=      ${PYPKGPREFIX}-astor>=0.8.1:../../devel/py-astor
 DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-configargparse-[0-9]*:../../devel/py-configargparse
 DEPENDS+=      ${PYPKGPREFIX}-cachecontrol-[0-9]*:../../devel/py-cachecontrol
@@ -22,7 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-lunr>=0.6.2:../
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
-DEPENDS+=      ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
+DEPENDS+=      ${PYPKGPREFIX}-urllib3>=2.0:../../www/py-urllib3
 TEST_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx

Index: pkgsrc/devel/py-doctor/distinfo
diff -u pkgsrc/devel/py-doctor/distinfo:1.12 pkgsrc/devel/py-doctor/distinfo:1.13
--- pkgsrc/devel/py-doctor/distinfo:1.12        Mon Dec  4 06:07:50 2023
+++ pkgsrc/devel/py-doctor/distinfo     Tue Jun 11 16:03:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/12/04 06:07:50 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/06/11 16:03:28 adam Exp $
 
-BLAKE2s (pydoctor-23.9.1.tar.gz) = 713e53082fc08a320244a9bcb55d2297b5c0900d047a4987e1446c8819896b74
-SHA512 (pydoctor-23.9.1.tar.gz) = f5c396fd22b42b937d9bf703f4eb94fc87941031af1db4bd4ece9a580410b50f88fd2e3553aa1cc02b097198f954ed69ebb690d8fc2ffa7aeee1de627e61418e
-Size (pydoctor-23.9.1.tar.gz) = 926934 bytes
+BLAKE2s (pydoctor-24.3.3.tar.gz) = 43e7f74d4fcb787b272c86f553ed53da5e7437c6748774c3a91758c879ac1b11
+SHA512 (pydoctor-24.3.3.tar.gz) = d13c07bd8338b90933d793d2848d1d7b597052b4d55e5a007aabb9437dce33ffa9681d6366b9cacdd98e09873606a3eaed721f14108706ad0a4ec97e5525aada
+Size (pydoctor-24.3.3.tar.gz) = 936493 bytes



Home | Main Index | Thread Index | Old Index