Hello community,
here is the log from the commit of package python-langdetect for
openSUSE:Factory checked in at 2020-04-15 19:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-langdetect (Old)
and /work/SRC/openSUSE:Factory/.python-langdetect.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-langdetect"
Wed Apr 15 19:56:25 2020 rev:2 rq:794156 version:1.0.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-langdetect/python-langdetect.changes
2019-12-11 12:15:07.168511625 +0100
+++
/work/SRC/openSUSE:Factory/.python-langdetect.new.2738/python-langdetect.changes
2020-04-15 19:56:30.813664127 +0200
@@ -1,0 +2,7 @@
+Wed Apr 15 10:20:08 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 1.0.8
+ * Drop unsupported Python 2.6, 3.2, 3.3
+ * Support Python 3.7, 3.8
+
+-------------------------------------------------------------------
Old:
----
langdetect-1.0.7.zip
New:
----
langdetect-1.0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-langdetect.spec ++++++
--- /var/tmp/diff_new_pack.CZQdC0/_old 2020-04-15 19:56:31.645664752 +0200
+++ /var/tmp/diff_new_pack.CZQdC0/_new 2020-04-15 19:56:31.649664754 +0200
@@ -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