forked from pool/python-terminaltables
Accepting request 686206 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/686206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-terminaltables?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
da860ce8ba
commit
bc048c5ff8
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 18:14:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 6 02:14:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Wed Feb 6 02:14:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -13,21 +13,22 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-terminaltables
|
Name: python-terminaltables
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Module for generating tables in terminals from a nested list of strings
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Generate simple tables in terminals from a nested list of strings
|
|
||||||
Url: https://github.com/Robpol86/terminaltables
|
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://github.com/Robpol86/terminaltables
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/terminaltables/terminaltables-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/terminaltables/terminaltables-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/Robpol86/terminaltables/v%{version}/LICENSE
|
Source1: https://raw.githubusercontent.com/Robpol86/terminaltables/v%{version}/LICENSE
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: python-colorama >= 0.3.7
|
Requires: python-colorama >= 0.3.7
|
||||||
Requires: python-colorclass >= 2.2.0
|
Requires: python-colorclass >= 2.2.0
|
||||||
|
Reference in New Issue
Block a user