From 978d4897991cb196b271cac39fc052a517cdb13881752d554fb85529b8a29312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 4 Feb 2025 14:19:56 +0000 Subject: [PATCH 1/2] Accepting request 1243101 from home:glaubitz:branches:devel:languages:python - Update to 2.6.6 * [pre-commit.ci] pre-commit autoupdate * Add '.asm' file extension as 'asm' filetype - from version 2.6.5 * feat: identify .psm1 and .psd1 files as powershell - from version 2.6.4 * feat: identify gleam files * feat: identify bz3 files as bzip3 archives * [pre-commit.ci] pre-commit autoupdate * Add Tiltfile support OBS-URL: https://build.opensuse.org/request/show/1243101 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=34 --- identify-2.6.3.tar.gz | 3 --- identify-2.6.6.tar.gz | 3 +++ python-identify.changes | 14 ++++++++++++++ python-identify.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 identify-2.6.3.tar.gz create mode 100644 identify-2.6.6.tar.gz diff --git a/identify-2.6.3.tar.gz b/identify-2.6.3.tar.gz deleted file mode 100644 index d9c56b7..0000000 --- a/identify-2.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc482067adefd59ca945a4b75fd144d9395add861a0e11c1c2f32c71717d645a -size 101836 diff --git a/identify-2.6.6.tar.gz b/identify-2.6.6.tar.gz new file mode 100644 index 0000000..af0da0d --- /dev/null +++ b/identify-2.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8335d660ddb15ef952d4d3837676c98b5c8fef204cf92b072cfee0ef2033af6 +size 101889 diff --git a/python-identify.changes b/python-identify.changes index fb4e24c..82befd9 100644 --- a/python-identify.changes +++ b/python-identify.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Feb 4 12:20:34 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.6.6 + * [pre-commit.ci] pre-commit autoupdate + * Add '.asm' file extension as 'asm' filetype +- from version 2.6.5 + * feat: identify .psm1 and .psd1 files as powershell +- from version 2.6.4 + * feat: identify gleam files + * feat: identify bz3 files as bzip3 archives + * [pre-commit.ci] pre-commit autoupdate + * Add Tiltfile support + ------------------------------------------------------------------- Mon Dec 9 08:24:58 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-identify.spec b/python-identify.spec index 71941cd..91f1163 100644 --- a/python-identify.spec +++ b/python-identify.spec @@ -1,7 +1,7 @@ # # spec file for package python-identify # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-identify -Version: 2.6.3 +Version: 2.6.6 Release: 0 Summary: File identification library for Python License: MIT From ea75d8efd8edfb1d808b9beba2a30207be5b48cb987f42508569456a3496aab5 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 11 Feb 2025 12:45:08 +0000 Subject: [PATCH 2/2] Accepting request 1245046 from home:glaubitz:branches:devel:languages:python - Update to 2.6.7 * [pre-commit.ci] pre-commit autoupdate * Upgrade asottile/workflows * Add `.templ` extension * Add uv to interpreters list OBS-URL: https://build.opensuse.org/request/show/1245046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=35 --- identify-2.6.6.tar.gz | 3 --- identify-2.6.7.tar.gz | 3 +++ python-identify.changes | 9 +++++++++ python-identify.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 identify-2.6.6.tar.gz create mode 100644 identify-2.6.7.tar.gz diff --git a/identify-2.6.6.tar.gz b/identify-2.6.6.tar.gz deleted file mode 100644 index af0da0d..0000000 --- a/identify-2.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8335d660ddb15ef952d4d3837676c98b5c8fef204cf92b072cfee0ef2033af6 -size 101889 diff --git a/identify-2.6.7.tar.gz b/identify-2.6.7.tar.gz new file mode 100644 index 0000000..6360ac1 --- /dev/null +++ b/identify-2.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf110af75b4ee89e20f9ba7450ff705e7e2bde3469345384a4197a457b42d6e +size 101902 diff --git a/python-identify.changes b/python-identify.changes index 82befd9..a8ebb81 100644 --- a/python-identify.changes +++ b/python-identify.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 11 09:43:51 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.6.7 + * [pre-commit.ci] pre-commit autoupdate + * Upgrade asottile/workflows + * Add `.templ` extension + * Add uv to interpreters list + ------------------------------------------------------------------- Tue Feb 4 12:20:34 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-identify.spec b/python-identify.spec index 91f1163..401dae8 100644 --- a/python-identify.spec +++ b/python-identify.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-identify -Version: 2.6.6 +Version: 2.6.7 Release: 0 Summary: File identification library for Python License: MIT