Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-langdetect for
openSUSE:Factory checked in at 2021-06-01 10:35:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-langdetect (Old)
and /work/SRC/openSUSE:Factory/.python-langdetect.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-langdetect"
Tue Jun 1 10:35:37 2021 rev:3 rq:895336 version:1.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-langdetect/python-langdetect.changes
2020-04-15 19:56:30.813664127 +0200
+++
/work/SRC/openSUSE:Factory/.python-langdetect.new.1898/python-langdetect.changes
2021-06-01 10:36:19.276696548 +0200
@@ -1,0 +2,7 @@
+Tue May 25 09:19:03 UTC 2021 - [email protected]
+
+- version update to 1.0.9
+ * no upstream changelog, see the git log
+ https://github.com/Mimino666/langdetect/commits/master
+
+-------------------------------------------------------------------
Old:
----
langdetect-1.0.8.tar.gz
New:
----
langdetect-1.0.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-langdetect.spec ++++++
--- /var/tmp/diff_new_pack.0yhJ4p/_old 2021-06-01 10:36:19.700697269 +0200
+++ /var/tmp/diff_new_pack.0yhJ4p/_new 2021-06-01 10:36:19.704697276 +0200
@@ -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 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pyunittest discover -v
%files %{python_files}
%doc README.md
++++++ langdetect-1.0.8.tar.gz -> langdetect-1.0.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/langdetect-1.0.8/PKG-INFO
new/langdetect-1.0.9/PKG-INFO
--- old/langdetect-1.0.8/PKG-INFO 2020-03-05 13:17:39.000000000 +0100
+++ new/langdetect-1.0.9/PKG-INFO 2021-05-07 09:52:06.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: langdetect
-Version: 1.0.8
+Version: 1.0.9
Summary: Language detection library ported from Google's language-detection.
Home-page: https://github.com/Mimino666/langdetect
Author: Michal Mimino Danilak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/langdetect-1.0.8/langdetect/__init__.py
new/langdetect-1.0.9/langdetect/__init__.py
--- old/langdetect-1.0.8/langdetect/__init__.py 2015-02-23 14:24:22.000000000
+0100
+++ new/langdetect-1.0.9/langdetect/__init__.py 2021-05-07 00:36:05.000000000
+0200
@@ -1 +1,2 @@
from .detector_factory import DetectorFactory, PROFILES_DIRECTORY, detect,
detect_langs
+from .lang_detect_exception import LangDetectException
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/langdetect-1.0.8/langdetect.egg-info/PKG-INFO
new/langdetect-1.0.9/langdetect.egg-info/PKG-INFO
--- old/langdetect-1.0.8/langdetect.egg-info/PKG-INFO 2020-03-05
13:17:39.000000000 +0100
+++ new/langdetect-1.0.9/langdetect.egg-info/PKG-INFO 2021-05-07
09:52:06.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: langdetect
-Version: 1.0.8
+Version: 1.0.9
Summary: Language detection library ported from Google's language-detection.
Home-page: https://github.com/Mimino666/langdetect
Author: Michal Mimino Danilak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/langdetect-1.0.8/setup.py
new/langdetect-1.0.9/setup.py
--- old/langdetect-1.0.8/setup.py 2020-03-05 13:17:29.000000000 +0100
+++ new/langdetect-1.0.9/setup.py 2021-05-07 09:38:25.000000000 +0200
@@ -10,7 +10,7 @@
setup(
name='langdetect',
- version='1.0.8',
+ version='1.0.9',
description='Language detection library ported from Google\'s
language-detection.',
long_description=readme,
long_description_content_type='text/markdown',