From 7a0a4698c064d580ddcaf1794647f1542d772781 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:24:33 +0800 Subject: python3-sqlalchemy: upgrade 2.0.9 -> 2.0.12 Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-sqlalchemy_2.0.12.bb | 23 ++++++++++++++++++++++ .../python/python3-sqlalchemy_2.0.9.bb | 23 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.bb new file mode 100644 index 0000000000..0b221c7e9d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.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] = "bddfc5bd1dee5db0fddc9dab26f800c283f3243e7281bbf107200fed30125f9c" + +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" diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.9.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.9.bb deleted file mode 100644 index 743d76afc3..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.9.bb +++ /dev/null @@ -1,23 +0,0 @@ -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] = "95719215e3ec7337b9f57c3c2eda0e6a7619be194a5166c07c1e599f6afc20fa" - -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