diff mbox series

[meta-python,2/5] python3-cmd2: Upgrade 2.4.3 -> 2.5.7

Message ID 20241127112617.789120-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-pydantic: Upgrade 2.9.2 -> 2.10.2 | expand

Commit Message

Leon Anavi Nov. 27, 2024, 11:26 a.m. UTC
Upgrade to version 2.5.7:

- Fixed issue where argument parsers for overridden commands were
  not being created.
- Fixed issue where Cmd.ppaged() was not writing to the passed in
  destination.

License-Update: Updated copyright year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-cmd2_2.4.3.bb => python3-cmd2_2.5.7.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cmd2_2.4.3.bb => python3-cmd2_2.5.7.bb} (65%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.4.3.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-cmd2_2.4.3.bb
rename to meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb
index 3d37e8b3c7..b764fd7524 100644
--- a/meta-python/recipes-devtools/python/python3-cmd2_2.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-cmd2_2.5.7.bb
@@ -1,13 +1,13 @@ 
 SUMMARY = "Extra features for standard library's cmd module"
 HOMEPAGE = "https://github.com/python-cmd2/cmd2"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fad7740aa21780c8b9a214f5b320b4ad"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=01d2b71040983a2abc614fc4d0284771"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-SRC_URI[sha256sum] = "71873c11f72bd19e2b1db578214716f0d4f7c8fa250093c601265a9a717dee52"
+SRC_URI[sha256sum] = "0219e2bb75075fa16deffb88edf86efdd2a87439d1fa7b94fdea4b929a3dc914"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta python3native
 
 RDEPENDS:${PN} += "\
     python3-attrs \