Update package to version 2.5.35

This commit is contained in:
jxy_git 2024-02-20 15:12:45 +08:00
parent 8a7a352b0a
commit 119b196e9d
2 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-identify Name: python-identify
Version: 2.5.30 Version: 2.5.35
Release: 1 Release: 1
Summary: File identification library for Python Summary: File identification library for Python
License: MIT License: MIT
URL: https://github.com/pre-commit/identify URL: https://github.com/pre-commit/identify
Source0: https://files.pythonhosted.org/packages/5f/19/f3aa63b65be4cdf23ba26984aa04cb21fa04fccfef68355919edafee025c/identify-2.5.30.tar.gz Source0: https://files.pythonhosted.org/packages/c4/ba/680e84c24284eba70aebaaa90d03bd039453419151b0e6f92cd36bf69dd5/identify-2.5.35.tar.gz
BuildArch: noarch BuildArch: noarch
@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Feb 20 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2.5.35-1
- Update package to version 2.5.35
* Thu Oct 26 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.5.30-1 * Thu Oct 26 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.5.30-1
- Update package to version 2.5.30 - Update package to version 2.5.30