From d0c88cf8ec6e4e98700c755dc4b2a34ae22eb8b8541488f093050fd14c87eea1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 11:41:14 +0000 Subject: [PATCH] - update to 2.5.0: * Added noheader CSV and TSV output formats. * Added `jsonl` and `jsonl_escaped` output formats. * Added format_timestamps preprocessor for per-column date/time formatting. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=20 --- cli_helpers-2.3.1.tar.gz | 3 --- cli_helpers-2.5.0.tar.gz | 3 +++ python-cli-helpers.changes | 9 +++++++++ python-cli-helpers.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 cli_helpers-2.3.1.tar.gz create mode 100644 cli_helpers-2.5.0.tar.gz diff --git a/cli_helpers-2.3.1.tar.gz b/cli_helpers-2.3.1.tar.gz deleted file mode 100644 index 7399cb3..0000000 --- a/cli_helpers-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b82a8983ceee21f180e6fd0ddb7ca8dae43c40e920951e3817f996ab204dae6a -size 36246 diff --git a/cli_helpers-2.5.0.tar.gz b/cli_helpers-2.5.0.tar.gz new file mode 100644 index 0000000..d426f00 --- /dev/null +++ b/cli_helpers-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c353f8ad97f07c036c5a355007c335dc8b1d90ce1333570ea50384fb0c00e38 +size 39452 diff --git a/python-cli-helpers.changes b/python-cli-helpers.changes index 2e0b077..11462b7 100644 --- a/python-cli-helpers.changes +++ b/python-cli-helpers.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 12 11:40:58 UTC 2025 - Dirk Müller + +- update to 2.5.0: + * Added noheader CSV and TSV output formats. + * Added `jsonl` and `jsonl_escaped` output formats. + * Added format_timestamps preprocessor for per-column date/time + formatting. + ------------------------------------------------------------------- Thu May 15 13:08:11 UTC 2025 - Markéta Machová diff --git a/python-cli-helpers.spec b/python-cli-helpers.spec index 3622135..7ba7eb5 100644 --- a/python-cli-helpers.spec +++ b/python-cli-helpers.spec @@ -17,7 +17,7 @@ Name: python-cli-helpers -Version: 2.3.1 +Version: 2.5.0 Release: 0 Summary: Helpers for building command-line apps License: BSD-3-Clause