!1 python-prettytable:sync community
Merge pull request !1 from hanxinke/test_hxk
This commit is contained in:
commit
1aa4f16049
@ -1,12 +0,0 @@
|
|||||||
diff -Naur -Naru prettytable-0.7.2.orig/prettytable_test.py prettytable-0.7.2/prettytable_test.py
|
|
||||||
--- prettytable-0.7.2.orig/prettytable_test.py 2013-04-06 23:43:12.000000000 +0000
|
|
||||||
+++ prettytable-0.7.2/prettytable_test.py 2014-01-07 18:49:26.017977139 +0000
|
|
||||||
@@ -582,7 +582,7 @@
|
|
||||||
|
|
||||||
def testPrint(self):
|
|
||||||
print()
|
|
||||||
- print(self.x)
|
|
||||||
+ #print(self.x)
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
unittest.main()
|
|
||||||
@ -1,11 +1,10 @@
|
|||||||
Name: python-prettytable
|
Name: python-prettytable
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 16
|
Release: 17
|
||||||
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: http://pypi.python.org/packages/source/P/PrettyTable/prettytable-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/P/PrettyTable/prettytable-%{version}.tar.gz
|
||||||
Patch0: disable-encoding-check.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
@ -52,7 +51,7 @@ a row range.
|
|||||||
This package is for python3.
|
This package is for python3.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n prettytable-%{version} -p1
|
%autosetup -n prettytable-%{version}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
|
|
||||||
@ -104,5 +103,11 @@ popd
|
|||||||
%{python3_sitelib}/prettytable-%{version}*
|
%{python3_sitelib}/prettytable-%{version}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 9 2020 hanxinke<hanxinke@huawei.com> - 0.7.2-17
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:sync community
|
||||||
|
|
||||||
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.7.2-16
|
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.7.2-16
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user