diff --git a/cmd2-1.5.0.tar.gz b/cmd2-1.5.0.tar.gz deleted file mode 100644 index 843c489775e5162c5fb311abfb2fc3f6f6168c3f..0000000000000000000000000000000000000000 Binary files a/cmd2-1.5.0.tar.gz and /dev/null differ diff --git a/cmd2-2.4.0.tar.gz b/cmd2-2.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..449c4fe14a61b8a8fc3a9847a2bcfe1c2521c71f Binary files /dev/null and b/cmd2-2.4.0.tar.gz differ diff --git a/python-cmd2.spec b/python-cmd2.spec index abc7610cc8f3ca9eb982b6e601101de7604f2435..1ed5529e0655e98b970ac42e88ca1bfcb6b963fa 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cmd2 -Version: 1.5.0 +Version: 2.4.0 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/00/65/f580d23070a3f4eadaece9e4edcea002bc7fed639debc63c7b81a42fbe7f/cmd2-1.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/7b/d9/87486a680f7961105ca5f49d0701187447ec6620538f512bc3942e976e6f/cmd2-2.4.0.tar.gz BuildArch: noarch %description cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python @@ -21,26 +21,28 @@ BuildRequires: python3-pip BuildRequires: python3-wheel # General requires BuildRequires: python3-attrs -BuildRequires: python3-colorama BuildRequires: python3-pyperclip BuildRequires: python3-wcwidth BuildRequires: python3-pytest -BuildRequires: python3-coverage -BuildRequires: python3-codecov BuildRequires: python3-pytest-cov BuildRequires: python3-pytest-mock BuildRequires: python3-setuptools_scm +BuildRequires: python3-mypy +BuildRequires: python3-flake8 +BuildRequires: python3-sphinx +BuildRequires: python3-invoke # General requires -Requires: python3-setuptools_scm Requires: python3-attrs -Requires: python3-colorama Requires: python3-pyperclip Requires: python3-wcwidth Requires: python3-pytest -Requires: python3-coverage -Requires: python3-codecov Requires: python3-pytest-cov Requires: python3-pytest-mock +Requires: python3-mypy +Requires: python3-flake8 +Requires: python3-invoke +Requires: python3-sphinx + %description -n python3-cmd2 cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python @@ -51,7 +53,7 @@ Provides: python3-cmd2-doc cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python %prep -%autosetup -n cmd2-1.5.0 +%autosetup -n cmd2-%{version} %build %py3_build @@ -94,6 +96,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 18 2022 Ge Wang - 2.4.0-1 +- Upgrade to version 2.4.0 + * Mon Jul 26 2021 liusheng - 1.5.0-1 - Upgrade to version 1.5.0