summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-06 10:04:23 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-07 08:22:44 -0700
commit0cc5f297b9ab770dea1b16fc8e0a2f078a28840a (patch)
tree007455b191e48e672f239166ad7215a82fbd1be0 /meta-python
parentdd9cfadfa09be9a6aef0e01a9035de9e97ec9d4c (diff)
downloadmeta-openembedded-0cc5f297b9ab770dea1b16fc8e0a2f078a28840a.tar.gz
python3-typeguard: upgrade 4.1.2 -> 4.1.3
Changelog: ============ -Dropped Python 3.7 support -Fixed @typechecked optimization causing compilation of instrumented code to fail when any block was left empty by the AST transformer (eg if or try / except blocks) (#352) -Fixed placement of injected typeguard imports with respect to __future__ imports and module docstrings (#385) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typeguard_4.1.3.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_4.1.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.1.2.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.1.3.bb
index 828e2727e3..73935d090c 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_4.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_4.1.3.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] = "3be187945f9ef5a9f6d7a926dfe54babb7dfd807085ce05f9a5e8735f2487990" 6SRC_URI[sha256sum] = "7d4264cd631ac1157c5bb5ec992281b4f1e2ba7a35db91bc15f442235e244803"
7 7
8inherit pypi python_setuptools_build_meta ptest 8inherit pypi python_setuptools_build_meta ptest
9 9