We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I believe that Whoosh 2.6.0 is on pypi by mistake so consider lowering your requirements for whoosh (==2.6.0 -> >= 2.5.7)
https://pypi.python.org/pypi/Whoosh redirects to 2.5.7
https://whoosh.readthedocs.org/en/latest/releases/2_0.html shows latest release 2.5
https://bitbucket.org/mchaput/whoosh/src latests tag is 2.5.7
and
> $ diff -ur Whoosh-2.6.0 Whoosh-2.5.7 diff -ur Whoosh-2.6.0/PKG-INFO Whoosh-2.5.7/PKG-INFO --- Whoosh-2.6.0/PKG-INFO 2014-02-14 16:20:46.000000000 +0100 +++ Whoosh-2.5.7/PKG-INFO 2014-02-14 16:24:44.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: Whoosh -Version: 2.6.0 +Version: 2.5.7 Summary: Fast, pure-Python full text indexing, search, and spell checking library. Home-page: http://bitbucket.org/mchaput/whoosh Author: Matt Chaput diff -ur Whoosh-2.6.0/src/whoosh/__init__.py Whoosh-2.5.7/src/whoosh/__init__.py --- Whoosh-2.6.0/src/whoosh/__init__.py 2014-01-30 16:54:40.000000000 +0100 +++ Whoosh-2.5.7/src/whoosh/__init__.py 2014-02-14 16:23:52.000000000 +0100 @@ -25,7 +25,7 @@ # those of the authors and should not be interpreted as representing official # policies, either expressed or implied, of Matt Chaput. -__version__ = (2, 6, 0) +__version__ = (2, 5, 7) def versionstring(build=True, extra=True): diff -ur Whoosh-2.6.0/src/Whoosh.egg-info/PKG-INFO Whoosh-2.5.7/src/Whoosh.egg-info/PKG-INFO --- Whoosh-2.6.0/src/Whoosh.egg-info/PKG-INFO 2014-02-14 16:20:46.000000000 +0100 +++ Whoosh-2.5.7/src/Whoosh.egg-info/PKG-INFO 2014-02-14 16:24:44.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: Whoosh -Version: 2.6.0 +Version: 2.5.7 Summary: Fast, pure-Python full text indexing, search, and spell checking library. Home-page: http://bitbucket.org/mchaput/whoosh Author: Matt Chaput diff -ur Whoosh-2.6.0/tests/test_searching.py Whoosh-2.5.7/tests/test_searching.py --- Whoosh-2.6.0/tests/test_searching.py 2014-01-30 18:06:36.000000000 +0100 +++ Whoosh-2.5.7/tests/test_searching.py 2014-02-14 16:22:16.000000000 +0100 @@ -1742,5 +1742,3 @@ assert names == "delta foxtrot" - -
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe that Whoosh 2.6.0 is on pypi by mistake so consider lowering your requirements for whoosh (==2.6.0 -> >= 2.5.7)
https://pypi.python.org/pypi/Whoosh redirects to 2.5.7
https://whoosh.readthedocs.org/en/latest/releases/2_0.html shows latest release 2.5
https://bitbucket.org/mchaput/whoosh/src latests tag is 2.5.7
and
The text was updated successfully, but these errors were encountered: