python-typing-extensions: Update to 4.8.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2023-09-26 00:42:33 +08:00
committed by Rosen Penev
parent 423235b40a
commit cb8648679b
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-typing-extensions ] || exit 0
python3 -c 'import typing_extensions'