From 3ff2d3cedb5f58b4f4ab860246aa91aca27627aa2f59f0ffab3b231af429dce0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 29 Dec 2023 09:59:43 +0000 Subject: [PATCH] - 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 --- python-texttable.changes | 20 +++++++++++++------- python-texttable.spec | 15 +++++++++------ texttable-1.6.7.tar.gz | 3 --- texttable-1.7.0.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 16 deletions(-) delete mode 100644 texttable-1.6.7.tar.gz create mode 100644 texttable-1.7.0.tar.gz diff --git a/python-texttable.changes b/python-texttable.changes index de5819c..be4fc3b 100644 --- a/python-texttable.changes +++ b/python-texttable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 29 09:57:42 UTC 2023 - Dirk Müller + +- update to 1.7.0: + * Add boolean formatting option + ------------------------------------------------------------------- Tue Jun 27 12:45:39 UTC 2023 - ecsos @@ -12,20 +18,20 @@ Tue Dec 6 17:01:27 UTC 2022 - Yogalakshmi Arunachalam - Update to 1.6.6 * Fix regression introduced in 1.6.5 release (#83) -- Update to 1.6.5 +- Update to 1.6.5 * Modify setup.py to include missing stub file in wheel package (#82) ------------------------------------------------------------------- Mon Feb 14 21:54:33 UTC 2022 - Dirk Müller - update to 1.6.4: - * Fix alignment bug when deco is modified + * Fix alignment bug when deco is modified ------------------------------------------------------------------- Sun Dec 20 09:44:50 UTC 2020 - Dirk Müller - update to 1.6.3: - * Improve int conversion + * Improve int conversion ------------------------------------------------------------------- Mon Jul 22 12:41:17 UTC 2019 - Tomáš Chvátal @@ -43,14 +49,14 @@ Fri Feb 15 12:46:31 UTC 2019 - John Vandenberg Fri Feb 15 01:35:10 UTC 2019 - John Vandenberg - Update to 1.6.0 - * Added texttable.pyi + * 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 + * 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 + * Update README.md ------------------------------------------------------------------- Fri Jul 20 11:36:41 UTC 2018 - tchvatal@suse.com @@ -71,7 +77,7 @@ Thu Dec 7 13:10:46 UTC 2017 - sebix+novell.com@sebix.at ------------------------------------------------------------------- Tue Aug 18 09:06:05 UTC 2015 - jmassaguerpla@suse.com -- fix license to LGPL-3.0+ as in LICENSE file +- fix license to LGPL-3.0+ as in LICENSE file ------------------------------------------------------------------- Thu Apr 9 16:11:51 UTC 2015 - fcastelli@suse.com diff --git a/python-texttable.spec b/python-texttable.spec index 90a1431..12d3e5d 100644 --- a/python-texttable.spec +++ b/python-texttable.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,16 @@ %{?sle15_python_module_pythons} Name: python-texttable -Version: 1.6.7 +Version: 1.7.0 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 +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-base @@ -42,10 +43,10 @@ characters. %setup -q -n texttable-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -54,6 +55,8 @@ characters. %files %{python_files} %license LICENSE %doc README.md CHANGELOG.md -%{python_sitelib}/* +%{python_sitelib}/texttable.py +%pycache_only %{python_sitelib}/__pycache__/texttable* +%{python_sitelib}/texttable-%{version}.dist-info %changelog diff --git a/texttable-1.6.7.tar.gz b/texttable-1.6.7.tar.gz deleted file mode 100644 index b2bf08e..0000000 --- a/texttable-1.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:290348fb67f7746931bcdfd55ac7584ecd4e5b0846ab164333f0794b121760f2 -size 12891 diff --git a/texttable-1.7.0.tar.gz b/texttable-1.7.0.tar.gz new file mode 100644 index 0000000..f1b69e3 --- /dev/null +++ b/texttable-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2068fb55115807d3ac77a4ca68fa48803e84ebb0ee2340f858107a36522638 +size 12831