summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2015-08-03 17:58:00 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-05 22:34:54 -0400
commit48671c3e8c324f4a5fd6a1e7b396d2f05080ed1c (patch)
tree3fe90cfa1f46f3d4a9ebb002d302aa937462e4ac
parent13a8ca539f8f5b0fd702696f3b15fc24f64aae89 (diff)
python-sphinx: upgrade 1.2b1 -> 1.3.1
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-devtools/python/python-sphinx_1.3.1.bb (renamed from recipes-devtools/python/python-sphinx_1.2b1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/python-sphinx_1.2b1.bb b/recipes-devtools/python/python-sphinx_1.3.1.bb
index acdba56..fe8ad94 100644
--- a/recipes-devtools/python/python-sphinx_1.2b1.bb
+++ b/recipes-devtools/python/python-sphinx_1.3.1.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Python documentation generator"
HOMEPAGE = "http://sphinx-doc.org/"
SECTION = "devel/python"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=da9cf9fa4e0d0076dd4d116777ad401e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6dd095eaa1e7a662b279daf80ecad7e6"
PR = "r0"
SRCNAME = "Sphinx"
SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[md5sum] = "67bea6df63be8e2a76ebedc76d8f71a3"
-SRC_URI[sha256sum] = "16102b69e939d9ee60b05d694a804a83e3ce047c283f6b981a83573a75ea718d"
+SRC_URI[md5sum] = "8786a194acf9673464c5455b11fd4332"
+SRC_URI[sha256sum] = "1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114"
S = "${WORKDIR}/${SRCNAME}-${PV}"