diff mbox series

python3-sphinx-argparse: update 0.5.2 -> 0.6.0

Message ID 20260702-sphinx-argparse-0-6-0-v1-1-8ea69a870ea3@bootlin.com
State New
Headers show
Series python3-sphinx-argparse: update 0.5.2 -> 0.6.0 | expand

Commit Message

Antonin Godard July 2, 2026, 7 a.m. UTC
Changelog:

- Added default feature to disable ArgumentParser coloring
- Trying to fix RTD refusing to build
- Moved color-disabling into parse_parser to fix subparsers
- Unpinned ruff for CI + Cleaned up workflow files a little
- Updated license metadata
- Changed filename field to be explicit
- Fixed MyPy
- Added try-catch for autodoc mock-import

License file was renamed but its content unchanged.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 ...hon3-sphinx-argparse_0.5.2.bb => python3-sphinx-argparse_0.6.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


---
base-commit: 9780e392300549f69e11e2f3bcb9bff77b21d572
change-id: 20260702-sphinx-argparse-0-6-0-3991812feaab
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-sphinx-argparse_0.5.2.bb b/meta/recipes-devtools/python/python3-sphinx-argparse_0.6.0.bb
similarity index 64%
rename from meta/recipes-devtools/python/python3-sphinx-argparse_0.5.2.bb
rename to meta/recipes-devtools/python/python3-sphinx-argparse_0.6.0.bb
index 9299a862f7..3e672148c0 100644
--- a/meta/recipes-devtools/python/python3-sphinx-argparse_0.5.2.bb
+++ b/meta/recipes-devtools/python/python3-sphinx-argparse_0.6.0.bb
@@ -1,9 +1,9 @@ 
 SUMMARY = "A sphinx extension that automatically documents argparse commands and options"
 HOMEPAGE = "https://sphinx-argparse.readthedocs.io/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=5c1cd8f13774629fee215681e66a1056"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5c1cd8f13774629fee215681e66a1056"
 
-SRC_URI[sha256sum] = "e5352f8fa894b6fb6fda0498ba28a9f8d435971ef4bbc1a6c9c6414e7644f032"
+SRC_URI[sha256sum] = "d072bb67dd52b294375f0eedc203cb8e50d0329910dbceb6764e9386bff94e9d"
 
 PYPI_PACKAGE = "sphinx_argparse"