diff options
| author | Zheng Ruoqin <zhengrq.fnst@fujitsu.com> | 2021-12-02 13:03:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-06 09:56:20 -0800 |
| commit | 76f0c526ea71202eba6bac5168a8d2a23368cd15 (patch) | |
| tree | be6d87d6c2b8945f6d04d3da21e5a02d2a3b85d0 /meta-python/recipes-devtools/python | |
| parent | cc0ad0f33f78e46378d7a2de62a1c1c3ad66543c (diff) | |
| download | meta-openembedded-76f0c526ea71202eba6bac5168a8d2a23368cd15.tar.gz | |
python3-typeguard: upgrade 2.13.0 -> 2.13.2
Fixed typing_extensions being imported unconditionally on Python < 3.9
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb index 564f98e3f2..b7ae4a32c4 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.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] = "04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df" | 6 | SRC_URI[sha256sum] = "7e50071590ab997509aa0977609eb5cf9d73d84c1f416cb4fab78b77a9d15326" |
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
| 9 | 9 | ||
