From 09a2321e9f8b18a7569224b83e4875e83235cba738a2f0ca9fb1810cfd87bea0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Jan 2022 11:33:14 +0000 Subject: [PATCH] - update to 2.5.0: * Add Single Border table style OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=10 --- prettytable-2.4.0.tar.gz | 3 --- prettytable-2.5.0.tar.gz | 3 +++ python-prettytable.changes | 6 ++++++ python-prettytable.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 prettytable-2.4.0.tar.gz create mode 100644 prettytable-2.5.0.tar.gz diff --git a/prettytable-2.4.0.tar.gz b/prettytable-2.4.0.tar.gz deleted file mode 100644 index 808c23b..0000000 --- a/prettytable-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e56447f636b447096977d468849c1e2d3cfa0af8e7b5acfcf83a64790c0aca -size 49756 diff --git a/prettytable-2.5.0.tar.gz b/prettytable-2.5.0.tar.gz new file mode 100644 index 0000000..6db2848 --- /dev/null +++ b/prettytable-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7da57ba63d55116d65e5acb147bfdfa60dceccabf0d607d6817ee2888a05f2c +size 50015 diff --git a/python-prettytable.changes b/python-prettytable.changes index 7735906..3d0fc4a 100644 --- a/python-prettytable.changes +++ b/python-prettytable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 3 11:29:50 UTC 2022 - Dirk Müller + +- update to 2.5.0: + * Add Single Border table style + ------------------------------------------------------------------- Thu Nov 25 21:15:15 UTC 2021 - Ben Greiner diff --git a/python-prettytable.spec b/python-prettytable.spec index f8a4400..244aede 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,7 +1,7 @@ # # spec file for package python-prettytable # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2011 Christian Berendt. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-prettytable -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: Library for displaying tabular data in formatted fashion License: BSD-2-Clause