From 2bbb7d2b1c0d0c739a02ef5ea39fffca101b2c0b3ff00ded41c86fc91c284d4c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 17 Sep 2022 07:35:19 +0000 Subject: [PATCH] - update to 3.4.1: * Add option to specify line break character used in pagination OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=15 --- prettytable-3.3.0.tar.gz | 3 --- prettytable-3.4.1.tar.gz | 3 +++ python-prettytable.changes | 6 ++++++ python-prettytable.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 prettytable-3.3.0.tar.gz create mode 100644 prettytable-3.4.1.tar.gz diff --git a/prettytable-3.3.0.tar.gz b/prettytable-3.3.0.tar.gz deleted file mode 100644 index 6e79740..0000000 --- a/prettytable-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:118eb54fd2794049b810893653b20952349df6d3bc1764e7facd8a18064fa9b0 -size 54305 diff --git a/prettytable-3.4.1.tar.gz b/prettytable-3.4.1.tar.gz new file mode 100644 index 0000000..c87f0bb --- /dev/null +++ b/prettytable-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7dd84d0b206f2daac4471a72f299d6907f34516064feb2838e333a4e2567bd +size 54395 diff --git a/python-prettytable.changes b/python-prettytable.changes index be81621..19a658c 100644 --- a/python-prettytable.changes +++ b/python-prettytable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 17 07:34:50 UTC 2022 - Dirk Müller + +- update to 3.4.1: + * Add option to specify line break character used in pagination + ------------------------------------------------------------------- Sat Jun 4 11:42:00 UTC 2022 - Dirk Müller diff --git a/python-prettytable.spec b/python-prettytable.spec index 4a6ef7e..8984de5 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-prettytable -Version: 3.3.0 +Version: 3.4.1 Release: 0 Summary: Library for displaying tabular data in formatted fashion License: BSD-2-Clause