diff --git a/prettytable-0.7.2.tar.gz b/prettytable-0.7.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c229b382321d64928c6588dc8e4a8533e9c5a49 Binary files /dev/null and b/prettytable-0.7.2.tar.gz differ diff --git a/prettytable-2.4.0.tar.gz b/prettytable-2.4.0.tar.gz deleted file mode 100644 index 8c2dda7d369666fbb8e382f4432757140e698d57..0000000000000000000000000000000000000000 Binary files a/prettytable-2.4.0.tar.gz and /dev/null differ diff --git a/python-prettytable.spec b/python-prettytable.spec index 1570d654ef713b4b6122abf9914f85060424ea1a..fbe4f093dd90f9b80550793fca8cd41973ac7351 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,13 +1,13 @@ Name: python-prettytable -Version: 2.4.0 -Release: 2 +Version: 0.7.2 +Release: 21 Summary: Display tabular data in a visually appealing ASCII table format. License: BSD URL: http://pypi.python.org/pypi/PrettyTable -Source0: https://files.pythonhosted.org/packages/source/p/prettytable/prettytable-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/e0/a1/36203205f77ccf98f3c6cf17cf068c972e6458d7e58509ca66da949ca347/prettytable-%{version}.tar.gz BuildArch: noarch -BuildRequires: python3-devel python3-setuptools python3-setuptools_scm +BuildRequires: python3-devel python3-setuptools %description PrettyTable is a simple Python library designed to make it quick and easy to @@ -38,27 +38,26 @@ This package is for python3. %build %{__python3} setup.py build +%check +%{__python3} prettytable_test.py + %install %{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files help %defattr(-,root,root) -%doc README.md CHANGELOG.md +%doc README CHANGELOG %files -n python3-prettytable %defattr(-,root,root) %license COPYING -%{python3_sitelib}/prettytable* +%{python3_sitelib}/prettytable.py* +%{python3_sitelib}/__pycache__/prettytable* %{python3_sitelib}/prettytable-%{version}* %changelog -* Wed Oct 26 2022 zhangruifang - 2.4.0-2 -- Rebuild for next release - -* Mon Dec 27 2021 yanglongkang -2.4.0-1 -- upadate to 2.4.0 - +* * Wed Nov 4 2020 wangjie -0.7.2-20 - Type:NA - ID:NA