- Update to 3.9.0:
- Encode title and attributes of HTML tables OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=25
This commit is contained in:
parent
beb1b2cbc4
commit
db6c0fa749
@ -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
BIN
prettytable-3.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Thu Sep 7 11:15:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-prettytable
|
Name: python-prettytable
|
||||||
Version: 3.8.0
|
Version: 3.9.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,9 +38,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: python-wcwidth
|
Requires: python-wcwidth
|
||||||
%if 0%{?python_version_nodots} < 38
|
Requires: (python-importlib-metadata if python-base < 3.8)
|
||||||
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
|
||||||
@ -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.
|
centred) and printing of "sub-tables" by specifying a row range.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n prettytable-%{version}
|
%autosetup -p1 -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user