diff --git a/pre_commit-3.8.0.tar.gz b/pre_commit-3.8.0.tar.gz deleted file mode 100644 index 3160b339169be1b3aff97ae2b3ccd2f28da6e893..0000000000000000000000000000000000000000 Binary files a/pre_commit-3.8.0.tar.gz and /dev/null differ diff --git a/pre_commit-4.0.1.tar.gz b/pre_commit-4.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0fe3730a4067c56fe6cfb31959c05e34f8d23493 Binary files /dev/null and b/pre_commit-4.0.1.tar.gz differ diff --git a/python-pre-commit.spec b/python-pre-commit.spec index fcebcf1bcff2efd11b6b918b2cdc6dd09770d0e5..a8a1509b4848bb29fad4e247668fd0ce2961b6a6 100644 --- a/python-pre-commit.spec +++ b/python-pre-commit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pre-commit -Version: 3.8.0 +Version: 4.0.1 Release: 1 Summary: A framework for managing and maintaining multi-language pre-commit hooks. License: MIT URL: https://github.com/pre-commit/pre-commit -Source0: https://files.pythonhosted.org/packages/64/10/97ee2fa54dff1e9da9badbc5e35d0bbaef0776271ea5907eccf64140f72f/pre_commit-3.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/2e/c8/e22c292035f1bac8b9f5237a2622305bc0304e776080b246f3df57c4ff9f/pre_commit-4.0.1.tar.gz BuildArch: noarch %description A framework for managing and maintaining multi-language pre-commit hooks. @@ -85,6 +85,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 hannannan - 4.0.1-1 +- Update package to version 4.0.1-1 +- Fix pre-commit migrate-config for unquoted deprecated stages names with purelib pyyaml + * Tue Jul 30 2024 guochao - 3.8.0-1 - Update package to version 3.8.0-1 - Implement health checks for language:r