diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:56:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 04:56:33 +0000 |
commit | 789e877aab54d561a23a429b35bdf3cf0d2543c1 (patch) | |
tree | 560081bd4432e6c09424b6a903f2ad467ddb12ba | |
parent | f5a600a5fc01571e2ae397591121846108e1a205 (diff) |
automatic import of python-identifyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-identify.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /identify-2.5.19.tar.gz +/identify-2.5.22.tar.gz diff --git a/python-identify.spec b/python-identify.spec index babfd1f..ec2ec28 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.19 +Version: 2.5.22 Release: 1 Summary: File identification library for Python License: MIT URL: https://github.com/pre-commit/identify -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2d/39/743c442eecc9405d98f90a3b4308740b5c09765052e526392c307e6054a3/identify-2.5.19.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/85/2dad5866648c6b1772d5cb9b0ca1810f214e5d5e72f231dfb6891300358a/identify-2.5.22.tar.gz BuildArch: noarch Requires: python3-ukkonen @@ -323,7 +323,7 @@ By design, this means we don't need to partially read files where we recognize the file extension. %prep -%autosetup -n identify-2.5.19 +%autosetup -n identify-2.5.22 %build %py3_build @@ -363,5 +363,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.19-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.22-1 - Package Spec generated @@ -1 +1 @@ -81360900b0db030efa49e46210620d04 identify-2.5.19.tar.gz +ffec3a38085be3708f8080564fe744e5 identify-2.5.22.tar.gz |