14
0

Accepting request 988408 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/988408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=21
This commit is contained in:
2022-07-11 16:43:00 +00:00
committed by Git OBS Bridge
parent 7b366a2092
commit 7932eca85a
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 11 13:58:51 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 2.20.0:
* Features
+ Expose source and object-name (positional args) of
prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and
PRE_COMMIT_COMMIT_OBJECT_NAME.
#2407 PR by @M-Whitaker.
#2406 issue by @M-Whitaker.
* Fixes
+ Fix language: ruby installs when --user-install is set in gemrc.
#2394 PR by @narpfel.
#2393 issue by @narpfel.
+ Adjust pty setup for solaris.
#2390 PR by @gaige.
#2389 issue by @gaige.
+ Remove unused --config option from gc, sample-config,
validate-config, validate-manifest sub-commands.
#2429 PR by @asottile.
-------------------------------------------------------------------
Tue May 31 02:56:01 UTC 2022 - Arun Persaud <arun@gmx.de>