mbox

[0/5] python3-sphinxcontrib-*

Message ID cover.1700670471.git.tim.orling@konsulko.com
State Not Applicable, archived
Headers show

Pull-request

https://git.yoctoproject.org/poky-contrib timo/sphinxcontrib-help

Message

Tim Orling Nov. 22, 2023, 4:37 p.m. UTC
Most of our python3-sphinxcontrib-* recipes have been upgraded (excluding
python3-sphinxcontrib-jsmath which remains at 1.0.1 as the latest release).

In this series:
* Python 3.9 is now the minimum supported version in pyproject.toml
* the download filenames have all changed from sphinxcontrib-*
  to sphinxcontrib_*.
* the build-backend has changed to flit (inherit python_flit_core)

Tested by building target, native and nativesdk versions for qemux86-64

The following changes since commit 4bc0346d8c4211bf03a283ed1cde5b779dbfd3b4:

  python3-poetry-core: upgrade 1.7.0 -> 1.8.1 (2023-11-22 14:08:48 +0000)

are available in the Git repository at:

  https://git.yoctoproject.org/poky-contrib timo/sphinxcontrib-help
  https://git.yoctoproject.org/poky-contrib/log/?h=timo/sphinxcontrib-help

Tim Orling (5):
  python3-sphinxcontrib-applehelp: 1.0.4 -> 1.0.7
  python3-sphinxcontrib-devhelp: 1.0.2 -> 1.0.5
  python3-sphinxcontrib-htmlhelp: 2.0.1 -> 2.0.4
  python3-sphinxcontrib-qthelp: 1.0.3 -> 1.0.6
  python3-sphinxcontrib-serializinghtml: 1.1.5 -> 1.1.9

 ...p_1.0.4.bb => python3-sphinxcontrib-applehelp_1.0.7.bb} | 7 +++++--
 ...elp_1.0.2.bb => python3-sphinxcontrib-devhelp_1.0.5.bb} | 7 +++++--
 ...lp_2.0.1.bb => python3-sphinxcontrib-htmlhelp_2.0.4.bb} | 7 +++++--
 ...help_1.0.3.bb => python3-sphinxcontrib-qthelp_1.0.6.bb} | 7 +++++--
 ...5.bb => python3-sphinxcontrib-serializinghtml_1.1.9.bb} | 7 +++++--
 5 files changed, 25 insertions(+), 10 deletions(-)
 rename meta/recipes-devtools/python/{python3-sphinxcontrib-applehelp_1.0.4.bb => python3-sphinxcontrib-applehelp_1.0.7.bb} (52%)
 rename meta/recipes-devtools/python/{python3-sphinxcontrib-devhelp_1.0.2.bb => python3-sphinxcontrib-devhelp_1.0.5.bb} (56%)
 rename meta/recipes-devtools/python/{python3-sphinxcontrib-htmlhelp_2.0.1.bb => python3-sphinxcontrib-htmlhelp_2.0.4.bb} (56%)
 rename meta/recipes-devtools/python/{python3-sphinxcontrib-qthelp_1.0.3.bb => python3-sphinxcontrib-qthelp_1.0.6.bb} (54%)
 rename meta/recipes-devtools/python/{python3-sphinxcontrib-serializinghtml_1.1.5.bb => python3-sphinxcontrib-serializinghtml_1.1.9.bb} (57%)