summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-02 15:34:52 +0300
committerKhem Raj <raj.khem@gmail.com>2021-04-06 08:58:42 -0700
commit8507a0dda68d17874d6e5768683657914c88d3e5 (patch)
tree714ac8855a538268e7d636149b8972568fdccbcd /meta-python
parent37ce67f575400003cb9f85bc9882633fc6ff5ba2 (diff)
downloadmeta-openembedded-8507a0dda68d17874d6e5768683657914c88d3e5.tar.gz
python3-typeguard: Upgrade 2.11.1 -> 2.12.0
Upgrade to release 2.12.0: - Added @typeguard_ignore decorator to exclude specific functions and classes from runtime type checking 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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb
index 640adf83b7..148806e101 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
5 5
6SRC_URI[sha256sum] = "33243c1cbfcb9736a06c6db22dd08876b5f297e6344aa272a2862c0f8e669f64" 6SRC_URI[sha256sum] = "fca77fd4ccba63465b421cdbbab5a1a8e3994e6d6f18b45da2bb475c09f147ef"
7 7
8inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest
9 9