diff --git a/identify-2.5.35.tar.gz b/identify-2.5.35.tar.gz deleted file mode 100644 index 3d91c63f2d6962d3cb88ad7c878ded2636802bda..0000000000000000000000000000000000000000 Binary files a/identify-2.5.35.tar.gz and /dev/null differ diff --git a/identify-2.6.0.tar.gz b/identify-2.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b3d5df0e4702b14be175814c3cf2bde8f3c8fa2e Binary files /dev/null and b/identify-2.6.0.tar.gz differ diff --git a/python-identify.spec b/python-identify.spec index 5ce4acf403ff5d47f8d7860a9b216a0566f699e8..9ee997acef53351b62b08517c32b6043dc094540 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.35 +Version: 2.6.0 Release: 1 Summary: File identification library for Python License: MIT URL: https://github.com/pre-commit/identify -Source0: https://files.pythonhosted.org/packages/c4/ba/680e84c24284eba70aebaaa90d03bd039453419151b0e6f92cd36bf69dd5/identify-2.5.35.tar.gz +Source0: https://files.pythonhosted.org/packages/source/i/identify/identify-%{version}.tar.gz BuildArch: noarch @@ -33,7 +33,7 @@ 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. %prep -%autosetup -n identify-%{version} +%autosetup -n identify-%{version} -p1 %build %py3_build @@ -73,6 +73,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Sep 02 2024 yaoxin - 2.6.0-1 +- Update to 2.6.0: + * Identify Cargo.toml and Cargo.lock as cargo and cargo-lock + * Fix IndexError when shebang is just '#!/usr/bin/env' + * Add ejson extension + * Tue Feb 20 2024 jiangxinyu - 2.5.35-1 - Update package to version 2.5.35 diff --git a/python-identify.yaml b/python-identify.yaml new file mode 100644 index 0000000000000000000000000000000000000000..611cf143850b81072bec397370f5e85701c3f382 --- /dev/null +++ b/python-identify.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: pre-commit/identify +tag_pattern: "^v" +seperator: "."