14
0
forked from pool/python-typer

Accepting request 1194453 from home:theMarix:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1194453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=30
This commit is contained in:
Matthias Bach
2024-08-17 10:35:36 +00:00
committed by Git OBS Bridge
parent e494905888
commit 2c61f1ba30
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Aug 17 08:05:30 UTC 2024 - Matthias Bach <marix@marix.org> - 0.12.4
- Update to upstream version 0.12.4
* Fix support for UnionType (e.g. str | None) with Python 3.11.
* Fix zsh autocompletion installation.
* Fix usage of Annotated with future annotations in Python 3.7+.
* Fix shell_complete not working for Arguments.
-------------------------------------------------------------------
Fri Apr 12 15:28:57 UTC 2024 - Matthias Bach <marix@marix.org>