Hello community,
here is the log from the commit of package python-snowballstemmer for
openSUSE:Factory checked in at 2019-09-23 12:04:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-snowballstemmer (Old)
and /work/SRC/openSUSE:Factory/.python-snowballstemmer.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-snowballstemmer"
Mon Sep 23 12:04:13 2019 rev:7 rq:729777 version:1.9.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-snowballstemmer/python-snowballstemmer.changes
2019-09-02 12:41:27.877789283 +0200
+++
/work/SRC/openSUSE:Factory/.python-snowballstemmer.new.7948/python-snowballstemmer.changes
2019-09-23 12:04:18.133936162 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 10:21:45 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.9.1:
+ * provide license file in the tarball
+
+-------------------------------------------------------------------
Old:
----
COPYING
snowballstemmer-1.9.0.tar.gz
New:
----
snowballstemmer-1.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-snowballstemmer.spec ++++++
--- /var/tmp/diff_new_pack.K6fFMw/_old 2019-09-23 12:04:19.165935991 +0200
+++ /var/tmp/diff_new_pack.K6fFMw/_new 2019-09-23 12:04:19.165935991 +0200
@@ -18,20 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-snowballstemmer
-Version: 1.9.0
+Version: 1.9.1
Release: 0
Summary: 16 stemmer algorithms
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/shibukawa/snowball_py
-Source:
https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
-# https://github.com/snowballstem/snowball/issues/102
-Source1:
https://raw.githubusercontent.com/snowballstem/snowball/master/COPYING
-BuildRequires: %{python_module base}
+URL: https://github.com/shibukawa/snowball_py
+Source:
https://files.pythonhosted.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -43,12 +40,10 @@
stemming library. If PyStemmer is available, this module uses it to
accelerate.
-
%prep
%setup -q -n snowballstemmer-%{version}
%build
-cp %{SOURCE1} .
%python_build
%install
++++++ snowballstemmer-1.9.0.tar.gz -> snowballstemmer-1.9.1.tar.gz ++++++
++++ 8316 lines of diff (skipped)