* [PATCH 0/5] python3-sphinxcontrib-*
@ 2023-11-22 16:37 Tim Orling
2023-11-22 16:37 ` [PATCH 1/5] python3-sphinxcontrib-applehelp: 1.0.4 -> 1.0.7 Tim Orling
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Tim Orling @ 2023-11-22 16:37 UTC (permalink / raw)
To: openembedded-core
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%)
--
2.34.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/5] python3-sphinxcontrib-applehelp: 1.0.4 -> 1.0.7
2023-11-22 16:37 [PATCH 0/5] python3-sphinxcontrib-* Tim Orling
@ 2023-11-22 16:37 ` Tim Orling
2023-11-22 16:37 ` [PATCH 2/5] python3-sphinxcontrib-devhelp: 1.0.2 -> 1.0.5 Tim Orling
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Tim Orling @ 2023-11-22 16:37 UTC (permalink / raw)
To: openembedded-core
* Upstream changed download file name from sphinxcontrib-applelhelp* to
sphinxcontrib_applehelp*
* build-backend is now flit (inherit python_flit_core)
Release 1.0.7 (2023-08-14)
==========================
* Use ``os.PathLike`` over ``pathlib.Path``
Release 1.0.6 (2023-08-09)
==========================
* Fix tests for Sphinx 7.1 and below
Release 1.0.5 (2023-08-07)
==========================
* Drop support for Python 3.8
* Raise minimum required Sphinx version to 5.0
https://github.com/sphinx-doc/sphinxcontrib-applehelp/compare/1.0.4...1.0.7
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
...p_1.0.4.bb => python3-sphinxcontrib-applehelp_1.0.7.bb} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-sphinxcontrib-applehelp_1.0.4.bb => python3-sphinxcontrib-applehelp_1.0.7.bb} (52%)
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb
similarity index 52%
rename from meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb
rename to meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb
index e352601466d..ec3670641db 100644
--- a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb
+++ b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.7.bb
@@ -3,8 +3,11 @@ HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5"
-SRC_URI[sha256sum] = "828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e"
+SRC_URI[sha256sum] = "39fdc8d762d33b01a7d8f026a3b7d71563ea3b72787d5f00ad8465bd9d6dfbfa"
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
+
+PYPI_ARCHIVE_NAME = "sphinxcontrib_applehelp-${PV}.${PYPI_PACKAGE_EXT}"
+S = "${WORKDIR}/sphinxcontrib_applehelp-${PV}"
BBCLASSEXTEND = "native nativesdk"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/5] python3-sphinxcontrib-devhelp: 1.0.2 -> 1.0.5
2023-11-22 16:37 [PATCH 0/5] python3-sphinxcontrib-* Tim Orling
2023-11-22 16:37 ` [PATCH 1/5] python3-sphinxcontrib-applehelp: 1.0.4 -> 1.0.7 Tim Orling
@ 2023-11-22 16:37 ` Tim Orling
2023-11-22 16:37 ` [PATCH 3/5] python3-sphinxcontrib-htmlhelp: 2.0.1 -> 2.0.4 Tim Orling
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Tim Orling @ 2023-11-22 16:37 UTC (permalink / raw)
To: openembedded-core
* Upstream download filename changed from sphinxcontrib-devhelp*
to sphinxcontrib_devhelp*
* build-backend is now flit (inherit python_flit_core)
Release 1.0.5 (2023-08-14)
==========================
* Use ``os.PathLike`` over ``pathlib.Path``
Release 1.0.4 (2023-08-09)
==========================
* Fix tests for Sphinx 7.1 and below
Release 1.0.3 (2023-08-07)
=========================
* Drop support for Python 3.5, 3.6, 3.7, and 3.8
* Raise minimum required Sphinx version to 5.0
https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.2...1.0.5
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
...elp_1.0.2.bb => python3-sphinxcontrib-devhelp_1.0.5.bb} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-sphinxcontrib-devhelp_1.0.2.bb => python3-sphinxcontrib-devhelp_1.0.5.bb} (56%)
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb
similarity index 56%
rename from meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb
rename to meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb
index 0d034366e7a..47934bd6f53 100644
--- a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb
+++ b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.5.bb
@@ -3,10 +3,13 @@ HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93"
-SRC_URI[sha256sum] = "ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"
+SRC_URI[sha256sum] = "63b41e0d38207ca40ebbeabcf4d8e51f76c03e78cd61abe118cf4435c73d4212"
PYPI_PACKAGE = "sphinxcontrib-devhelp"
-inherit pypi setuptools3
+inherit pypi python_flit_core
+
+PYPI_ARCHIVE_NAME = "sphinxcontrib_devhelp-${PV}.${PYPI_PACKAGE_EXT}"
+S = "${WORKDIR}/sphinxcontrib_devhelp-${PV}"
BBCLASSEXTEND = "native nativesdk"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/5] python3-sphinxcontrib-htmlhelp: 2.0.1 -> 2.0.4
2023-11-22 16:37 [PATCH 0/5] python3-sphinxcontrib-* Tim Orling
2023-11-22 16:37 ` [PATCH 1/5] python3-sphinxcontrib-applehelp: 1.0.4 -> 1.0.7 Tim Orling
2023-11-22 16:37 ` [PATCH 2/5] python3-sphinxcontrib-devhelp: 1.0.2 -> 1.0.5 Tim Orling
@ 2023-11-22 16:37 ` Tim Orling
2023-11-22 16:37 ` [PATCH 4/5] python3-sphinxcontrib-qthelp: 1.0.3 -> 1.0.6 Tim Orling
2023-11-22 16:37 ` [PATCH 5/5] python3-sphinxcontrib-serializinghtml: 1.1.5 -> 1.1.9 Tim Orling
4 siblings, 0 replies; 6+ messages in thread
From: Tim Orling @ 2023-11-22 16:37 UTC (permalink / raw)
To: openembedded-core
* Upstream download filename changed from sphinxcontrib-htmlhelp*
to sphinxcontrib_htmlhelp*
* build-backend is now flit (inherit python_flit_core)
Release 2.0.4 (2023-08-14)
==========================
* Use ``os.PathLike`` over ``pathlib.Path``
Release 2.0.3 (2023-08-09)
==========================
* Fix tests for Sphinx 7.1 and below
Release 2.0.2 (2023-08-07)
==========================
* Drop support for Python 3.8
* Raise minimum required Sphinx version to 5.0
https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.1...2.0.4
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
...lp_2.0.1.bb => python3-sphinxcontrib-htmlhelp_2.0.4.bb} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-sphinxcontrib-htmlhelp_2.0.1.bb => python3-sphinxcontrib-htmlhelp_2.0.4.bb} (56%)
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb
similarity index 56%
rename from meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb
rename to meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb
index bf034fb6849..a0a4b4496f2 100644
--- a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb
+++ b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.4.bb
@@ -3,10 +3,13 @@ HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886"
-SRC_URI[sha256sum] = "0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff"
+SRC_URI[sha256sum] = "6c26a118a05b76000738429b724a0568dbde5b72391a688577da08f11891092a"
PYPI_PACKAGE = "sphinxcontrib-htmlhelp"
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
+
+PYPI_ARCHIVE_NAME = "sphinxcontrib_htmlhelp-${PV}.${PYPI_PACKAGE_EXT}"
+S = "${WORKDIR}/sphinxcontrib_htmlhelp-${PV}"
BBCLASSEXTEND = "native nativesdk"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/5] python3-sphinxcontrib-qthelp: 1.0.3 -> 1.0.6
2023-11-22 16:37 [PATCH 0/5] python3-sphinxcontrib-* Tim Orling
` (2 preceding siblings ...)
2023-11-22 16:37 ` [PATCH 3/5] python3-sphinxcontrib-htmlhelp: 2.0.1 -> 2.0.4 Tim Orling
@ 2023-11-22 16:37 ` Tim Orling
2023-11-22 16:37 ` [PATCH 5/5] python3-sphinxcontrib-serializinghtml: 1.1.5 -> 1.1.9 Tim Orling
4 siblings, 0 replies; 6+ messages in thread
From: Tim Orling @ 2023-11-22 16:37 UTC (permalink / raw)
To: openembedded-core
* Upstream download filename changed from sphinxcontrib-qthelp*
to sphinxcontrib_qthelp*
* build-backend changed to flit (inherit python_flit_core)
Release 1.0.6 (2023-08-14)
==========================
* Use ``os.PathLike`` over ``pathlib.Path``
Release 1.0.5 (2023-08-09)
==========================
* Fix tests for Sphinx 7.1 and below
Release 1.0.4 (2023-08-07)
==========================
* Drop support for Python 3.5, 3.6, 3.7, and 3.8
* Raise minimum required Sphinx version to 5.0
https://github.com/sphinx-doc/sphinxcontrib-qthelp/compare/1.0.3...1.0.6
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
...help_1.0.3.bb => python3-sphinxcontrib-qthelp_1.0.6.bb} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-sphinxcontrib-qthelp_1.0.3.bb => python3-sphinxcontrib-qthelp_1.0.6.bb} (54%)
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb
similarity index 54%
rename from meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb
rename to meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb
index 41d2b6187b7..3538b063d6c 100644
--- a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb
+++ b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.6.bb
@@ -3,10 +3,13 @@ HOMEPAGE = "http://babel.edgewall.org/"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb"
-SRC_URI[sha256sum] = "4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"
+SRC_URI[sha256sum] = "62b9d1a186ab7f5ee3356d906f648cacb7a6bdb94d201ee7adf26db55092982d"
PYPI_PACKAGE = "sphinxcontrib-qthelp"
-inherit pypi setuptools3
+inherit pypi python_flit_core
+
+PYPI_ARCHIVE_NAME = "sphinxcontrib_qthelp-${PV}.${PYPI_PACKAGE_EXT}"
+S = "${WORKDIR}/sphinxcontrib_qthelp-${PV}"
BBCLASSEXTEND = "native nativesdk"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 5/5] python3-sphinxcontrib-serializinghtml: 1.1.5 -> 1.1.9
2023-11-22 16:37 [PATCH 0/5] python3-sphinxcontrib-* Tim Orling
` (3 preceding siblings ...)
2023-11-22 16:37 ` [PATCH 4/5] python3-sphinxcontrib-qthelp: 1.0.3 -> 1.0.6 Tim Orling
@ 2023-11-22 16:37 ` Tim Orling
4 siblings, 0 replies; 6+ messages in thread
From: Tim Orling @ 2023-11-22 16:37 UTC (permalink / raw)
To: openembedded-core
* Upstream download filename changed from sphinxcontrib-serializinghtml*
to sphinxcontrib_serializinghtml*
* build-backend is now flit (inherit python_flit_core)
Release 1.1.9 (2023-08-20)
==========================
* Serialise context["script_files"] and context["css_files"] as their filenames
on Sphinx 7.2.0.
Release 1.1.8 (2023-08-14)
==========================
* Use ``os.PathLike`` over ``pathlib.Path``
Release 1.1.7 (2023-08-09)
==========================
* Fix tests for Sphinx 7.1 and below
Release 1.1.6 (2023-08-07)
==========================
* Drop support for Python 3.5, 3.6, 3.7, and 3.8
* Raise minimum required Sphinx version to 5.0
https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/compare/1.1.5...1.1.9
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
...5.bb => python3-sphinxcontrib-serializinghtml_1.1.9.bb} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-sphinxcontrib-serializinghtml_1.1.5.bb => python3-sphinxcontrib-serializinghtml_1.1.9.bb} (57%)
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb
similarity index 57%
rename from meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb
rename to meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb
index 7fa6d8aeb7a..fbf0c3c9b28 100644
--- a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb
+++ b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.9.bb
@@ -3,10 +3,13 @@ HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6"
-SRC_URI[sha256sum] = "aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"
+SRC_URI[sha256sum] = "0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54"
PYPI_PACKAGE = "sphinxcontrib-serializinghtml"
-inherit pypi setuptools3
+inherit pypi python_flit_core
+
+PYPI_ARCHIVE_NAME = "sphinxcontrib_serializinghtml-${PV}.${PYPI_PACKAGE_EXT}"
+S = "${WORKDIR}/sphinxcontrib_serializinghtml-${PV}"
BBCLASSEXTEND = "native nativesdk"
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-11-22 16:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 16:37 [PATCH 0/5] python3-sphinxcontrib-* Tim Orling
2023-11-22 16:37 ` [PATCH 1/5] python3-sphinxcontrib-applehelp: 1.0.4 -> 1.0.7 Tim Orling
2023-11-22 16:37 ` [PATCH 2/5] python3-sphinxcontrib-devhelp: 1.0.2 -> 1.0.5 Tim Orling
2023-11-22 16:37 ` [PATCH 3/5] python3-sphinxcontrib-htmlhelp: 2.0.1 -> 2.0.4 Tim Orling
2023-11-22 16:37 ` [PATCH 4/5] python3-sphinxcontrib-qthelp: 1.0.3 -> 1.0.6 Tim Orling
2023-11-22 16:37 ` [PATCH 5/5] python3-sphinxcontrib-serializinghtml: 1.1.5 -> 1.1.9 Tim Orling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox