diff --git a/identify-2.5.10.tar.gz b/identify-2.5.10.tar.gz new file mode 100644 index 0000000..8fb1140 Binary files /dev/null and b/identify-2.5.10.tar.gz differ diff --git a/identify-2.5.8.tar.gz b/identify-2.5.8.tar.gz deleted file mode 100644 index ae8c095..0000000 Binary files a/identify-2.5.8.tar.gz and /dev/null differ diff --git a/python-identify.spec b/python-identify.spec index 4a47582..7e5aa29 100644 --- a/python-identify.spec +++ b/python-identify.spec @@ -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 - 2.5.10-1 +- Update package to version 2.5.10 + * Thu Nov 03 2022 wangjunqi - 2.5.8-1 - Update package to version 2.5.8 * Tue Jul 13 2021 OpenStack_SIG - 2.2.10-1 - Package Spec generate -