diff --git a/pre_commit-4.0.1.tar.gz b/pre_commit-4.0.1.tar.gz deleted file mode 100644 index 0fe3730a4067c56fe6cfb31959c05e34f8d23493..0000000000000000000000000000000000000000 Binary files a/pre_commit-4.0.1.tar.gz and /dev/null differ diff --git a/pre_commit-4.2.0.tar.gz b/pre_commit-4.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5c038eb056026b0d41eb02017e1005afa4cb064c Binary files /dev/null and b/pre_commit-4.2.0.tar.gz differ diff --git a/python-pre-commit.spec b/python-pre-commit.spec index a8a1509b4848bb29fad4e247668fd0ce2961b6a6..b631d1d6a2161e2222a43ee90e173a711e7527f9 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: 4.0.1 +Version: 4.2.0 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/2e/c8/e22c292035f1bac8b9f5237a2622305bc0304e776080b246f3df57c4ff9f/pre_commit-4.0.1.tar.gz +Source0: https://files.pythonhosted.org/packages/08/39/679ca9b26c7bb2999ff122d50faa301e49af82ca9c066ec061cfbc0c6784/pre_commit-4.2.0.tar.gz BuildArch: noarch %description A framework for managing and maintaining multi-language pre-commit hooks. @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 06 2025 yanyu - 4.2.0-1 +- Update package to version 4.2.0-1 + * 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