14
0

- update to 1.7.0:

* Add boolean formatting option
- Update to 1.6.5
  * Fix alignment bug when deco is modified
  * Improve int conversion
  * Added texttable.pyi
  * Create a method for redefining the max_width
  * Update README.md
- fix license to LGPL-3.0+ as in LICENSE file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-texttable?expand=0&rev=21
This commit is contained in:
2023-12-29 09:59:43 +00:00
committed by Git OBS Bridge
parent b4e69659c0
commit 3ff2d3cedb
4 changed files with 25 additions and 16 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 29 09:57:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.7.0:
* Add boolean formatting option
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 27 12:45:39 UTC 2023 - ecsos <ecsos@opensuse.org> Tue Jun 27 12:45:39 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-texttable # spec file for package python-texttable
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# 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
@@ -18,15 +18,16 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-texttable Name: python-texttable
Version: 1.6.7 Version: 1.7.0
Release: 0 Release: 0
Summary: Module for creating simple ASCII tables Summary: Module for creating simple ASCII tables
License: MIT License: MIT
Group: Development/Languages/Python 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 Source: https://files.pythonhosted.org/packages/source/t/texttable/texttable-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-base Requires: python-base
@@ -42,10 +43,10 @@ characters.
%setup -q -n texttable-%{version} %setup -q -n texttable-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -54,6 +55,8 @@ characters.
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{python_sitelib}/* %{python_sitelib}/texttable.py
%pycache_only %{python_sitelib}/__pycache__/texttable*
%{python_sitelib}/texttable-%{version}.dist-info
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:290348fb67f7746931bcdfd55ac7584ecd4e5b0846ab164333f0794b121760f2
size 12891

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

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