update version to 2.4.0
This commit is contained in:
parent
b2eed86679
commit
478a7ea7b8
Binary file not shown.
BIN
cmd2-2.4.0.tar.gz
Normal file
BIN
cmd2-2.4.0.tar.gz
Normal file
Binary file not shown.
@ -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 <wangge20@h-partners.com> - 2.4.0-1
|
||||
- Upgrade to version 2.4.0
|
||||
|
||||
* Mon Jul 26 2021 liusheng <liusheng2048@gmail.com> - 1.5.0-1
|
||||
- Upgrade to version 1.5.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user