From 827a8269d86591fba457f91c703c9737afa158b2 Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Tue, 4 Sep 2018 17:34:19 +0800 Subject: python-sphinx:1.7.6:1.7.8 Upgrade python-sphinx from 1.7.6 to 1.7.8. Signed-off-by: Hong Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-sphinx_1.7.6.bb | 12 ------------ recipes-devtools/python/python-sphinx_1.7.8.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 recipes-devtools/python/python-sphinx_1.7.6.bb create mode 100644 recipes-devtools/python/python-sphinx_1.7.8.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-sphinx_1.7.6.bb b/recipes-devtools/python/python-sphinx_1.7.6.bb deleted file mode 100644 index 0200c9e2..00000000 --- a/recipes-devtools/python/python-sphinx_1.7.6.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Python documentation generator" -HOMEPAGE = "http://sphinx-doc.org/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=89cbefcd0a80481e8b26a9a7d25be749" - -PYPI_PACKAGE = "Sphinx" - -SRC_URI[md5sum] = "8fbd77d80c8e0966964751ab31a0204a" -SRC_URI[sha256sum] = "217ad9ece2156ed9f8af12b5d2c82a499ddf2c70a33c5f81864a08d8c67b9efc" - -inherit setuptools pypi diff --git a/recipes-devtools/python/python-sphinx_1.7.8.bb b/recipes-devtools/python/python-sphinx_1.7.8.bb new file mode 100644 index 00000000..23fa3fe4 --- /dev/null +++ b/recipes-devtools/python/python-sphinx_1.7.8.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Python documentation generator" +HOMEPAGE = "http://sphinx-doc.org/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=89cbefcd0a80481e8b26a9a7d25be749" + +PYPI_PACKAGE = "Sphinx" + +SRC_URI[md5sum] = "7dfb075d8bd6a53b652bce1e4394c6a1" +SRC_URI[sha256sum] = "a07050845cc9a2f4026a6035cc8ed795a5ce7be6528bbc82032385c10807dfe7" + +inherit setuptools pypi -- cgit v1.2.3-54-g00ecf