Skip to content

Commit 141f6d4

Browse files
author
adam
committed
py-typing-extensions: updated to 4.10.0
Release 4.10.0 (February 24, 2024) This feature release adds support for PEP 728 (TypedDict with extra items) and PEP 742 (``TypeIs``). There are no changes since 4.10.0rc1. Release 4.10.0rc1 (February 17, 2024) - Add support for PEP 728, supporting the `closed` keyword argument and the special `__extra_items__` key for TypedDict. Patch by Zixuan James Li. - Add support for PEP 742, adding `typing_extensions.TypeIs`. Patch by Jelle Zijlstra. - Drop runtime error when a read-only `TypedDict` item overrides a mutable one. Type checkers should still flag this as an error. Patch by Jelle Zijlstra. - Speedup `issubclass()` checks against simple runtime-checkable protocols by around 6% (backporting python/cpython#112717, by Alex Waygood). - Fix a regression in the implementation of protocols where `typing.Protocol` classes that were not marked as `@runtime_checkable` would be unnecessarily introspected, potentially causing exceptions to be raised if the protocol had problematic members. Patch by Alex Waygood, backporting python/cpython#113401.
1 parent 03f187e commit 141f6d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

devel/py-typing-extensions/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.20 2023/12/11 10:00:45 wiz Exp $
1+
# $NetBSD: Makefile,v 1.21 2024/02/25 22:28:31 adam Exp $
22

3-
DISTNAME= typing_extensions-4.9.0
3+
DISTNAME= typing_extensions-4.10.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typing-extensions/}

devel/py-typing-extensions/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.18 2023/12/11 10:00:45 wiz Exp $
1+
$NetBSD: distinfo,v 1.19 2024/02/25 22:28:31 adam Exp $
22

3-
BLAKE2s (typing_extensions-4.9.0.tar.gz) = 52d735d43b4cc1cb8826aacd2c0d43a29bc048e349d843b9f5b567233ceb26bb
4-
SHA512 (typing_extensions-4.9.0.tar.gz) = b4faea71d6d29b5d23f920c8865edc2a891887308aea984dbae0159b722da6ef0f4062e5d89bd96a0037391e91e87f213f789209dc1f8942e551979539d3ae11
5-
Size (typing_extensions-4.9.0.tar.gz) = 74918 bytes
3+
BLAKE2s (typing_extensions-4.10.0.tar.gz) = 2d5509fa4821f14073355c376bb0d16435ae1e7a12988d98d2f681570bb62cc0
4+
SHA512 (typing_extensions-4.10.0.tar.gz) = d3d840719ed0cf1435a959f84a65df93f55fb4bfdda926cd74a34a8bb6ab0407108ee8941f40b6cb570e2f7c440abffb0bc1d0f0414814047de6e9c3eeb24093
5+
Size (typing_extensions-4.10.0.tar.gz) = 77558 bytes

0 commit comments

Comments
 (0)