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

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 25 13:01:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Tue Feb 27 17:36:39 UTC 2024 - Ben Greiner <code@bnavigator.de>
@@ -12,13 +24,13 @@ Tue Feb 27 17:36:39 UTC 2024 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Wed Jan 3 17:04:33 UTC 2024 - Marina Latini <marina.latini@suse.com>
- Specify a Group tag for Leap and SUSE Linux Enterprise
- Specify a Group tag for Leap and SUSE Linux Enterprise
-------------------------------------------------------------------
Wed Jan 3 16:13:53 UTC 2024 - Marina Latini <marina.latini@suse.com>
- Disable Perl install test as that requires network for
CPAN initialisation also on SUSE Linux Enterprise.
CPAN initialisation also on SUSE Linux Enterprise.
-------------------------------------------------------------------
Wed Dec 13 12:28:25 UTC 2023 - Matthias Bach <marix@marix.org> - 3.6.0
@@ -265,7 +277,7 @@ Tue Jan 11 01:29:44 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
-------------------------------------------------------------------
Tue Feb 16 11:29:34 UTC 2021 - Robert Munteanu <rombert@apache.org>
- Fix build for multiple python flavors
- Fix build for multiple python flavors
-------------------------------------------------------------------
Sat Aug 29 05:38:23 UTC 2020 - Arun Persaud <arun@gmx.de
@@ -423,15 +435,15 @@ Sat May 2 21:01:03 UTC 2020 - Arun Persaud <arun@gmx.de>
Wed Mar 18 11:26:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.2.0
* 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
* 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
requires python 3.6+.
* Removed pcre language, use pygrep instead.
* Removed pcre language, use pygrep instead.
* Don't filter GIT_SSL_NO_VERIFY from environment when cloning.
* Replace aspy.yaml with sort_keys=False.
* Add support for perl.
* Fix python healthy() check when python executable goes missing.
* Replace aspy.yaml with sort_keys=False.
* Add support for perl.
* Fix python healthy() check when python executable goes missing.
* Many more fixes and improvements, see upstream changelog
-------------------------------------------------------------------