From 03e3e82958ca4abdc550b1b95e5440b170965059 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 14 Aug 2017 10:08:53 -0400 Subject: python-sqlalchemy: update to version 1.1.13 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.11.bb | 2 -- meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb | 2 ++ meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.11.bb | 5 ----- meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb | 5 +++++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.11.bb create mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.11.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy.inc b/meta-python/recipes-devtools/python/python-sqlalchemy.inc index 0a93dc4a76..12f16c30ee 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] = "3de387eddb4012083a4562928c511e43" -SRC_URI[sha256sum] = "76f76965e9a968ba3aecd2a8bc0d991cea04fd9a182e6c95c81f1551487b0211" +SRC_URI[md5sum] = "6353eb8223b8476bb0399c28adff5850" +SRC_URI[sha256sum] = "2a98ac87b30eaa2bee1f1044848b9590e476e7f93d033c6542e60b993a5cf898" RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \ diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.11.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.11.bb deleted file mode 100644 index 53c8fecf70..0000000000 --- a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.11.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.13.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb new file mode 100644 index 0000000000..53c8fecf70 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.13.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.11.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.11.bb deleted file mode 100644 index 01f1e97ec8..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.11.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.13.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.bb new file mode 100644 index 0000000000..01f1e97ec8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.13.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