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
This commit is contained in:
parent
bfdc1a6384
commit
55a91233a7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:466c377ae8567aed86abef401774ddb27e80055ac34a33bd0e12d6b7db69a40e
|
||||
size 938446
|
3
Whoosh-2.5.4.tar.gz
Normal file
3
Whoosh-2.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80be2c5efc2574fe587573da7fae8401a09af4ad92f1bb8257cc6e0509d26cf
|
||||
size 963435
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user