Update package to version 2.5.10

This commit is contained in:
jxy_git 2022-12-16 15:32:11 +08:00
parent a6faf258f5
commit 91a5f29bad
3 changed files with 5 additions and 5 deletions

BIN
identify-2.5.10.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-identify
Version: 2.5.8
Version: 2.5.10
Release: 1
Summary: File identification library for Python
License: MIT
URL: https://github.com/pre-commit/identify
Source0: https://files.pythonhosted.org/packages/67/e1/869d7b8df41a3ac2a3c74a2a4ba401df468044dccc489b8937aad40d148e/identify-2.5.8.tar.gz
Source0: https://files.pythonhosted.org/packages/24/7f/6812dcfa4ff7f8bd425252eb2bd4ef394477eea1424d3e09bbbfdac94e87/identify-2.5.10.tar.gz
BuildArch: noarch
@ -21,7 +21,6 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description -n python3-identify
File identification library for Python.
Given a file (or some information about a file), return a set of standardized tags identifying what the file is.
@ -29,7 +28,6 @@ Given a file (or some information about a file), return a set of standardized ta
%package help
Summary: Development documents and examples for identify
Provides: python3-identify-doc
%description help
File identification library for Python.
Given a file (or some information about a file), return a set of standardized tags identifying what the file is.
@ -75,9 +73,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Dec 16 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.5.10-1
- Update package to version 2.5.10
* Thu Nov 03 2022 wangjunqi <wangjunqi@kylinos.cn> - 2.5.8-1
- Update package to version 2.5.8
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.10-1
- Package Spec generate