summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-23 13:14:23 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-22 22:20:42 -0700
commit19046072b45f3927d143bc1ddfda4f69c10c8ebf (patch)
treec547bf81b22d23914b0fbbdd1d17384e9dbd6b4a /meta-python/recipes-devtools
parent009f1ce84e9dbba556d257355bbf71845936e644 (diff)
downloadmeta-openembedded-19046072b45f3927d143bc1ddfda4f69c10c8ebf.tar.gz
python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7
Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb (renamed from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.4.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb
index e5d0212a6..2d1cc5ed3 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d"
6 6
7SRC_URI[sha256sum] = "95a18e1a6af2114dbd9ee4f168ad33070d6317e11bafa28d983cc7b585fe900b" 7SRC_URI[sha256sum] = "a4c1e1582492c66dfacc9eab52738f3e64d9a2a380e412668f75aa06e540f649"
8 8
9PYPI_PACKAGE = "SQLAlchemy" 9PYPI_PACKAGE = "SQLAlchemy"
10inherit pypi setuptools3 10inherit pypi setuptools3