Package Release Info

python-click-plugins-1.1.1-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-click-plugins

Change Logs

* Thu May 29 2025 Max Lin <mlin@suse.com>
- Fix Leap 16.0 build
* Wed May 14 2025 Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-click-8.2.patch:
  * Support click 8.2+ changes.
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
* Sun Jun 11 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Sun May 02 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
- deactivate python2 builds for SLE 15 SP3.
* Sun Jan 24 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
- deactivate python2 builds for Leap 15.3.
* Thu Aug 20 2020 John Vandenberg <jayvdb@gmail.com>
- Remove %bcond_without test, activating tests
- Add fdupes and tidy spec
Version: 1.1.1-bp152.1.8
* Sun Apr 07 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 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon Sep 17 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.
Version: 1.0.3-bp150.2.3
* Sat Mar 03 2018 arun@gmx.de
- specfile:
  * update copyright year
  * don't use python_module for Requires
* Tue Jul 04 2017 sebix+novell.com@sebix.at
- initial package