diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 00:55:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:37 -0700 |
commit | 0c7e44f146d6209013b867780a3f46919a632e5b (patch) | |
tree | fd8ed13f945fa5ec195a9cfe33afabff043aa665 | |
parent | 22486627a4b016cfcbcf7f02b694a58eb0760505 (diff) | |
download | meta-openembedded-0c7e44f146d6209013b867780a3f46919a632e5b.tar.gz |
python3-typeguard: update to 2.13.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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.0.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb index 6b33c1795..564f98e3f 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.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] = "c2af8b9bdd7657f4bd27b45336e7930171aead796711bc4cfc99b4731bb9d051" | 6 | SRC_URI[sha256sum] = "04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df" |
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
9 | 9 | ||