diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-08-07 11:43:29 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-08 14:28:49 +0100 |
| commit | 3854ee74156f2061b2b9b6c02fd53258b0a72fdf (patch) | |
| tree | 48f272a06a993d3349fd93a96cf8e928fdff9a63 /meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb | |
| parent | b8b2c103537f6175e35f15b24b75fa5d0c5fbbaf (diff) | |
| download | poky-3854ee74156f2061b2b9b6c02fd53258b0a72fdf.tar.gz | |
python3-sphinxcontrib-devhelp: upgrade 1.0.6 -> 2.0.0
License-Update: Rename LICENSE to LICENCE.rst
Changelog (https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst):
Release 2.0.0 (2024-07-28)
- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
- Avoid storing build time in gzip headers
(From OE-Core rev: cacadc88ace0ae9fb89240493e73fa90cc87fdab)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb new file mode 100644 index 0000000000..9f53973708 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." | ||
| 2 | HOMEPAGE = "https://www.sphinx-doc.org" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=fd30d9972a142c857a80c9f312e92b93" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "sphinxcontrib_devhelp" | ||
| 9 | |||
| 10 | inherit pypi python_flit_core | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
