From de4790eb9da59cc138fb9b064902ca4d5ad48f269af5075cb839db1ff0df6db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 18 Aug 2021 16:03:02 +0000 Subject: [PATCH] Accepting request 912899 from home:glaubitz:branches:devel:languages:python - Update to 2.2.13 * Add the '.kts' extension for kotlin - from version 2.2.12 * add adobe illustrator's .ai extension - from version 2.2.11 * Detect waf wscript files as Python * stricter mypy settings OBS-URL: https://build.opensuse.org/request/show/912899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-identify?expand=0&rev=19 --- identify-2.2.10.tar.gz | 3 --- identify-2.2.13.tar.gz | 3 +++ python-identify.changes | 11 +++++++++++ python-identify.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 identify-2.2.10.tar.gz create mode 100644 identify-2.2.13.tar.gz diff --git a/identify-2.2.10.tar.gz b/identify-2.2.10.tar.gz deleted file mode 100644 index 93da148..0000000 --- a/identify-2.2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91e1490b8fe459c3595bdfb299b7ef28bfdf3db54fa75f28ac64e96f5cf67435 -size 101073 diff --git a/identify-2.2.13.tar.gz b/identify-2.2.13.tar.gz new file mode 100644 index 0000000..5370a28 --- /dev/null +++ b/identify-2.2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd06ccd046da3ece6bbc0a581173c8b67322bbfe6a80a2f52c5915cac560333f +size 101136 diff --git a/python-identify.changes b/python-identify.changes index 611e866..d1121cb 100644 --- a/python-identify.changes +++ b/python-identify.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 18 12:47:19 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 2.2.13 + * Add the '.kts' extension for kotlin +- from version 2.2.12 + * add adobe illustrator's .ai extension +- from version 2.2.11 + * Detect waf wscript files as Python + * stricter mypy settings + ------------------------------------------------------------------- Thu Jun 24 12:31:47 UTC 2021 - Markéta Machová diff --git a/python-identify.spec b/python-identify.spec index 958644c..31655f9 100644 --- a/python-identify.spec +++ b/python-identify.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-identify -Version: 2.2.10 +Version: 2.2.13 Release: 0 Summary: File identification library for Python License: MIT