summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cmd2_2.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cmd2: Upgrade 2.6.1 -> 2.6.2Leon Anavi2025-06-301-23/+0
| | | | | | | | | | | | | Upgrade to release 2.6.2: - Added explicit support for free-threaded versions of Python, starting with version 3.14 - Restored code to set a parser's prog value in the with_argparser decorator. This is to preserve backward compatibility in the cmd2 2.0 family. This functionality will be removed in cmd2 3.0.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 2.6.0 -> 2.6.1Leon Anavi2025-06-091-0/+23
Upgrade to release 2.6.1: - Fixed bug that prevented cmd2 from working with from __future__ import annotations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>