From 1bef28d51987261a008e944759410b305ef69245ba35c4a3d8fa7521f9589004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 Apr 2020 13:15:29 +0000 Subject: [PATCH] Accepting request 792731 from home:mcalabkova:branches:devel:languages:python - Update to 1.4.14 * Handle malformed shebangs * Add Bazel, Scheme and Idris filetypes * Plantuml; .puml suffix * Recognize .pm as perl * Add some common rcfiles to the list * fix: add 'image' tag for SVG files * feat: add adoc/asciidoc file extension OBS-URL: https://build.opensuse.org/request/show/792731 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=11 --- identify-1.4.14.tar.gz | 3 +++ identify-1.4.7.tar.gz | 3 --- python-identify.changes | 12 ++++++++++++ python-identify.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 identify-1.4.14.tar.gz delete mode 100644 identify-1.4.7.tar.gz diff --git a/identify-1.4.14.tar.gz b/identify-1.4.14.tar.gz new file mode 100644 index 0000000..371c020 --- /dev/null +++ b/identify-1.4.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d5b8ec3763492106c8f985322aa2a98bbb1f240df759afa38fd85c8e205408 +size 99227 diff --git a/identify-1.4.7.tar.gz b/identify-1.4.7.tar.gz deleted file mode 100644 index 7152d11..0000000 --- a/identify-1.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26c885fa158aeb16ecfc4ed92f4a380e9b3ed486d60188e30a765e0bb4759e67 -size 99041 diff --git a/python-identify.changes b/python-identify.changes index d737581..121e691 100644 --- a/python-identify.changes +++ b/python-identify.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 9 13:05:29 UTC 2020 - Marketa Calabkova + +- Update to 1.4.14 + * Handle malformed shebangs + * Add Bazel, Scheme and Idris filetypes + * Plantuml; .puml suffix + * Recognize .pm as perl + * Add some common rcfiles to the list + * fix: add 'image' tag for SVG files + * feat: add adoc/asciidoc file extension + ------------------------------------------------------------------- Wed Sep 11 15:00:28 UTC 2019 - Tomáš Chvátal diff --git a/python-identify.spec b/python-identify.spec index b9c3aa8..ee42cd1 100644 --- a/python-identify.spec +++ b/python-identify.spec @@ -1,7 +1,7 @@ # # spec file for package python-identify # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-identify -Version: 1.4.7 +Version: 1.4.14 Release: 0 Summary: File identification library for Python License: MIT