forked from pool/python-snowballstemmer
- 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/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=17
This commit is contained in:
parent
cb438a7138
commit
79e445d56c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:713e53b79cbcf97bc5245a06080a33d54a77e7cce2f789c835a143bcdb5c033e
|
||||
size 82045
|
3
snowballstemmer-2.0.0.tar.gz
Normal file
3
snowballstemmer-2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52
|
||||
size 79284
|
Loading…
x
Reference in New Issue
Block a user