From d76e720f454f40fe22c00daf4d3da2a457670196db6e33ef52013eb776d159cc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Jan 2026 21:36:29 +0000 Subject: [PATCH] - update to 1.8.0: * fix `bash` error on optional `nargs="?"` * fix `zsh` duplicate default remainder & swapped one_or_more/remainder * misc minor docs updates * add own/example CLI file output * misc framework updates * test support for Python 3.14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shtab?expand=0&rev=5 --- python-shtab.changes | 12 ++++++++++++ python-shtab.spec | 4 ++-- shtab-1.7.2.tar.gz | 3 --- shtab-1.8.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 shtab-1.7.2.tar.gz create mode 100644 shtab-1.8.0.tar.gz diff --git a/python-shtab.changes b/python-shtab.changes index bba3303..9520a6d 100644 --- a/python-shtab.changes +++ b/python-shtab.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 27 21:36:08 UTC 2026 - Dirk Müller + +- update to 1.8.0: + * fix `bash` error on optional `nargs="?"` + * fix `zsh` duplicate default remainder & swapped + one_or_more/remainder + * misc minor docs updates + * add own/example CLI file output + * misc framework updates + * test support for Python 3.14 + ------------------------------------------------------------------- Wed May 28 08:23:07 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-shtab.spec b/python-shtab.spec index 6ed9978..a58ae6d 100644 --- a/python-shtab.spec +++ b/python-shtab.spec @@ -1,7 +1,7 @@ # # spec file for package python-shtab # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-shtab -Version: 1.7.2 +Version: 1.8.0 Release: 0 Summary: Automagic shell tab completion for Python CLI applications License: Apache-2.0 diff --git a/shtab-1.7.2.tar.gz b/shtab-1.7.2.tar.gz deleted file mode 100644 index ad128c2..0000000 --- a/shtab-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c16673ade76a2d42417f03e57acf239bfb5968e842204c17990cae357d07d6f -size 45751 diff --git a/shtab-1.8.0.tar.gz b/shtab-1.8.0.tar.gz new file mode 100644 index 0000000..79605b7 --- /dev/null +++ b/shtab-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f16d42178882b7f7126a0c2cb3c848daed2f4f5a276dd1ded75921cc4d073a +size 46062