Commit Graph

15 Commits

Author SHA256 Message Date
b247e44ac0 - Add NullMatcherClass-hashable.patch which adds __hash__
method to NullMatcherClass, so that it works with Sphinx4
  (gh#whoosh-community/whoosh#570).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=19
2021-06-21 07:57:06 +00:00
Tomáš Chvátal
ed524c01a4 - Add patch to fix build with pytest4+ (both in git of upstream):
* pytest4.patch
  * py2encoding.patch
- Use fdupes
- Update URL
- Make sure py2 tests are run too

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=17
2019-07-18 08:33:45 +00:00
73f977b701 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=15
2018-12-04 17:25:52 +00:00
0b8fd20a5a Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=14
2018-12-04 14:14:21 +00:00
Thomas Bechtold
684b47ba0a Accepting request 509125 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/509125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=12
2017-07-10 10:35:02 +00:00
3c224248fb Accepting request 506212 from home:tbechtold:branches:devel:languages:python
- convert to singlespec
- split -doc package
- use files.pythonhosted.org as Source url
- update to 2.7.4:
  * Changed version number to 2.7.0.
  * Added tag 2.7.0 for changeset 8abeb09483b9
  * Results.extend() didn't update the cached length.
  * Fixed VarBytesListColumn and FixedBytesListColumn.
  * Handle an empty queue exception in mpwriter.
  * Merging pull request with local commit.
  * Added test for storing tuples.
  * Remove caching decorator from VarBytesColumn reader.
  * Added test for has_deletions() after an optimization.
  * Try to avoid an UnboundLocalError in the DFA when MultiTerm.matcher() has
    an empty string.
  * Don't try to write a vector if the list of items is empty.
  * Implemented use of score_fn argument to NestedParent.
  * Don't cache query -> bitset, since this somehow prevents the Searcher from
    being collected.
  * Changed README docs link to point to readthedocs.org.
  * Change uses of dump[s]() to always use protocol 2 instead of -1
    ("use latest protocol") so indices created with Python 3.x are backwards
    compatible.
  * Fix the analyzer in test_vector_unicode() to not lowercase, since this
    makes the test fail on some Python versions.
  * Actually use the split_fn passed by the user. Not sure what happened here.
  * Handle pickled Schema objects that don't have a _subfields attribute.
  * Added fix and tests for calling expand_prefix() with unicode.
  * Fix short code for Swedish in language aliases.
  * Fix missing a consecutive token during highlighting

OBS-URL: https://build.opensuse.org/request/show/506212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=10
2017-06-26 10:03:55 +00:00
Stephan Kulow
fd4c13108e Accepting request 304166 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/304166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Whoosh?expand=0&rev=1
2015-04-27 20:08:50 +00:00
Denisart Benjamin
765eb8f77a Accepting request 303610 from home:dec16180:ldig:branches:devel:languages:python
license update: BSD-2-Clause
correct license ist BSD-2-Clause

OBS-URL: https://build.opensuse.org/request/show/303610
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=8
2015-04-24 14:31:52 +00:00
Michal Čihař
328b430787 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
2015-04-22 11:45:46 +00:00
Jan Matejek
8181b7843a Accepting request 241993 from home:Nijel:branches:devel:languages:python
- Upgrate to 2.5.7 (no changelog provided)

OBS-URL: https://build.opensuse.org/request/show/241993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=6
2014-07-25 13:31:49 +00:00
Sascha Peilicke
662aeb4ab9 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=5
2013-10-24 11:17:16 +00:00
Denisart Benjamin
55a91233a7 Accepting request 202506 from home:Nijel:branches:devel:languages:python
Update to version 2.5.4

- build documentation during build
- now uses py.test instead of nose for testing
- Update to version 2.5.4
  + New index format
  + Better API for index creation

OBS-URL: https://build.opensuse.org/request/show/202506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=4
2013-10-07 14:52:33 +00:00
Sascha Peilicke
bfdc1a6384 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=3
2013-06-17 12:54:45 +00:00
Sascha Peilicke
df00907904 - Disable testsuite on Factory, fails currently
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=2
2013-01-30 12:22:16 +00:00
Sascha Peilicke
459bd8c6ab - Update to version 2.4.1:
+ Fixes issues #242, #257, #261, #262, #263
- Renamed to python-Whoosh, obsoletes python-whoosh
- Install HTML documentation and LICENSE.txt
- Set SPDX-style license
- Run testsuite

- update to 2.4.0
- python3 package added
- a lot of spec improvements 

- updated to 2.3.2
- make package noarch if possible

- Update to version 2.4.1:
  + Fixes issues #242, #257, #261, #262, #263
- Renamed to python3-Whoosh, obsoletes python3-whoosh
- Install HTML documentation and LICENSE.txt
- Set SPDX-style license
- Run testsuite

- python3 package added

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=1
2013-01-30 11:42:07 +00:00