From 79e445d56c3add10dd7e247b2b8b45db2bd02b420e0e1af796d7478ef8643995 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 Dec 2019 19:09:41 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=202.0.0:=20=20=20*=20Simplified?= =?UTF-8?q?=20generated=20code=20for=20``repeat``=20and=20``atleast``=20co?= =?UTF-8?q?mmands.=20=20=20*=20Implemented=20=E2=80=9Cgo=20grouping?= =?UTF-8?q?=E2=80=9D=20optimisation.=20=20=20*=20Removed=20caching=20layer?= =?UTF-8?q?=20(#114).=20=20=20*=20Enabled=20building=20wheels=20(#115).=20?= =?UTF-8?q?=20=20*=20Updated=20package=20README.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=17 --- python-snowballstemmer.changes | 10 ++++++++++ python-snowballstemmer.spec | 4 ++-- snowballstemmer-1.9.1.tar.gz | 3 --- snowballstemmer-2.0.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 snowballstemmer-1.9.1.tar.gz create mode 100644 snowballstemmer-2.0.0.tar.gz 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