diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-06-17 09:33:30 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-06-30 13:39:28 -0400 |
commit | ccdcc6e459590ccf1b7e2a6924a44bd74a2fd5fe (patch) | |
tree | 3af3d878b187e1d28cde3952daae223001cc3f8f /meta-python | |
parent | 4ccb2fa47f066077e013befab18b08bd4d1df70e (diff) | |
download | meta-openembedded-ccdcc6e459590ccf1b7e2a6924a44bd74a2fd5fe.tar.gz |
python3-mypy: upgrade 0.960 -> 0.961
Signed-off-by: Xu Huan <xuhuan.fnst@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-mypy_0.961.bb (renamed from meta-python/recipes-devtools/python/python3-mypy_0.960.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.960.bb b/meta-python/recipes-devtools/python/python3-mypy_0.961.bb index 5d99b6468c..02f7cce4ca 100644 --- a/meta-python/recipes-devtools/python/python3-mypy_0.960.bb +++ b/meta-python/recipes-devtools/python/python3-mypy_0.961.bb | |||
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "mypy" | |||
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "d4fccf04c1acf750babd74252e0f2db6bd2ac3aa8fe960797d9f3ef41cf2bfd4" | 10 | SRC_URI[sha256sum] = "f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||