Revert "Upgrade version to 2.0.0"
This reverts commit 7a4874a8ea27e007c65084f94a000f41e0f7e43a.
This commit is contained in:
parent
47110ff880
commit
bdca6040b7
BIN
prettytable-0.7.2.tar.gz
Normal file
BIN
prettytable-0.7.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,16 +1,13 @@
|
||||
%global srcname prettytable
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Name: python-prettytable
|
||||
Version: 0.7.2
|
||||
Release: 20
|
||||
Summary: Display tabular data in a visually appealing ASCII table format.
|
||||
License: BSD
|
||||
URL: http://pypi.python.org/pypi/PrettyTable
|
||||
Source0: %{pypi_source}
|
||||
Source0: https://files.pythonhosted.org/packages/e0/a1/36203205f77ccf98f3c6cf17cf068c972e6458d7e58509ca66da949ca347/prettytable-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm python3-pytest python3-py python3-wcwidth
|
||||
|
||||
%description
|
||||
PrettyTable is a simple Python library designed to make it quick and easy to
|
||||
@ -42,24 +39,24 @@ This package is for python3.
|
||||
%{__python3} setup.py build
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
%{__python3} prettytable_test.py
|
||||
|
||||
|
||||
%install
|
||||
%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%doc README CHANGELOG
|
||||
|
||||
%files -n python3-prettytable
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{python3_sitelib}/*
|
||||
%{python3_sitelib}/prettytable.py*
|
||||
%{python3_sitelib}/__pycache__/prettytable*
|
||||
%{python3_sitelib}/prettytable-%{version}*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 2 2021 shangyibin <shangyibin1@huawei.com> - 2.0.0-1
|
||||
- Upgrade tp version 2.0.0
|
||||
|
||||
* Wed Nov 4 2020 wangjie<wangjie294@huawei.com> -0.7.2-20
|
||||
- Type:NA
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user