From 19046072b45f3927d143bc1ddfda4f69c10c8ebf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 23 Mar 2023 13:14:23 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-sqlalchemy_2.0.7.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb (limited to 'meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb') diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb new file mode 100644 index 0000000000..2d1cc5ed3c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.7.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ +application developers the full power and flexibility of SQL" +HOMEPAGE = "http://www.sqlalchemy.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d" + +SRC_URI[sha256sum] = "a4c1e1582492c66dfacc9eab52738f3e64d9a2a380e412668f75aa06e540f649" + +PYPI_PACKAGE = "SQLAlchemy" +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-pickle \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-profile \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf