diff --git a/pre-commit-3.6.2.tar.gz b/pre-commit-3.6.2.tar.gz deleted file mode 100644 index 7642f8c..0000000 --- a/pre-commit-3.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d57327523b671524fe0ee9d6c9fe53e1e2790dee3575a0c39f546c310e481d5 -size 269614 diff --git a/pre-commit-3.7.0.tar.gz b/pre-commit-3.7.0.tar.gz new file mode 100644 index 0000000..3acdd5c --- /dev/null +++ b/pre-commit-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74157bf77b5a13248960520318c7577745083106f4daafa288ee6e92bb87302c +size 269999 diff --git a/python-pre-commit.changes b/python-pre-commit.changes index 1a6f77f..a3bffbc 100644 --- a/python-pre-commit.changes +++ b/python-pre-commit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 25 13:01:46 UTC 2024 - Dirk Müller + +- 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 @@ -12,13 +24,13 @@ Tue Feb 27 17:36:39 UTC 2024 - Ben Greiner ------------------------------------------------------------------- Wed Jan 3 17:04:33 UTC 2024 - Marina Latini -- 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 - 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 - 3.6.0 @@ -265,7 +277,7 @@ Tue Jan 11 01:29:44 UTC 2022 - Steve Kowalik ------------------------------------------------------------------- Tue Feb 16 11:29:34 UTC 2021 - Robert Munteanu -- Fix build for multiple python flavors +- Fix build for multiple python flavors ------------------------------------------------------------------- Sat Aug 29 05:38:23 UTC 2020 - Arun Persaud Wed Mar 18 11:26:55 UTC 2020 - Marketa Calabkova - 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 ------------------------------------------------------------------- diff --git a/python-pre-commit.spec b/python-pre-commit.spec index 96f5549..a865a29 100644 --- a/python-pre-commit.spec +++ b/python-pre-commit.spec @@ -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