14
0
forked from pool/python-shtab

- Update to 1.7.2

* bump deps
  * add Python 3.12 support
  * chore: bump linters & fix CI
  * Add to bash support for completing paths after redirection
  * Support unnecessary if conditions and support '[12]>>' cases
  * docs: minor updates
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shtab?expand=0&rev=3
This commit is contained in:
2025-05-28 11:08:53 +00:00
committed by Git OBS Bridge
parent aeb6f3f58f
commit 01294fdbfa
3 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 28 08:23:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.7.2
* bump deps
* add Python 3.12 support
* chore: bump linters & fix CI
* Add to bash support for completing paths after redirection
* Support unnecessary if conditions and support '[12]>>' cases
* docs: minor updates
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Tue Apr 9 11:29:05 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>