diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2021-12-29 15:58:03 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-04 08:40:52 -0800 |
commit | 184ee7b9b135fa2340a548210eb70331fe3170a8 (patch) | |
tree | 899d76427d565be710930ac5b6a908b51afd6483 /meta-python | |
parent | 5e0f1edc96cf2206cb9333dcab7acdd634813f6f (diff) | |
download | meta-openembedded-184ee7b9b135fa2340a548210eb70331fe3170a8.tar.gz |
python3-sqlalchemy: upgrade 1.4.28 ->1.4.29
Signed-off-by: Xu Huan <xuhuan.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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.29.bb (renamed from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.28.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.28.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.29.bb index 7a19f96f6e..b535951c00 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.28.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.29.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "7fdb7b775fb0739d3e71461509f978beb788935bc0aa9e47df14837cb33e5226" | 7 | SRC_URI[sha256sum] = "fa2bad14e1474ba649cfc969c1d2ec915dd3e79677f346bbfe08e93ef9020b39" |
8 | 8 | ||
9 | PYPI_PACKAGE = "SQLAlchemy" | 9 | PYPI_PACKAGE = "SQLAlchemy" |
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |