Accepting request 1116202 from devel:languages:python

- Update to 3.9.0:
  - Encode title and attributes of HTML tables

OBS-URL: https://build.opensuse.org/request/show/1116202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prettytable?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2023-10-08 10:17:18 +00:00 committed by Git OBS Bridge
commit b584e60451
4 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:031eae6a9102017e8c7c7906460d150b7ed78b20fd1d8c8be4edaf88556c07ce
size 47735

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

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