14
0
forked from pool/python-typer

- Update to upstream version 0.4.0

* Add support for Click 8 while keeping compatibility with
    Click 7.
- Remove basic-click8-compat.patch as Click 8 compatibility is now
  provided upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=5
This commit is contained in:
Matthias Bach
2021-08-30 19:39:44 +00:00
committed by Git OBS Bridge
parent 8c71e441d8
commit 846f00341a
5 changed files with 13 additions and 2069 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 30 19:31:17 UTC 2021 - Matthias Bach <marix@marix.org> - 0.4.0
- Update to upstream version 0.4.0
* Add support for Click 8 while keeping compatibility with
Click 7.
- Remove basic-click8-compat.patch as Click 8 compatibility is now
provided upstream.
-------------------------------------------------------------------
Fri Jul 23 18:56:14 UTC 2021 - Matthias Bach <marix@marix.org>