Accepting request 298565 from home:Nijel:branches:devel:languages:python
- Update to 2.7.0: * Removed on-disk word graph implementation of spell checking in favor of much simpler and faster FSA implementation over the term file. * Many bug fixes. * Removed backwards compatibility with indexes created by versions prior to 2.5. You may need to re-index if you are using an old index that hasn't been updated. * This is the last 2.x release before a major overhaul that will break backwards compatibility. OBS-URL: https://build.opensuse.org/request/show/298565 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=7
This commit is contained in:
parent
8181b7843a
commit
328b430787
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:450d3b76c45dd26ceda101ebafee181c7ab377e8ea37ff5aaca1be79227f73fa
|
||||
size 1040760
|
3
Whoosh-2.7.0.tar.gz
Normal file
3
Whoosh-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7
|
||||
size 950485
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 11:33:23 UTC 2015 - mcihar@suse.cz
|
||||
|
||||
- Update to 2.7.0:
|
||||
* Removed on-disk word graph implementation of spell checking in favor of much
|
||||
simpler and faster FSA implementation over the term file.
|
||||
* Many bug fixes.
|
||||
* Removed backwards compatibility with indexes created by versions prior to
|
||||
2.5. You may need to re-index if you are using an old index that hasn't been
|
||||
updated.
|
||||
* This is the last 2.x release before a major overhaul that will break backwards
|
||||
compatibility.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 10:50:40 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Whoosh
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Whoosh
|
||||
Version: 2.5.7
|
||||
Version: 2.7.0
|
||||
Release: 0
|
||||
Url: http://www.turbogears.org
|
||||
Summary: Fast, pure-Python full text indexing, search, and spell checking library
|
||||
|
Loading…
Reference in New Issue
Block a user