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 <[email protected]> --- ...table_1.4.5.3.bb => python-xstatic-smart-table_1.4.13.2.bb} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename meta-openstack/recipes-devtools/python/{python-xstatic-smart-table_1.4.5.3.bb => python-xstatic-smart-table_1.4.13.2.bb} (51%) 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 similarity index 51% rename from meta-openstack/recipes-devtools/python/python-xstatic-smart-table_1.4.5.3.bb rename to 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" HOMEPAGE = "https://pypi.python.org/pypi/XStatic-smart-table" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d59aee3c8bb9698b08aaa3d8df31179e" - -PR = "r0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e057224b3cd6c78a00683d4f37a924fd" SRCNAME = "XStatic-smart-table" -SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "http://pypi.io/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "fb32bcbfb7ff05cd17ba65aae10946f9" -SRC_URI[sha256sum] = "573bdff0b1ec88dd81b7f92c1b46fda4dd1b92cde94817837d61e62c9b20a8b6" +SRC_URI[md5sum] = "21640f39d064ea292de9e8e7b33f9595" +SRC_URI[sha256sum] = "f2fa5ed37c2953253de79c61c346fa6c3c4f38731295d2240552c14298db6b0a" S = "${WORKDIR}/${SRCNAME}-${PV}" -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
