Compare commits

1 Commits
main ... 1.1

4 changed files with 19 additions and 30 deletions

BIN
prettytable-3.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
prettytable-3.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,16 +1,3 @@
-------------------------------------------------------------------
Sat Oct 7 11:19:59 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Update to 3.9.0:
- Encode title and attributes of HTML tables
-------------------------------------------------------------------
Thu Sep 7 11:15:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.8.0:
* Add `get_formatted_string()` convenience function (#241)
* Drop support for EOL Python 3.7 (#245)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 5 07:47:24 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com> Fri May 5 07:47:24 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -17,9 +17,10 @@
# #
%define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-prettytable Name: python-prettytable
Version: 3.9.0 Version: 3.7.0
Release: 0 Release: 0
Summary: Library for displaying tabular data in formatted fashion Summary: Library for displaying tabular data in formatted fashion
License: BSD-2-Clause License: BSD-2-Clause
@@ -38,7 +39,9 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
Requires: python-wcwidth Requires: python-wcwidth
Requires: (python-importlib-metadata if python-base < 3.8) %if 0%{?python_version_nodots} < 38
Requires: python-importlib-metadata
%endif
Provides: python-PrettyTable = %{version}-%{release} Provides: python-PrettyTable = %{version}-%{release}
Obsoletes: python-PrettyTable < %{version}-%{release} Obsoletes: python-PrettyTable < %{version}-%{release}
%python_subpackages %python_subpackages
@@ -51,8 +54,7 @@ printed, independent alignment of columns (left or right justified or
centred) and printing of "sub-tables" by specifying a row range. centred) and printing of "sub-tables" by specifying a row range.
%prep %prep
%autosetup -p1 -n prettytable-%{version} %setup -q -n prettytable-%{version}
sed -i '1 {/env python/d}' src/prettytable/prettytable.py sed -i '1 {/env python/d}' src/prettytable/prettytable.py
%build %build