summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-30 16:58:01 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-30 22:40:19 -0500
commitdd3bff3a435059741a08453677e17946e864e4e8 (patch)
tree7cf153c992b91b77615afb42cd9357f66c07a1b1
parent200890de2bae26f139fc0ca32a8dbde5ef896de8 (diff)
downloadmeta-cloud-services-dd3bff3a435059741a08453677e17946e864e4e8.tar.gz
python-xstatic-smart-table: uprev to v1.4.13.2
Although version 1.4.5.3 is within the acceptable versions listed by python-horizon (stable/newton) there are changes related to smart-table.min.js vs smart-table.js which will cause python-horizon to error with the following exception: 'horizon/lib/angular_smart_table/smart-table.min.js' could not be found in the COMPRESS_ROOT '/usr/lib/python2.7/site-packages/static' or with staticfiles. (See commit 12c37e3af0a95cb793ad1fb7e055276da049e5ac in horizon) Upstream should probably remove 1.4.5.3 from the range of acceptable versions due to this. At any rate uprev'ing the package avoids the mismatch. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb (renamed from meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.5.3.bb)10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.5.3.bb b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb
index d3e7368..987cb8a 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.5.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.13.2.bb
@@ -2,15 +2,13 @@ DESCRIPTION = "Angular JavaScript library packaged for setuptools"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-smart-table" 2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-smart-table"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d59aee3c8bb9698b08aaa3d8df31179e" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e057224b3cd6c78a00683d4f37a924fd"
6
7PR = "r0"
8 6
9SRCNAME = "XStatic-smart-table" 7SRCNAME = "XStatic-smart-table"
10SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 8SRC_URI = "http://pypi.io/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 9
12SRC_URI[md5sum] = "fb32bcbfb7ff05cd17ba65aae10946f9" 10SRC_URI[md5sum] = "21640f39d064ea292de9e8e7b33f9595"
13SRC_URI[sha256sum] = "573bdff0b1ec88dd81b7f92c1b46fda4dd1b92cde94817837d61e62c9b20a8b6" 11SRC_URI[sha256sum] = "f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a"
14 12
15S = "${WORKDIR}/${SRCNAME}-${PV}" 13S = "${WORKDIR}/${SRCNAME}-${PV}"
16 14