commit
f616723ef0
Binary file not shown.
BIN
prettytable-2.4.0.tar.gz
Normal file
BIN
prettytable-2.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
Name: python-prettytable
|
Name: python-prettytable
|
||||||
Version: 0.7.2
|
Version: 2.4.0
|
||||||
Release: 20
|
Release: 1
|
||||||
Summary: Display tabular data in a visually appealing ASCII table format.
|
Summary: Display tabular data in a visually appealing ASCII table format.
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://pypi.python.org/pypi/PrettyTable
|
URL: http://pypi.python.org/pypi/PrettyTable
|
||||||
Source0: https://files.pythonhosted.org/packages/e0/a1/36203205f77ccf98f3c6cf17cf068c972e6458d7e58509ca66da949ca347/prettytable-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/prettytable/prettytable-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PrettyTable is a simple Python library designed to make it quick and easy to
|
PrettyTable is a simple Python library designed to make it quick and easy to
|
||||||
@ -38,25 +38,24 @@ This package is for python3.
|
|||||||
%build
|
%build
|
||||||
%{__python3} setup.py build
|
%{__python3} setup.py build
|
||||||
|
|
||||||
%check
|
|
||||||
%{__python3} prettytable_test.py
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README CHANGELOG
|
%doc README.md CHANGELOG.md
|
||||||
|
|
||||||
%files -n python3-prettytable
|
%files -n python3-prettytable
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python3_sitelib}/prettytable.py*
|
%{python3_sitelib}/prettytable*
|
||||||
%{python3_sitelib}/__pycache__/prettytable*
|
|
||||||
%{python3_sitelib}/prettytable-%{version}*
|
%{python3_sitelib}/prettytable-%{version}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 yanglongkang <yanglongkang@huawei.com> -2.4.0-1
|
||||||
|
- upadate to 2.4.0
|
||||||
|
|
||||||
* Wed Nov 4 2020 wangjie<wangjie294@huawei.com> -0.7.2-20
|
* Wed Nov 4 2020 wangjie<wangjie294@huawei.com> -0.7.2-20
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user