diff --git a/Whoosh-2.4.1.tar.gz b/Whoosh-2.4.1.tar.gz deleted file mode 100644 index ef5e657..0000000 --- a/Whoosh-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466c377ae8567aed86abef401774ddb27e80055ac34a33bd0e12d6b7db69a40e -size 938446 diff --git a/Whoosh-2.5.4.tar.gz b/Whoosh-2.5.4.tar.gz new file mode 100644 index 0000000..0b8ecc2 --- /dev/null +++ b/Whoosh-2.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80be2c5efc2574fe587573da7fae8401a09af4ad92f1bb8257cc6e0509d26cf +size 963435 diff --git a/python-Whoosh.changes b/python-Whoosh.changes index e43837d..4a87af9 100644 --- a/python-Whoosh.changes +++ b/python-Whoosh.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Oct 7 12:26:44 UTC 2013 - mcihar@suse.cz + +- build documentation during build + +------------------------------------------------------------------- +Mon Oct 7 12:15:05 UTC 2013 - mcihar@suse.cz + +- now uses py.test instead of nose for testing + +------------------------------------------------------------------- +Mon Oct 7 12:09:27 UTC 2013 - mcihar@suse.cz + +- Update to version 2.5.4 + + New index format + + Better API for index creation + ------------------------------------------------------------------- Wed Jan 30 11:42:20 UTC 2013 - saschpe@suse.de diff --git a/python-Whoosh.spec b/python-Whoosh.spec index a1385ff..ee97a3f 100644 --- a/python-Whoosh.spec +++ b/python-Whoosh.spec @@ -17,7 +17,7 @@ Name: python-Whoosh -Version: 2.4.1 +Version: 2.5.4 Release: 0 Url: http://www.turbogears.org Summary: Fast, pure-Python full text indexing, search, and spell checking library @@ -27,7 +27,8 @@ Source: http://pypi.python.org/packages/source/W/Whoosh/Whoosh-%{version BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: python-devel BuildRequires: python-distribute -BuildRequires: python-nose +BuildRequires: python-pytest +BuildRequires: python-Sphinx %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else @@ -49,6 +50,7 @@ or replaced to meet your needs exactly. %build python setup.py build +sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}