diff --git a/cli_helpers-2.3.0.tar.gz b/cli_helpers-2.3.0.tar.gz deleted file mode 100644 index c2e644e..0000000 --- a/cli_helpers-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7174d003a2b58fd3e31a73fbbc45d5aa513de62cbd42d437f78b9658bd5f967 -size 36274 diff --git a/cli_helpers-2.3.1.tar.gz b/cli_helpers-2.3.1.tar.gz new file mode 100644 index 0000000..7399cb3 --- /dev/null +++ b/cli_helpers-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82a8983ceee21f180e6fd0ddb7ca8dae43c40e920951e3817f996ab204dae6a +size 36246 diff --git a/python-cli-helpers.changes b/python-cli-helpers.changes index 468508a..0230af7 100644 --- a/python-cli-helpers.changes +++ b/python-cli-helpers.changes @@ -1,9 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 18 10:46:13 UTC 2024 - Dirk Müller + +- update to 2.3.1: + * Don't escape newlines in `ascii` tables, and add + `ascii_escaped` table format. + * Updated tabulate version to latest, to fix ImportError in + pgcli. + ------------------------------------------------------------------- Wed Jan 4 20:18:48 UTC 2023 - Dirk Müller - update to 2.3.0: - * don't escape newlines, etc. in ascii tables, and add ascii_escaped table - format + * don't escape newlines, etc. in ascii tables, and add + ascii_escaped table format ------------------------------------------------------------------- Tue Mar 8 08:01:06 UTC 2022 - pgajdos@suse.com @@ -27,7 +36,7 @@ Wed Jun 24 02:11:31 UTC 2020 - Steve Kowalik * Fix newline escaping in plain-text formatters (ascii, double, github) * Use built-in unittest.mock instead of mock. * Remove Python 2.7 and 3.5. - * Style config for missing value. + * Style config for missing value. ------------------------------------------------------------------- Thu Apr 23 11:20:58 UTC 2020 - Tomáš Chvátal diff --git a/python-cli-helpers.spec b/python-cli-helpers.spec index d2117ca..be2fb07 100644 --- a/python-cli-helpers.spec +++ b/python-cli-helpers.spec @@ -1,7 +1,7 @@ # # spec file for package python-cli-helpers # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-cli-helpers -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: Helpers for building command-line apps License: BSD-3-Clause