diff --git a/pre-commit-3.8.0.tar.gz b/pre-commit-3.8.0.tar.gz deleted file mode 100644 index 4b0c8cb..0000000 --- a/pre-commit-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee00513461333787af71c9cc6926ce1cd8f2f4aa7f0cffdd3555d94febdc155b -size 270925 diff --git a/pre-commit-4.0.1.tar.gz b/pre-commit-4.0.1.tar.gz new file mode 100644 index 0000000..931434b --- /dev/null +++ b/pre-commit-4.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b3e5ea4b2e378a38ba03b0260b331b416840dd3d8cb3c169a46c7343f9c9f0 +size 286821 diff --git a/python-pre-commit.changes b/python-pre-commit.changes index 0584151..46e63f2 100644 --- a/python-pre-commit.changes +++ b/python-pre-commit.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Oct 24 19:23:34 UTC 2024 - Dirk Müller + +- update to 4.0.1: + * Fix `pre-commit migrate-config` for unquoted deprecated + stages names with purelib `pyyaml`. + * Improve `pre-commit migrate-config` to handle more yaml + formats. + * Handle `stages` deprecation in `pre-commit migrate-config`. + * Upgrade `ruby-build`. + * Add "sensible regex" warnings to `repo: meta`. + * Add warnings for deprecated `stages` (`commit` -> `pre- + commit`, `push` -> `pre-push`, `merge-commit` -> `pre-merge-commit`). + * `language: python_venv` has been removed -- use `language: + python` instead. + ------------------------------------------------------------------- Mon Aug 5 18:58:56 UTC 2024 - Dirk Müller diff --git a/python-pre-commit.spec b/python-pre-commit.spec index 09ce313..3fdff70 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.8.0 +Version: 4.0.1 Release: 0 Summary: Multi-language pre-commit hooks License: MIT