diff mbox series

[meta-python,3/3] python3-textparser: Upgrade 0.24.0 -> 0.26.2

Message ID 20260724153755.2259698-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-virtualenv: Upgrade 21.6.1 -> 21.7.0 | expand

Commit Message

Leon Anavi July 24, 2026, 3:37 p.m. UTC
Upgrade to release 0.26.2:

- Minor doc improvements

From release 0.26.1:

- Add readthedocs configuration
- Add py.typed marker

From release 0.26:

- Update the required python version
- Add type annotations to the module and the unit tests

Fixes:

WARNING: python3-textparser-0.26.2-r0 do_check_backend: QA Issue:
inherits setuptools3 but has pyproject.toml with
setuptools.build_meta, use the correct class [pep517-backend]

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...n3-textparser_0.24.0.bb => python3-textparser_0.26.2.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-textparser_0.24.0.bb => python3-textparser_0.26.2.bb} (59%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-textparser_0.24.0.bb b/meta-python/recipes-devtools/python/python3-textparser_0.26.2.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-textparser_0.24.0.bb
rename to meta-python/recipes-devtools/python/python3-textparser_0.26.2.bb
index 8db949d0dc..40276038a3 100644
--- a/meta-python/recipes-devtools/python/python3-textparser_0.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-textparser_0.26.2.bb
@@ -3,11 +3,13 @@  HOMEPAGE = "https://github.com/eerimoq/textparser"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fe9942a8bba5458a9dbd11277bc347ad"
 
-SRC_URI[sha256sum] = "56f708e75aa9d002adb76d823ba6ef166d7ecec1e3e4ca4c1ca103f817568335"
+SRC_URI[sha256sum] = "859825876a9c38f7c313ee1cf991a59d6b56232a9f67be6dcc0a758d84654fba"
 
 PYPI_PACKAGE = "textparser"
 
-inherit pypi setuptools3
+DEPENDS += "python3-setuptools-scm-native"
+
+inherit pypi python_setuptools_build_meta
 
 CLEANBROKEN = "1"