forked from pool/python-click-plugins
- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`. - update to version 1.1: - Fix an issue where a broken command's traceback would not be emitted - https://github.com/click-contrib/click-plugins/issues/25 - Bump required click version to `click>=4` - https://github.com/click-contrib/click-plugins/pull/28 - Runs Travis tests for the latest release of click versions 4 -> 7 - https://github.com/click-contrib/click-plugins/pull/28 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-plugins?expand=0&rev=9
33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Apr 7 19:43:09 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 1.1.1:
|
|
- Fixed a version mismatch in `click_plugins/__init__.py` See `1.1`.
|
|
- update to version 1.1:
|
|
- Fix an issue where a broken command's traceback would not be emitted - https://github.com/click-contrib/click-plugins/issues/25
|
|
- Bump required click version to `click>=4` - https://github.com/click-contrib/click-plugins/pull/28
|
|
- Runs Travis tests for the latest release of click versions 4 -> 7 - https://github.com/click-contrib/click-plugins/pull/28
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:46:38 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 17 20:00:17 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- update to version 1.0.4:
|
|
- Preemptive fix for a breaking change in Click v7. CLI command names generated from functions with underscores will have dashes instead of underscores. See https://github.com/click-contrib/click-plugins/issues/19.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 3 18:34:32 UTC 2018 - arun@gmx.de
|
|
|
|
- specfile:
|
|
* update copyright year
|
|
* don't use python_module for Requires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 4 15:11:11 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- initial package
|