diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-07-12 15:48:06 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-12 23:56:10 +0100 |
| commit | 33bc98561070c1e5acf7ffc8ba988a1a4e0856f6 (patch) | |
| tree | 71922fff379ddc2be0b27bd800ceac7be6f83f00 /meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb | |
| parent | d9403984e567b8c1c1dfeea04926942263c56538 (diff) | |
| download | poky-33bc98561070c1e5acf7ffc8ba988a1a4e0856f6.tar.gz | |
python3-typing-extensions: upgrade 4.2.0 -> 4.3.0
Changelog:
=========
- Add typing_extensions.NamedTuple, allowing for generic NamedTuples on Python <3.11
- Adjust typing_extensions.TypedDict to allow for generic TypedDicts on Python <3.11
(From OE-Core rev: 64e3b4b13a9d3d46e0908125560fbb5339022545)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb deleted file mode 100644 index 3aac39b8ef..0000000000 --- a/meta/recipes-devtools/python/python3-typing-extensions_4.2.0.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | HOMEPAGE = "https://github.com/python/typing" | ||
| 2 | LICENSE = "PSF-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" | ||
| 4 | |||
| 5 | # The name on PyPi is slightly different. | ||
| 6 | PYPI_PACKAGE = "typing_extensions" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376" | ||
| 9 | |||
| 10 | inherit pypi python_flit_core | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | UPSTREAM_CHECK_REGEX = "/typing-extensions/(?P<pver>(\d+[\.\-_]*)+)/" | ||
