diff --git a/disable-encoding-check.patch b/disable-encoding-check.patch deleted file mode 100644 index 581c8f5f76b1cf62d7a835c28ea4979be4f54788..0000000000000000000000000000000000000000 --- a/disable-encoding-check.patch +++ /dev/null @@ -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() diff --git a/python-prettytable.spec b/python-prettytable.spec index e78eafce56a1daa6689ec2820b9958d47d968cc0..990ab3bbd56dc7a4a8c57418308794ca5e929089 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,11 +1,10 @@ Name: python-prettytable Version: 0.7.2 -Release: 16 +Release: 17 Summary: Display tabular data in a visually appealing ASCII table format. License: BSD URL: http://pypi.python.org/pypi/PrettyTable Source0: http://pypi.python.org/packages/source/P/PrettyTable/prettytable-%{version}.tar.gz -Patch0: disable-encoding-check.patch BuildArch: noarch %if 0%{?with_python2} @@ -52,7 +51,7 @@ a row range. This package is for python3. %prep -%autosetup -n prettytable-%{version} -p1 +%autosetup -n prettytable-%{version} rm -rf %{py3dir} cp -a . %{py3dir} @@ -104,5 +103,11 @@ popd %{python3_sitelib}/prettytable-%{version}* %changelog +* Thu Jan 9 2020 hanxinke - 0.7.2-17 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:sync community + * Mon Sep 16 2019 openEuler Buildteam - 0.7.2-16 - Package init