14
0
forked from pool/python-typer

- Resolve Typer no longer working since Click got bumped to version

8.
  * This removes support for autocompletion.
- Add basic-click8-support.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=3
This commit is contained in:
Matthias Bach
2021-07-23 19:01:09 +00:00
committed by Git OBS Bridge
parent 443ce94912
commit 436c606da1
3 changed files with 2078 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 23 18:56:14 UTC 2021 - Matthias Bach <marix@marix.org>
- Resolve Typer no longer working since Click got bumped to version
8.
* This removes support for autocompletion.
- Add basic-click8-support.patch
-------------------------------------------------------------------
Wed Apr 14 16:06:14 UTC 2021 - Matthias Bach <marix@marix.org>