- 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
This commit is contained in:
2026-01-27 21:36:29 +00:00
committed by Git OBS Bridge
parent 5135cf5fcd
commit d76e720f45
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 27 21:36:08 UTC 2026 - Dirk Müller <dmueller@suse.com>
- 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 <adrian.glaubitz@suse.com>