Accepting request 758628 from devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/758628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-01-01 13:57:51 +00:00 committed by Git OBS Bridge
commit 2001da6788
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 20 19:08:51 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:713e53b79cbcf97bc5245a06080a33d54a77e7cce2f789c835a143bcdb5c033e
size 82045

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52
size 79284