From 8286f3f33b33008dfbb0f55a0f90dfe9b37185366af41ddc65df4f42b640b561 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 4 Jun 2022 11:42:26 +0000 Subject: [PATCH] - update to 3.3.0: * Support Python 3.11 * Add flag to preserve internal borders when border=False * Alignment timing fix (#179) @myheroyuki OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=13 --- prettytable-3.2.0.tar.gz | 3 --- prettytable-3.3.0.tar.gz | 3 +++ python-prettytable.changes | 8 ++++++++ python-prettytable.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 prettytable-3.2.0.tar.gz create mode 100644 prettytable-3.3.0.tar.gz diff --git a/prettytable-3.2.0.tar.gz b/prettytable-3.2.0.tar.gz deleted file mode 100644 index 964a74a..0000000 --- a/prettytable-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae7d96c64100543dc61662b40a28f3b03c0f94a503ed121c6fca2782c5816f81 -size 52976 diff --git a/prettytable-3.3.0.tar.gz b/prettytable-3.3.0.tar.gz new file mode 100644 index 0000000..6e79740 --- /dev/null +++ b/prettytable-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118eb54fd2794049b810893653b20952349df6d3bc1764e7facd8a18064fa9b0 +size 54305 diff --git a/python-prettytable.changes b/python-prettytable.changes index f6c0fc3..be81621 100644 --- a/python-prettytable.changes +++ b/python-prettytable.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jun 4 11:42:00 UTC 2022 - Dirk Müller + +- update to 3.3.0: + * Support Python 3.11 + * Add flag to preserve internal borders when border=False + * Alignment timing fix (#179) @myheroyuki + ------------------------------------------------------------------- Wed Mar 30 09:21:10 UTC 2022 - Ben Greiner diff --git a/python-prettytable.spec b/python-prettytable.spec index a911f1f..4a6ef7e 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.2.0 +Version: 3.3.0 Release: 0 Summary: Library for displaying tabular data in formatted fashion License: BSD-2-Clause