14
0

- update to 3.7.0:

* Use a tty for `docker` and `docker_image` hooks when
    `--color` is specified.
  * Fix `fail_fast` for individual hooks stopping when previous
    hooks had failed.
  * The per-hook behaviour of `fail_fast` was fixed.  If you want
    the pre-3.7.0 behaviour, add `fail_fast: true` to all hooks
    before the last `fail_fast` hook.
- Specify a Group tag for Leap and SUSE Linux Enterprise
  CPAN initialisation also on SUSE Linux Enterprise.
- Fix build for multiple python flavors
  * Add conda as a new language.
  * Remove python2 / python3.5 support. Note that pre-commit still
    supports running hooks written in python2, but pre-commit itself
  * Removed pcre language, use pygrep instead.
  * Replace aspy.yaml with sort_keys=False.
  * Add support for perl.
  * Fix python healthy() check when python executable goes missing.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=37
This commit is contained in:
2024-03-25 13:02:10 +00:00
committed by Git OBS Bridge
parent 27c864f3f9
commit 317de84d7a
4 changed files with 26 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pre-commit
Version: 3.6.2
Version: 3.7.0
Release: 0
Summary: Multi-language pre-commit hooks
License: MIT