From 6aa5e857e4989ee582dc0781ac49379b45951aae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Jan 2020 22:09:30 -0800 Subject: python-sqlalchemy: upgrade 1.1.17 -> 1.3.12 -License-Update: Copyright year updated to 2019. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-sqlalchemy.inc | 6 +++--- meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb | 2 -- meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb | 2 ++ meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb | 2 -- meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb create mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-sqlalchemy.inc index 0c191ae7d5..3763a39aed 100644 --- a/meta-python/recipes-devtools/python/python-sqlalchemy.inc +++ b/meta-python/recipes-devtools/python/python-sqlalchemy.inc @@ -2,13 +2,13 @@ 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=b1c412c9d8d1ce018f7a9374407c22bb" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2f5eb030c48975d5294baf0f5d01af1c" PYPI_PACKAGE = "SQLAlchemy" inherit pypi -SRC_URI[md5sum] = "03db1c8f8ae911977c0bf3950a4c9c21" -SRC_URI[sha256sum] = "6b55ec379c11ad696f9371ce8e0de93c7f21134323f56a56a1b0d8fbef17013c" +SRC_URI[md5sum] = "02a46be841903b60c52a83342d3ced8e" +SRC_URI[sha256sum] = "bfb8f464a5000b567ac1d350b9090cf081180ec1ab4aa87e7bca12dab25320ec" RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \ diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb deleted file mode 100644 index 53c8fecf70..0000000000 --- a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb new file mode 100644 index 0000000000..53c8fecf70 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb deleted file mode 100644 index 86cf9eddeb..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb new file mode 100644 index 0000000000..86cf9eddeb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-sqlalchemy.inc -- cgit v1.2.3-54-g00ecf