diff --git a/langdetect-1.0.8.tar.gz b/langdetect-1.0.8.tar.gz deleted file mode 100644 index c6ff281..0000000 --- a/langdetect-1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:363795ea005f1243c958e953245dac5d814fabdc025c9afa91588c5fa6b2fa83 -size 981459 diff --git a/langdetect-1.0.9.tar.gz b/langdetect-1.0.9.tar.gz new file mode 100644 index 0000000..df16f00 --- /dev/null +++ b/langdetect-1.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc1fef89f8d062739774bd51eda3da3274006b3661d199c2655f6b3f6d605a0 +size 981474 diff --git a/python-langdetect.changes b/python-langdetect.changes index 9ec2346..7dfe2e7 100644 --- a/python-langdetect.changes +++ b/python-langdetect.changes @@ -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 diff --git a/python-langdetect.spec b/python-langdetect.spec index ce280cc..3843e83 100644 --- a/python-langdetect.spec +++ b/python-langdetect.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-langdetect -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: Language detection library ported from Google's language-detection 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} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc README.md