diff --git a/python-texttable.changes b/python-texttable.changes index 7c48bab..26f980a 100644 --- a/python-texttable.changes +++ b/python-texttable.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Feb 15 12:46:31 UTC 2019 - John Vandenberg + +- Update to 1.6.1 + * Packaging fixes only + +------------------------------------------------------------------- +Fri Feb 15 01:35:10 UTC 2019 - John Vandenberg + +- Update to 1.6.0 + * Added texttable.pyi + * Added missing set_header_align method stub + * Allow chaining of method calls + * Replace distutils with setuptools + * Create a method for redefining the max_width + * Switch to MIT License + * Use wcwidth if available for better rendering (basic emoji support) + * Update README.md + ------------------------------------------------------------------- Fri Jul 20 11:36:41 UTC 2018 - tchvatal@suse.com diff --git a/python-texttable.spec b/python-texttable.spec index a38ed0a..ef93f9c 100644 --- a/python-texttable.spec +++ b/python-texttable.spec @@ -1,7 +1,7 @@ # # spec file for package python-texttable # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-texttable -Version: 1.4.0 +Version: 1.6.1 Release: 0 Summary: Module for creating simple ASCII tables -License: LGPL-3.0-only +License: MIT Group: Development/Languages/Python -Url: https://github.com/foutaise/texttable/ +URL: https://github.com/foutaise/texttable/ Source: https://files.pythonhosted.org/packages/source/t/texttable/texttable-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-base +Recommends: python-wcwidth BuildArch: noarch - %python_subpackages %description @@ -52,7 +53,7 @@ characters. %files %{python_files} %license LICENSE -%doc README.md +%doc README.md CHANGELOG.md %{python_sitelib}/* %changelog diff --git a/texttable-1.4.0.tar.gz b/texttable-1.4.0.tar.gz deleted file mode 100644 index d3f1ac8..0000000 --- a/texttable-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e8cfe85f8395a7eacdfbc8f09d885b9ef3a6ac6ead0364ea721de1127aa36b -size 12274 diff --git a/texttable-1.6.1.tar.gz b/texttable-1.6.1.tar.gz new file mode 100644 index 0000000..25cf72b --- /dev/null +++ b/texttable-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2 +size 14000