diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-02 22:09:30 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-03 13:56:00 -0800 |
commit | 6aa5e857e4989ee582dc0781ac49379b45951aae (patch) | |
tree | f0a4076d0f6718d9d395bd853f51e05ceb7b5b71 | |
parent | 5a7646a6b332bea715089425861fe17ac1389e89 (diff) | |
download | meta-openembedded-6aa5e857e4989ee582dc0781ac49379b45951aae.tar.gz |
python-sqlalchemy: upgrade 1.1.17 -> 1.3.12
-License-Update: Copyright year updated to 2019.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-sqlalchemy.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb (renamed from meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb (renamed from meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-sqlalchemy.inc index 0c191ae7d..3763a39ae 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 \ | |||
2 | application developers the full power and flexibility of SQL" | 2 | application developers the full power and flexibility of SQL" |
3 | HOMEPAGE = "http://www.sqlalchemy.org/" | 3 | HOMEPAGE = "http://www.sqlalchemy.org/" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1c412c9d8d1ce018f7a9374407c22bb" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2f5eb030c48975d5294baf0f5d01af1c" |
6 | 6 | ||
7 | PYPI_PACKAGE = "SQLAlchemy" | 7 | PYPI_PACKAGE = "SQLAlchemy" |
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
10 | SRC_URI[md5sum] = "03db1c8f8ae911977c0bf3950a4c9c21" | 10 | SRC_URI[md5sum] = "02a46be841903b60c52a83342d3ced8e" |
11 | SRC_URI[sha256sum] = "6b55ec379c11ad696f9371ce8e0de93c7f21134323f56a56a1b0d8fbef17013c" | 11 | SRC_URI[sha256sum] = "bfb8f464a5000b567ac1d350b9090cf081180ec1ab4aa87e7bca12dab25320ec" |
12 | 12 | ||
13 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS_${PN} += " \ |
14 | ${PYTHON_PN}-json \ | 14 | ${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.3.12.bb index 53c8fecf7..53c8fecf7 100644 --- a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb +++ b/meta-python/recipes-devtools/python/python-sqlalchemy_1.3.12.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb index 86cf9edde..86cf9edde 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.12.bb | |||