AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- Remove superfluous devel dependency for noarch package
- 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.
- specfile: * update copyright year * don't use python_module for Requires
- initial package