From 6d43675b9a1520f219a38b446347407cd12f832b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 13:05:45 -0400 Subject: python-sqlalchemy: update to version 1.1.10 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.10.bb | 2 ++ meta-python/recipes-devtools/python/python-sqlalchemy_1.1.9.bb | 2 -- meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.10.bb | 5 +++++ meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.9.bb | 5 ----- 5 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.10.bb delete mode 100644 meta-python/recipes-devtools/python/python-sqlalchemy_1.1.9.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.10.bb delete mode 100644 meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.9.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 07e70d72b8..d2a7be5c25 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] = "938b1e5ca2372c3ec9a586996a3b5653" -SRC_URI[sha256sum] = "b65cdc73cd348448ef0164f6c77d45a9f27ca575d3c5d71ccc33adf684bc6ef0" +SRC_URI[md5sum] = "64b9a3bf34e17944f844cbf460bd14e6" +SRC_URI[sha256sum] = "dbd92b8af2306d600efa98ed36262d73aad227440a758c8dc3a067ca30096bd3" RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \ diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.10.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.10.bb new file mode 100644 index 0000000000..53c8fecf70 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.10.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.9.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.9.bb deleted file mode 100644 index 53c8fecf70..0000000000 --- a/meta-python/recipes-devtools/python/python-sqlalchemy_1.1.9.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-sqlalchemy.inc diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.10.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.10.bb new file mode 100644 index 0000000000..01f1e97ec8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.10.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" diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.9.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.9.bb deleted file mode 100644 index 01f1e97ec8..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.1.9.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" -- cgit v1.2.3-54-g00ecf