diff --git a/pre-commit-hooks-5.0.0.tar.gz b/pre-commit-hooks-5.0.0.tar.gz deleted file mode 100644 index 91e4127a7934c0ec53e7a45f994fd891e59d28d6..0000000000000000000000000000000000000000 Binary files a/pre-commit-hooks-5.0.0.tar.gz and /dev/null differ diff --git a/pre_commit_hooks-6.0.0.tar.gz b/pre_commit_hooks-6.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d00d3da30f5d95b5f3e8cae1cf7a17cc3975224a Binary files /dev/null and b/pre_commit_hooks-6.0.0.tar.gz differ diff --git a/python-pre-commit-hooks.yaml b/python-pre-commit-hooks.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aacc419c77b0acb319a2a144b29f19b6e6c19b4f --- /dev/null +++ b/python-pre-commit-hooks.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: pre-commit/pre-commit-hooks +tag_prefix: "^v" +separator: "." diff --git a/python-pre_commit_hooks.spec b/python-pre_commit_hooks.spec index 2a12e91708ee5a09dcd1100164a5e0b66cf39af6..b845ec89a7b54d34c035edbb97006e12eef6e4dd 100644 --- a/python-pre_commit_hooks.spec +++ b/python-pre_commit_hooks.spec @@ -1,17 +1,17 @@ %global _empty_manifest_terminate_build 0 -%global pypi_name pre-commit-hooks +%global pypi_name pre_commit_hooks %global srcname pre_commit_hooks %global _description %{expand: Some out-of-the-box hooks for pre-commit.} -Name: python-%{pypi_name} -Version: 5.0.0 +Name: python_%{pypi_name} +Version: 6.0.0 Release: 1 Summary: Some out-of-the-box hooks for pre-commit. License: MIT URL: https://github.com/pre-commit/pre-commit-hooks -Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/36/4d/93e63e48f8fd16d6c1e4cef5dabadcade4d1325c7fd6f29f075a4d2284f3/pre_commit_hooks-6.0.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -44,6 +44,11 @@ Summary: Some out-of-the-box hooks for pre-commit. %license LICENSE %changelog +* Wed Sep 17 2025 lvfei - 6.0.0-1 +- Update package with version 6.0.0 + heck-shebang-scripts-are-executable improve error message + file-contents-sorter: disallow --unique and --ignore-case at the sametime + * Mon Nov 25 2024 Dongxing Wang - 5.0.0-1 - Update package with version 5.0.0 check-illegal-windows-names: new hook!