14
0

Accepting request 676533 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/676533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-texttable?expand=0&rev=4
This commit is contained in:
2019-02-19 10:57:58 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Feb 15 12:46:31 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to 1.6.1
* Packaging fixes only
-------------------------------------------------------------------
Fri Feb 15 01:35:10 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95e8cfe85f8395a7eacdfbc8f09d885b9ef3a6ac6ead0364ea721de1127aa36b
size 12274

3
texttable-1.6.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2
size 14000