14
0

Accepting request 676531 from home:jayvdb:pyexcel

- Update to 1.6.1
  * Packaging fixes only

OBS-URL: https://build.opensuse.org/request/show/676531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-02-15 12:53:01 +00:00
committed by Git OBS Bridge
parent 4acbb44c14
commit 69ab350c49
6 changed files with 11 additions and 320 deletions

View File

@@ -18,15 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-texttable
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: Module for creating simple ASCII tables
License: MIT
Group: Development/Languages/Python
URL: https://github.com/foutaise/texttable/
Source: https://files.pythonhosted.org/packages/source/t/texttable/texttable-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/foutaise/texttable/v%{version}/LICENSE
Source2: https://raw.githubusercontent.com/foutaise/texttable/master/tests.py
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -42,7 +40,6 @@ characters.
%prep
%setup -q -n texttable-%{version}
cp %{SOURCE1} %{SOURCE2} .
%build
%python_build
@@ -56,7 +53,7 @@ cp %{SOURCE1} %{SOURCE2} .
%files %{python_files}
%license LICENSE
%doc README.md
%doc README.md CHANGELOG.md
%{python_sitelib}/*
%changelog