From 790ddac5a9f2d4a40012551eb3b7a0743c2975e6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 2 Mar 2018 09:06:01 -0500 Subject: 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 Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-sqlalchemy.inc | 6 +++--- meta-python/recipes-devtools/python/python-sqlalchemy_1.1.15.bb | 2 -- meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb | 2 ++ meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb | 2 -- meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.15.bb create mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb (limited to 'meta-python') 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 \ application developers the full power and flexibility of SQL" HOMEPAGE = "http://www.sqlalchemy.org/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=452f4b8adb0feba42e5be5f1fbfbf538" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b1c412c9d8d1ce018f7a9374407c22bb" PYPI_PACKAGE = "SQLAlchemy" inherit pypi -SRC_URI[md5sum] = "077f9bd3339957f53068b5572a152674" -SRC_URI[sha256sum] = "8b79a5ed91cdcb5abe97b0045664c55c140aec09e5dd5c01303e23de5fe7a95a" +SRC_URI[md5sum] = "03db1c8f8ae911977c0bf3950a4c9c21" +SRC_URI[sha256sum] = "6b55ec379c11ad696f9371ce8e0de93c7f21134323f56a56a1b0d8fbef17013c" RDEPENDS_${PN} += " \ ${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.15.bb deleted file mode 100644 index 53c8fecf7..000000000 --- a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.15.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-sqlalchemy.inc 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 new file mode 100644 index 000000000..53c8fecf7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.17.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb deleted file mode 100644 index 86cf9edde..000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.15.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -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 new file mode 100644 index 000000000..86cf9edde --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.17.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-sqlalchemy.inc -- cgit v1.2.3-54-g00ecf