diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-10 18:31:45 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-11 17:50:55 -0800 |
commit | 1afddc62c1804981191ba60916bc0449ee2a049b (patch) | |
tree | 977429b0e475c5c1530fcd4f8d82fd1cf13fc1fe | |
parent | df5c1a31fdb8325d1c514f9ed8a7b3805dc581ac (diff) | |
download | meta-openembedded-1afddc62c1804981191ba60916bc0449ee2a049b.tar.gz |
python3-typeguard: Upgrade 2.13.2 -> 2.13.3
Upgrade to release 2.13.3:
- Fixed TypeError when using typeguard within exec() (where
__module__ is None)
- Fixed TypedDict causing TypeError: TypedDict does not support
instance and class checks on Python 3.8 with standard library
(not typing_extensions) typed dicts
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typeguard_2.13.3.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.13.3.bb index b7ae4a32c..21ca43950 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.13.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "7e50071590ab997509aa0977609eb5cf9d73d84c1f416cb4fab78b77a9d15326" | 6 | SRC_URI[sha256sum] = "00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4" |
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
9 | 9 | ||