diff options
author | Derek Straka <derek@asterius.io> | 2018-03-02 09:06:01 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 10:01:17 -0700 |
commit | 790ddac5a9f2d4a40012551eb3b7a0743c2975e6 (patch) | |
tree | 38932f12aa0de95f88aaf9d9518a6a77382b0722 /meta-python | |
parent | a41d49f614398a5b3bb6198b84da5d579c6ec8bc (diff) | |
download | meta-openembedded-790ddac5a9f2d4a40012551eb3b7a0743c2975e6.tar.gz |
python-sqlalchemy: update to version 1.1.17
License-Update do to added year
Update the license checksum for copyright year and verify the terms remain the same
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-sqlalchemy.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb (renamed from meta-python/recipes-devtools/python/python-sqlalchemy_1.1.15.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb (renamed from meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.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 2683a6ab1..0c191ae7d 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=452f4b8adb0feba42e5be5f1fbfbf538" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1c412c9d8d1ce018f7a9374407c22bb" |
6 | 6 | ||
7 | PYPI_PACKAGE = "SQLAlchemy" | 7 | PYPI_PACKAGE = "SQLAlchemy" |
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
10 | SRC_URI[md5sum] = "077f9bd3339957f53068b5572a152674" | 10 | SRC_URI[md5sum] = "03db1c8f8ae911977c0bf3950a4c9c21" |
11 | SRC_URI[sha256sum] = "8b79a5ed91cdcb5abe97b0045664c55c140aec09e5dd5c01303e23de5fe7a95a" | 11 | SRC_URI[sha256sum] = "6b55ec379c11ad696f9371ce8e0de93c7f21134323f56a56a1b0d8fbef17013c" |
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.15.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb index 53c8fecf7..53c8fecf7 100644 --- a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.15.bb +++ b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb index 86cf9edde..86cf9edde 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb | |||