From 408198b1c5b9e045fb09a892a2863e3174e7baf6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 14 May 2023 21:06:54 +0800 Subject: python3-sqlalchemy: upgrade 2.0.12 -> 2.0.13 Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.13 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-sqlalchemy_2.0.12.bb | 23 ---------------------- .../python/python3-sqlalchemy_2.0.13.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.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 deleted file mode 100644 index 0b221c7e9d..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.12.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] = "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.13.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.bb new file mode 100644 index 0000000000..3963f066c3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.13.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] = "8d97b37b4e60073c38bcf94e289e3be09ef9be870de88d163f16e08f2b9ded1a" + +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