From dd47dbea25e562aaa55a4593c269ddf5c29e53fa Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 14 Apr 2021 18:14:34 +0300 Subject: python3-sphinx: Upgrade 3.4.3 -> 3.5.4 Upgrade to release 3.5.4: - Restrict docutils to 0.16 - autodoc: Async staticmethods and classmethods are considered as non async coroutine-functions with Python3.10 - html theme: The style are not applied with docutils-0.17 Signed-off-by: Leon Anavi Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-sphinx_3.4.3.bb | 11 ----------- recipes-devtools/python/python3-sphinx_3.5.4.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 recipes-devtools/python/python3-sphinx_3.4.3.bb create mode 100644 recipes-devtools/python/python3-sphinx_3.5.4.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python3-sphinx_3.4.3.bb b/recipes-devtools/python/python3-sphinx_3.4.3.bb deleted file mode 100644 index 76b0cdbe..00000000 --- a/recipes-devtools/python/python3-sphinx_3.4.3.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Python documentation generator" -HOMEPAGE = "http://sphinx-doc.org/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" - -PYPI_PACKAGE = "Sphinx" - -SRC_URI[md5sum] = "80c5176104fe0cfbd1a8430b6da308b4" -SRC_URI[sha256sum] = "41cad293f954f7d37f803d97eb184158cfd90f51195131e94875bc07cd08b93c" -inherit setuptools3 pypi diff --git a/recipes-devtools/python/python3-sphinx_3.5.4.bb b/recipes-devtools/python/python3-sphinx_3.5.4.bb new file mode 100644 index 00000000..3f541c7a --- /dev/null +++ b/recipes-devtools/python/python3-sphinx_3.5.4.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Python documentation generator" +HOMEPAGE = "http://sphinx-doc.org/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" + +PYPI_PACKAGE = "Sphinx" + +SRC_URI[sha256sum] = "19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf