From c704a05bb5748be00da4d9a80cf178cee6042dc2924b6260704a15326aac037b Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 3 Jun 2025 14:04:33 +0000 Subject: [PATCH] Accepting request 1282169 from home:glaubitz:branches:devel:languages:python - Update to 2.6.12 * Identify common MSBuild files * Drop ambiguous .proj extension - from version 2.6.11 * Add support for `.sqlfluff` * Identify XSLT files OBS-URL: https://build.opensuse.org/request/show/1282169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=43 --- identify-2.6.10.tar.gz | 3 --- identify-2.6.12.tar.gz | 3 +++ python-identify.changes | 10 ++++++++++ python-identify.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 identify-2.6.10.tar.gz create mode 100644 identify-2.6.12.tar.gz diff --git a/identify-2.6.10.tar.gz b/identify-2.6.10.tar.gz deleted file mode 100644 index 8bf71b7..0000000 --- a/identify-2.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:289f9d03bdce49af3bdb74f4588cd3af1ce65605e6ecc393abe2e21016ec3ee4 -size 101914 diff --git a/identify-2.6.12.tar.gz b/identify-2.6.12.tar.gz new file mode 100644 index 0000000..fb8b9e7 --- /dev/null +++ b/identify-2.6.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234ad1bf7a06a3e44b60d2e9146f5f599b57788589027306baa00677af32947e +size 101966 diff --git a/python-identify.changes b/python-identify.changes index 77f0291..b67636d 100644 --- a/python-identify.changes +++ b/python-identify.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 3 07:34:40 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.6.12 + * Identify common MSBuild files + * Drop ambiguous .proj extension +- from version 2.6.11 + * Add support for `.sqlfluff` + * Identify XSLT files + ------------------------------------------------------------------- Mon Apr 28 15:06:47 UTC 2025 - Markéta Machová diff --git a/python-identify.spec b/python-identify.spec index 2c21aa8..4aba6d3 100644 --- a/python-identify.spec +++ b/python-identify.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-identify -Version: 2.6.10 +Version: 2.6.12 Release: 0 Summary: File identification library for Python License: MIT