diff --git a/pre-commit-hooks-4.5.0.tar.gz b/pre-commit-hooks-4.5.0.tar.gz deleted file mode 100644 index cd023afc8808b995b77f923df1cef3f9442b656a..0000000000000000000000000000000000000000 Binary files a/pre-commit-hooks-4.5.0.tar.gz and /dev/null differ diff --git a/python-pre_commit_hooks.spec b/python-pre_commit_hooks.spec index 6cf66afb2cbc9cd782f07a912afd814cfc1563dc..574cd0f1c67be18ed42d200c944caf1f7e609c20 100644 --- a/python-pre_commit_hooks.spec +++ b/python-pre_commit_hooks.spec @@ -1,17 +1,16 @@ %global _empty_manifest_terminate_build 0 %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: 4.5.0 +Version: 4.6.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/%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://github.com/pre-commit/pre-commit-hooks/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -42,8 +41,12 @@ Summary: Some out-of-the-box hooks for pre-commit. %{_bindir}/* %{python3_sitelib}/* %license LICENSE - + %changelog +* Fri Sep 20 2024 kkz - 4.6.0-1 +- Update package to version 4.6.0 + remove duplicate packages + * Thu Feb 22 2024 jiangxinyu - 4.5.0-1 - Update package to version 4.5.0 Fix blank lines in file-contents-sorter plugin diff --git a/v4.6.0.tar.gz b/v4.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..20cdd1c140b7dd9b92725fb641d0192c478578a7 Binary files /dev/null and b/v4.6.0.tar.gz differ