1
0

Accepting request 794156 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/794156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-langdetect?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-04-15 17:56:25 +00:00 committed by Git OBS Bridge
commit f599c8485b
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91a170d5f0ade380db809b3ba67f08e95fe6c6c8641f96d67a51ff7e98a9bf30
size 998060

3
langdetect-1.0.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:363795ea005f1243c958e953245dac5d814fabdc025c9afa91588c5fa6b2fa83
size 981459

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 15 10:20:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <jayvdb@gmail.com>

View File

@ -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