merged Bruce
On Mon, Jul 23, 2018 at 5:00 AM, Hong Liu <[email protected]> wrote: > 1.Upgrade python-sphinx from 1.4.1 to 1.7.6. > > 2.Modify LIC_FILES_CHKSUM,because of delete "PYTHON SOFTWARE FOUNDATION > LICENSE VERSION 2" > > Signed-off-by: Hong Liu <[email protected]> > --- > recipes-devtools/python/python-sphinx_1.4.1.bb | 12 ------------ > recipes-devtools/python/python-sphinx_1.7.6.bb | 12 ++++++++++++ > 2 files changed, 12 insertions(+), 12 deletions(-) > delete mode 100644 recipes-devtools/python/python-sphinx_1.4.1.bb > create mode 100644 recipes-devtools/python/python-sphinx_1.7.6.bb > > diff --git a/recipes-devtools/python/python-sphinx_1.4.1.bb > b/recipes-devtools/python/python-sphinx_1.4.1.bb > deleted file mode 100644 > index 476ff97..0000000 > --- a/recipes-devtools/python/python-sphinx_1.4.1.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=72f034adc6f7b05b09bc00d1a05bb065" > - > -PYPI_PACKAGE = "Sphinx" > - > -SRC_URI[md5sum] = "4c4988e0306a04cef8dccc384281e585" > -SRC_URI[sha256sum] = > "c6871a784d24aba9270b6b28541537a57e2fcf4d7c799410eba18236bc76d6bc" > - > -inherit setuptools pypi > diff --git a/recipes-devtools/python/python-sphinx_1.7.6.bb > b/recipes-devtools/python/python-sphinx_1.7.6.bb > new file mode 100644 > index 0000000..0200c9e > --- /dev/null > +++ b/recipes-devtools/python/python-sphinx_1.7.6.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] = "8fbd77d80c8e0966964751ab31a0204a" > +SRC_URI[sha256sum] = > "217ad9ece2156ed9f8af12b5d2c82a499ddf2c70a33c5f81864a08d8c67b9efc" > + > +inherit setuptools pypi > -- > 2.7.4 > > > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
