From bb6241fcdc62b7af0f87364a5e8808f94a21ab5b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 12 Aug 2024 20:30:07 -0700 Subject: python3-alabaster: upgrade 0.7.16 -> 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://alabaster.readthedocs.io/en/latest/changelog.html 1.0.0 – 2024-07-26 * Dropped support for Python 3.9 and earlier. * Dropped support for Sphinx 6.1 and earlier. * Use a new SVG image for the GitHub banner. * #217 Use the new searchfield component for the search box. Patch by Tim Hoffmann. * #104 Allow translating strings in relations.html. * #125 Do not underline linked images. Patch by Joshua Bronson. * #169 Do not ignore the Pygments background colour. Patch by Matthias Geier. * #174 Fix clipping caused by incorrect CSS breakpoints. (From OE-Core rev: 0a23a085ed83994a606a13ada8992ad9c4b935f6) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-alabaster_0.7.16.bb | 12 ------------ meta/recipes-devtools/python/python3-alabaster_1.0.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-alabaster_0.7.16.bb create mode 100644 meta/recipes-devtools/python/python3-alabaster_1.0.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb b/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb deleted file mode 100644 index c61fce454f..0000000000 --- a/meta/recipes-devtools/python/python3-alabaster_0.7.16.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system." -HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/" -BUGTRACKER = "https://github.com/sphinx-doc/alabaster/issues" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=21860fdb805bf4e0bfaf94b566b747fa" - -SRC_URI[sha256sum] = "75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65" - -inherit python_flit_core pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-alabaster_1.0.0.bb b/meta/recipes-devtools/python/python3-alabaster_1.0.0.bb new file mode 100644 index 0000000000..40be6039eb --- /dev/null +++ b/meta/recipes-devtools/python/python3-alabaster_1.0.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system." +HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/" +BUGTRACKER = "https://github.com/sphinx-doc/alabaster/issues" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=21860fdb805bf4e0bfaf94b566b747fa" + +SRC_URI[sha256sum] = "c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e" + +inherit python_flit_core pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf