diff --git a/python-snowballstemmer.changes b/python-snowballstemmer.changes index 42984a8..230d528 100644 --- a/python-snowballstemmer.changes +++ b/python-snowballstemmer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 20 19:08:51 UTC 2019 - Dirk Mueller + +- update to 2.0.0: + * Simplified generated code for ``repeat`` and ``atleast`` commands. + * Implemented “go grouping” optimisation. + * Removed caching layer (#114). + * Enabled building wheels (#115). + * Updated package README. + ------------------------------------------------------------------- Tue Sep 10 10:21:45 UTC 2019 - Tomáš Chvátal diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index 2e20338..0e1d080 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -1,7 +1,7 @@ # # spec file for package python-snowballstemmer # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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-snowballstemmer -Version: 1.9.1 +Version: 2.0.0 Release: 0 Summary: 16 stemmer algorithms License: BSD-3-Clause diff --git a/snowballstemmer-1.9.1.tar.gz b/snowballstemmer-1.9.1.tar.gz deleted file mode 100644 index 3cdd487..0000000 --- a/snowballstemmer-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:713e53b79cbcf97bc5245a06080a33d54a77e7cce2f789c835a143bcdb5c033e -size 82045 diff --git a/snowballstemmer-2.0.0.tar.gz b/snowballstemmer-2.0.0.tar.gz new file mode 100644 index 0000000..27ddeac --- /dev/null +++ b/snowballstemmer-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52 +size 79284