Accepting request 895336 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895336 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-langdetect?expand=0&rev=3
This commit is contained in:
commit
63ccbf2eeb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:363795ea005f1243c958e953245dac5d814fabdc025c9afa91588c5fa6b2fa83
|
|
||||||
size 981459
|
|
BIN
langdetect-1.0.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
langdetect-1.0.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 25 09:19:03 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.0.9
|
||||||
|
* no upstream changelog, see the git log
|
||||||
|
https://github.com/Mimino666/langdetect/commits/master
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 15 10:20:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Wed Apr 15 10:20:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-langdetect
|
# spec file for package python-langdetect
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-langdetect
|
Name: python-langdetect
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Language detection library ported from Google's language-detection
|
Summary: Language detection library ported from Google's language-detection
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -54,7 +54,7 @@ pt, ro, ru, sk, sl, so, sq, sv, sw, ta, te, th, tl, tr, uk, ur, vi, zh-cn, zh-tw
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%pyunittest discover -v
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user