[meta-virtualization] [m-c-s][PATCH 1/7] python-sqlparse: uprev to v0.2.4

Mark Asselstine mark.asselstine at windriver.com
Fri Dec 1 12:19:36 PST 2017


This update is required to support the stable/pike version of
python-glance.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python/python-sqlparse_0.1.16.bb               | 22 ----------------------
 .../python/python-sqlparse_0.2.4.bb                | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 22 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python-sqlparse_0.2.4.bb

diff --git a/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb b/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb
deleted file mode 100644
index 93f7210..0000000
--- a/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Non-validating SQL parser module"
-HOMEPAGE = "http://pypi.python.org/pypi/sqlparse"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=13ec2f893997ca1f516b55496e019a81"
-
-SRC_URI[md5sum] = "370962a307ebaaa70a28b6b0ccb53980"
-SRC_URI[sha256sum] = "678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81"
-
-export BUILD_SYS
-export HOST_SYS
-
-inherit setuptools pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python-sqlparse_0.2.4.bb b/meta-openstack/recipes-devtools/python/python-sqlparse_0.2.4.bb
new file mode 100644
index 0000000..b253af4
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-sqlparse_0.2.4.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Non-validating SQL parser module"
+HOMEPAGE = "http://pypi.python.org/pypi/sqlparse"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
+
+SRC_URI[md5sum] = "8f753105167f35ea94ae6387e8af152f"
+SRC_URI[sha256sum] = "ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec"
+
+export BUILD_SYS
+export HOST_SYS
+
+inherit setuptools pypi
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        "
+
+# RDEPENDS_default: 
+RDEPENDS_${PN} += " \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list