diff --git a/cmd2-2.4.0.tar.gz b/cmd2-2.4.0.tar.gz deleted file mode 100644 index 449c4fe14a61b8a8fc3a9847a2bcfe1c2521c71f..0000000000000000000000000000000000000000 Binary files a/cmd2-2.4.0.tar.gz and /dev/null differ diff --git a/cmd2-2.4.2.tar.gz b/cmd2-2.4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..75de37c138543ac857f055c03b2e04a86adff6e6 Binary files /dev/null and b/cmd2-2.4.2.tar.gz differ diff --git a/python-cmd2.spec b/python-cmd2.spec index 873e87bc12f688e2ff475c739f54be1a00d217ea..11a71e21bddbfc839faf7f21bbd38d3376067fef 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cmd2 -Version: 2.4.0 +Version: 2.4.2 Release: 1 Summary: cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python License: MIT URL: https://github.com/python-cmd2/cmd2 -Source0: https://files.pythonhosted.org/packages/7b/d9/87486a680f7961105ca5f49d0701187447ec6620538f512bc3942e976e6f/cmd2-2.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/39/a0/830934f19f07e77c7d332fd5b41358611afc8d33d8cea78259b9a5d7f8ef/cmd2-2.4.2.tar.gz BuildArch: noarch %description quickly build feature-rich and user-friendly interactive command line applications in Python @@ -94,6 +94,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 11 2024 wangjing - 2.4.2-1 +- update package of version 2.4.2 +- Updated argparse decorator to remove annotations when the docstring is used for a command's help text. +- Updated unit test to be Python 3.11 compliant. + * Tue Jul 26 2022 renliang16 - 2.4.0-1 - Upgrade package python3-cmd2 to version 2.4.0