14
0

- Update to 1.6.2:

* Fix auto-formatting NaN

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-07-22 12:42:04 +00:00
committed by Git OBS Bridge
parent 69ab350c49
commit 11f2ddc052
4 changed files with 11 additions and 5 deletions

View File

@@ -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