From 55a91233a705dc828068b94f6950b7da8f255b1ac5c802b398729e96e8dedcd4 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 7 Oct 2013 14:52:33 +0000
Subject: [PATCH] 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
---
Whoosh-2.4.1.tar.gz | 3 ---
Whoosh-2.5.4.tar.gz | 3 +++
python-Whoosh.changes | 17 +++++++++++++++++
python-Whoosh.spec | 6 ++++--
4 files changed, 24 insertions(+), 5 deletions(-)
delete mode 100644 Whoosh-2.4.1.tar.gz
create mode 100644 Whoosh-2.5.4.tar.gz
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}