diff --git a/python-texttable.changes b/python-texttable.changes index 26f980a..22d8155 100644 --- a/python-texttable.changes +++ b/python-texttable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 22 12:41:17 UTC 2019 - Tomáš Chvátal + +- Update to 1.6.2: + * Fix auto-formatting NaN + ------------------------------------------------------------------- Fri Feb 15 12:46:31 UTC 2019 - John Vandenberg diff --git a/python-texttable.spec b/python-texttable.spec index ef93f9c..a643f44 100644 --- a/python-texttable.spec +++ b/python-texttable.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-texttable -Version: 1.6.1 +Version: 1.6.2 Release: 0 Summary: Module for creating simple ASCII tables License: MIT @@ -49,7 +49,7 @@ characters. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand py.test-%{$python_bin_suffix} tests.py +%pytest tests.py %files %{python_files} %license LICENSE diff --git a/texttable-1.6.1.tar.gz b/texttable-1.6.1.tar.gz deleted file mode 100644 index 25cf72b..0000000 --- a/texttable-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2 -size 14000 diff --git a/texttable-1.6.2.tar.gz b/texttable-1.6.2.tar.gz new file mode 100644 index 0000000..d0586c0 --- /dev/null +++ b/texttable-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff3703781fbc7750125f50e10f001195174f13825a92a45e9403037d539b4f4 +size 13176