15
0

Accepting request 1250420 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 4.15.0

OBS-URL: https://build.opensuse.org/request/show/1250420
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=15
This commit is contained in:
2025-03-05 14:54:24 +00:00
committed by Git OBS Bridge
parent 4e8e9a5fe0
commit a8bbe4f5ed
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 5 13:05:44 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 4.15.0:
* Regroup all envronment variables-related code.
* Rename extend_envvars() to merge_envvar_ids() and allow it to
merge arbitrary-nested structures. Normalize names to uppercase
on Windows.
* Rename normalize_envvar() to clean_envvar_id().
* Rename all_envvars() to param_envvar_ids().
* Rename auto_envvar() to param_auto_envvar_id().
* Remove unused normalize parameter on all_envvars().
* Add missing line returns in render_cli_run().
* Prefix all types with capital-T.
-------------------------------------------------------------------
Sun Feb 23 16:35:41 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>