Update package cmd2 of version 2.4.0
This commit is contained in:
parent
b2eed86679
commit
a2fdaa9afb
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,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 <renliang@uniontech.com> - 2.4.0-1
|
||||
- Upgrade package python3-cmd2 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