15
0

Accepting request 1277923 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 5.0.0

OBS-URL: https://build.opensuse.org/request/show/1277923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=17
This commit is contained in:
2025-05-16 06:20:26 +00:00
committed by Git OBS Bridge
parent a8bbe4f5ed
commit d7fa51c96c
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri May 16 04:56:18 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 5.0.0:
* Upgrade to Click 8.2.0.
* Add support for custom deprecated messages on commands and
parameters.
* Remove ExtraOption.get_help_default() and rely on new
Option.get_help_extra().
* Remove dependency on pallets-sphinx-themes.
* Drop supports for Python 3.10.
* Add windows-11-arm to the test matrix.
* Remove tests on ubuntu-22.04-arm, ubuntu-22.04 and windows-2022 to
keep matrix small.
-------------------------------------------------------------------
Wed Mar 5 13:05:44 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>