2022-06-14 19:33:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 14 14:37:26 UTC 2022 - Matthias Bach <marix@marix.org> - 0.4.1
|
|
|
|
|
|
|
|
- Update to upstream version 0.4.1
|
|
|
|
* Fix import of get_terminal_size for Click 8.1.0 support.
|
|
|
|
- Switch from traditional setup.py installation to pyproject macros
|
|
|
|
as upstream no longer ships its setup.py compability wrapper.
|
|
|
|
|
2021-08-30 19:39:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2021-07-23 19:01:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
2021-07-23 19:41:05 +00:00
|
|
|
- Add basic-click8-compat.patch
|
2021-07-23 19:01:09 +00:00
|
|
|
|
2021-04-15 09:22:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 14 16:06:14 UTC 2021 - Matthias Bach <marix@marix.org>
|
|
|
|
|
|
|
|
- Properly specify package group.
|
|
|
|
- Suppress false-positive detection of empty file in rpmlint.
|
|
|
|
- Properly declare minimum version requirement vs. python-click to
|
|
|
|
avoid broken installation on Leap.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 13 19:30:11 UTC 2021 - Matthias Bach <marix@marix.org> - 0.3.2
|
|
|
|
|
|
|
|
- Initial package release
|