forked from pool/python-tableprint
Accepting request 862714 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/862714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tableprint?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 20:41:06 UTC 2021 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
|
- 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 <mardnh@gmx.de>
|
Fri Apr 3 18:31:38 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tableprint
|
# spec file for package python-tableprint
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2021 SUSE LLC
|
||||||
|
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-tableprint
|
Name: python-tableprint
|
||||||
Version: 0.8.0
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pretty console printing of tabular data
|
Summary: Pretty console printing of tabular data
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/nirum/tableprint
|
URL: https://github.com/nirum/tableprint
|
||||||
Source: https://github.com/nirum/tableprint/archive/v%{version}.tar.gz#/tableprint-%{version}.tar.gz
|
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 future}
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module wcwidth}
|
BuildRequires: %{python_module wcwidth}
|
||||||
# /SECTION
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-future
|
Requires: python-future
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-wcwidth
|
Requires: python-wcwidth
|
||||||
@@ -62,6 +63,7 @@ Unlike other modules, you can print single rows of data at a time
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license License.md
|
%license License.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/tableprint
|
||||||
|
%{python_sitelib}/tableprint*egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:defc30094ce34a3237c07447398c0e939c70ba66b29800eccdd9b512431493f4
|
|
||||||
size 158757
|
|
3
tableprint-0.9.1.tar.gz
Normal file
3
tableprint-0.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7420c3dcdc075d4836401736d463684835b23a564d550b68a05de16fccb5f3a7
|
||||||
|
size 159688
|
Reference in New Issue
Block a user