Renaud, ports@, I'd like to update devel/py-typing-extensions to 4.13.2
At least it is requried for update of mitmproxy. Not sure that it worth a bulk test, or may lead to a fallout, but any feedback and tests are apprecieted. Ok? Index: Makefile =================================================================== RCS file: /home/cvs/ports/devel/py-typing-extensions/Makefile,v diff -u -p -r1.18 Makefile --- Makefile 21 Feb 2025 10:23:17 -0000 1.18 +++ Makefile 25 May 2025 20:36:57 -0000 @@ -1,9 +1,8 @@ COMMENT = backported type hints for python >= 3.5 -MODPY_DISTV = 4.12.2 +MODPY_DISTV = 4.13.2 DISTNAME = typing_extensions-${MODPY_DISTV} PKGNAME = py-${DISTNAME} -REVISION = 1 HOMEPAGE = https://github.com/python/typing_extensions/ Index: distinfo =================================================================== RCS file: /home/cvs/ports/devel/py-typing-extensions/distinfo,v diff -u -p -r1.10 distinfo --- distinfo 2 Oct 2024 16:32:46 -0000 1.10 +++ distinfo 25 May 2025 20:37:21 -0000 @@ -1,2 +1,2 @@ -SHA256 (typing_extensions-4.12.2.tar.gz) = Gn6tVcflWd1N7ohW46iLQSJav+HOjfV7fBORX+Eh/7g= -SIZE (typing_extensions-4.12.2.tar.gz) = 85321 +SHA256 (typing_extensions-4.13.2.tar.gz) = 5sgSGb1on1GGXZ43KZHFQL2jOgN51Vc83bmjoj98qu8= +SIZE (typing_extensions-4.13.2.tar.gz) = 106967 -- wbr, Kirill