From f4ef1f064979c05f7b1f9e625a8e9837ce784d213f9627d1f64027e4e1191817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Apr 2020 10:59:47 +0000 Subject: [PATCH] Accepting request 794146 from home:mcalabkova:branches:devel:languages:python - Update to 1.0.8 * Drop unsupported Python 2.6, 3.2, 3.3 * Support Python 3.7, 3.8 OBS-URL: https://build.opensuse.org/request/show/794146 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-langdetect?expand=0&rev=3 --- langdetect-1.0.7.zip | 3 --- langdetect-1.0.8.tar.gz | 3 +++ python-langdetect.changes | 7 +++++++ python-langdetect.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 langdetect-1.0.7.zip create mode 100644 langdetect-1.0.8.tar.gz diff --git a/langdetect-1.0.7.zip b/langdetect-1.0.7.zip deleted file mode 100644 index c36d5a2..0000000 --- a/langdetect-1.0.7.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91a170d5f0ade380db809b3ba67f08e95fe6c6c8641f96d67a51ff7e98a9bf30 -size 998060 diff --git a/langdetect-1.0.8.tar.gz b/langdetect-1.0.8.tar.gz new file mode 100644 index 0000000..c6ff281 --- /dev/null +++ b/langdetect-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363795ea005f1243c958e953245dac5d814fabdc025c9afa91588c5fa6b2fa83 +size 981459 diff --git a/python-langdetect.changes b/python-langdetect.changes index 1f1f635..9ec2346 100644 --- a/python-langdetect.changes +++ b/python-langdetect.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 15 10:20:08 UTC 2020 - Marketa Calabkova + +- Update to 1.0.8 + * Drop unsupported Python 2.6, 3.2, 3.3 + * Support Python 3.7, 3.8 + ------------------------------------------------------------------- Sun May 12 02:49:04 AM UTC 2019 - John Vandenberg diff --git a/python-langdetect.spec b/python-langdetect.spec index 0d57e31..ce280cc 100644 --- a/python-langdetect.spec +++ b/python-langdetect.spec @@ -1,7 +1,7 @@ # # spec file for package python-langdetect # -# Copyright (c) 2019 SUSE LLC +# 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,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-langdetect -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Language detection library ported from Google's language-detection License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/Mimino666/langdetect -Source: https://files.pythonhosted.org/packages/source/l/langdetect/langdetect-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/l/langdetect/langdetect-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros