diff --git a/python-texttable.spec b/python-texttable.spec index 917b1f89ae653d332622456dc9cf1a75fe4d3f6e..7b5f2de446dbcdbd61728ccdcf771e6380fa65cc 100644 --- a/python-texttable.spec +++ b/python-texttable.spec @@ -1,22 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-texttable -Version: 1.6.7 +Version: 1.7.0 Release: 1 Summary: Python module for creating simple ASCII tables License: MIT URL: https://github.com/foutaise/texttable -Source0: https://files.pythonhosted.org/packages/e4/84/4686ee611bb020038375c5f11fe7b6b3bb94ee78614a1faba45effe51591/texttable-1.6.7.tar.gz +Source0: https://files.pythonhosted.org/packages/1c/dc/0aff23d6036a4d3bf4f1d8c8204c5c79c4437e25e0ae94ffe4bbb55ee3c2/texttable-1.7.0.tar.gz BuildArch: noarch %description Python module for creating simple ASCII tables %package -n python3-texttable -Summary: Python module for creating simple ASCII tables -Provides: python-texttable = %{version}-%{release} -BuildRequires: python3-devel, -BuildRequires: python3-setuptools, -BuildRequires: python3-pytest +Summary: Python module for creating simple ASCII tables +Provides: python-texttable = %{version}-%{release} +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pytest %description -n python3-texttable Python module for creating simple ASCII tables @@ -74,6 +74,9 @@ py.test-%{python3_version} --verbose tests.py %{_docdir}/* %changelog +* Tue Dec 12 2023 konglidong - 1.7.0-1 +- update package version to 1.7.0 + * Fri Dec 16 2022 wangjunqi - 1.6.7-1 - Update package to version 1.6.7 diff --git a/texttable-1.6.7.tar.gz b/texttable-1.6.7.tar.gz deleted file mode 100644 index 4193ac70ad6548cde94bdf240ae5a36cddc84ed5..0000000000000000000000000000000000000000 Binary files a/texttable-1.6.7.tar.gz and /dev/null differ diff --git a/texttable-1.7.0.tar.gz b/texttable-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..45dbe62f290ff6188a8628708158fd386d68c5e5 Binary files /dev/null and b/texttable-1.7.0.tar.gz differ