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..873e87bc12f688e2ff475c739f54be1a00d217ea 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,14 +1,14 @@ %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 +quickly build feature-rich and user-friendly interactive command line applications in Python %package -n python3-cmd2 Summary: cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python @@ -20,38 +20,40 @@ BuildRequires: python3-pbr 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-mypy +BuildRequires: python3-flake8 +BuildRequires: python3-sphinx BuildRequires: python3-pytest-mock +BuildRequires: python3-pytest-cov +BuildRequires: python3-pytest +BuildRequires: python3-invoke +BuildRequires: python3-wcwidth +BuildRequires: python3-pyperclip +BuildRequires: python3-attrs BuildRequires: python3-setuptools_scm # 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-mypy +Requires: python3-flake8 Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-invoke +Requires: python3-sphinx Requires: python3-pytest-mock +Requires: python3-mypy +Requires: python3-wcwidth +Requires: python3-pyperclip +Requires: python3-attrs %description -n python3-cmd2 -cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python +quickly build feature-rich and user-friendly interactive command line applications in Python %package help Summary: cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python Provides: python3-cmd2-doc %description help -cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python +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 @@ -85,15 +87,16 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . - %files -n python3-cmd2 -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Jul 26 2022 renliang16 - 2.4.0-1 +- Upgrade package python3-cmd2 to version 2.4.0 + * Mon Jul 26 2021 liusheng - 1.5.0-1 - Upgrade to version 1.5.0