| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Fix Leap 16.0 build
- Add patch support-click-8.2.patch: * Support click 8.2+ changes. - Switch to autosetup and pyproject macros. - No more greedy globs in %files.
- Add %{?sle15_python_module_pythons}
- deactivate python2 builds for SLE 15 SP3.
- deactivate python2 builds for Leap 15.3.
- Remove %bcond_without test, activating tests - Add fdupes and tidy spec
- 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