diff --git a/python-tableprint.changes b/python-tableprint.changes index 94b3bba..34dee7f 100644 --- a/python-tableprint.changes +++ b/python-tableprint.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 12 20:41:06 UTC 2021 - andy great + +- Update to version 0.9.1. + * Drops python2 support +- Updates for version 0.9.0. + * Adds support for automatically determining the table’s width. + ------------------------------------------------------------------- Fri Apr 3 18:31:38 UTC 2020 - Martin Hauke diff --git a/python-tableprint.spec b/python-tableprint.spec index 12d2035..f6bb86a 100644 --- a/python-tableprint.spec +++ b/python-tableprint.spec @@ -1,7 +1,8 @@ # # spec file for package python-tableprint # -# Copyright (c) 2020, Martin Hauke +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2021, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +13,28 @@ # 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/ +# +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tableprint -Version: 0.8.0 +Version: 0.9.1 Release: 0 Summary: Pretty console printing of tabular data License: MIT Group: Development/Languages/Python URL: https://github.com/nirum/tableprint Source: https://github.com/nirum/tableprint/archive/v%{version}.tar.gz#/tableprint-%{version}.tar.gz -BuildRequires: %{python_module setuptools} -BuildRequires: fdupes -BuildRequires: python-rpm-macros -# SECTION test requirements BuildRequires: %{python_module future} BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module wcwidth} -# /SECTION +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-future Requires: python-six Requires: python-wcwidth @@ -62,6 +63,7 @@ Unlike other modules, you can print single rows of data at a time %files %{python_files} %license License.md %doc README.md -%{python_sitelib}/* +%{python_sitelib}/tableprint +%{python_sitelib}/tableprint*egg-info %changelog diff --git a/tableprint-0.8.0.tar.gz b/tableprint-0.8.0.tar.gz deleted file mode 100644 index 283688a..0000000 --- a/tableprint-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:defc30094ce34a3237c07447398c0e939c70ba66b29800eccdd9b512431493f4 -size 158757 diff --git a/tableprint-0.9.1.tar.gz b/tableprint-0.9.1.tar.gz new file mode 100644 index 0000000..8626a70 --- /dev/null +++ b/tableprint-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7420c3dcdc075d4836401736d463684835b23a564d550b68a05de16fccb5f3a7 +size 159688