From 69585b5d71226c8fd3fcd28bc1d96b8dc067ac71 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Fri, 15 Nov 2024 11:07:10 +0100 Subject: [PATCH] python/cmd2: update to 2.5.6 --- components/python/cmd2/.gitignore | 2 +- components/python/cmd2/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/python/cmd2/.gitignore b/components/python/cmd2/.gitignore index 9d8c05a91d..4f29dd47f9 100644 --- a/components/python/cmd2/.gitignore +++ b/components/python/cmd2/.gitignore @@ -1 +1 @@ -/cmd2-2.5.4/ +/cmd2-2.5.6/ diff --git a/components/python/cmd2/Makefile b/components/python/cmd2/Makefile index 59e6adaa4c..5cdd6d0585 100644 --- a/components/python/cmd2/Makefile +++ b/components/python/cmd2/Makefile @@ -19,10 +19,10 @@ BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = cmd2 -HUMAN_VERSION = 2.5.4 +HUMAN_VERSION = 2.5.6 COMPONENT_SUMMARY = cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python COMPONENT_ARCHIVE_HASH = \ - sha256:405016f6cee5d4155534a39c8089ebedcfffbb3e24c37150a2b61df32ec90122 + sha256:ab0ff178784ca087d886081b2ca384724c90b9b25eb982c57c6925ca17479f52 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE -- 2.11.4.GIT