From 8c61e06a3c486819aec0f9039630020eab3b32a3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 15 Sep 2017 15:00:59 -0400 Subject: python-sqlalchemy: update to version 1.1.14 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-sqlalchemy.inc | 4 ++-- meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb | 2 -- meta-python/recipes-devtools/python/python-sqlalchemy_1.1.14.bb | 2 ++ meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb | 5 ----- meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.14.bb | 5 +++++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb create mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.14.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.14.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-sqlalchemy.inc index 12f16c30ee..cc8e82f12b 100644 --- a/meta-python/recipes-devtools/python/python-sqlalchemy.inc +++ b/meta-python/recipes-devtools/python/python-sqlalchemy.inc @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=452f4b8adb0feba42e5be5f1fbfbf538" PYPI_PACKAGE = "SQLAlchemy" inherit pypi -SRC_URI[md5sum] = "6353eb8223b8476bb0399c28adff5850" -SRC_URI[sha256sum] = "2a98ac87b30eaa2bee1f1044848b9590e476e7f93d033c6542e60b993a5cf898" +SRC_URI[md5sum] = "b32669d53e903b3512065026552f3bff" +SRC_URI[sha256sum] = "f1191e29e35b6fe1aef7175a09b1707ebb7bd08d0b17cb0feada76c49e5a2d1e" RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \ diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb deleted file mode 100644 index 53c8fecf70..0000000000 --- a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.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.14.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.14.bb new file mode 100644 index 0000000000..53c8fecf70 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.14.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb deleted file mode 100644 index 01f1e97ec8..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb +++ /dev/null @@ -1,5 +0,0 @@ -inherit setuptools3 -require python-sqlalchemy.inc - -# Requires _pydecimal.py which is in misc -RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-misc" diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.14.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.14.bb new file mode 100644 index 0000000000..01f1e97ec8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.14.bb @@ -0,0 +1,5 @@ +inherit setuptools3 +require python-sqlalchemy.inc + +# Requires _pydecimal.py which is in misc +RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-misc" -- cgit 1.2.3-korg