mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-04-10 02:00:58 +00:00
Bumped version and updated requirements.
This commit is contained in:
parent
de7a59689d
commit
f67036e5cd
3 changed files with 6 additions and 6 deletions
|
|
@ -35,9 +35,9 @@ The `endswith` search operation is not supported by Xapian-Haystack.
|
|||
Requirements
|
||||
------------
|
||||
|
||||
- Python 2.7 or 3.3
|
||||
- Python 2.7 or 3+
|
||||
- Django 1.8+
|
||||
- Django-Haystack 2
|
||||
- Django-Haystack 2.5.1
|
||||
- Xapian 1.2.19+
|
||||
|
||||
In particular, we build-test this backend in `Travis`_ using:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.8
|
||||
Django-Haystack>=2
|
||||
Django-Haystack>=2.5.1
|
||||
|
|
|
|||
6
setup.py
6
setup.py
|
|
@ -10,7 +10,7 @@ def read(fname):
|
|||
|
||||
setup(
|
||||
name='xapian-haystack',
|
||||
version='2.0.0',
|
||||
version='2.1.0',
|
||||
description='A Xapian backend for Haystack',
|
||||
long_description=read('README.rst'),
|
||||
classifiers=[
|
||||
|
|
@ -23,11 +23,11 @@ setup(
|
|||
author='Jorge C. Leitão',
|
||||
author_email='jorgecarleitao@gmail.com',
|
||||
url='http://github.com/notanumber/xapian-haystack',
|
||||
download_url='http://github.com/notanumber/xapian-haystack/tarball/2.0.0',
|
||||
download_url='http://github.com/notanumber/xapian-haystack/tarball/2.1.0',
|
||||
license='GPL2',
|
||||
py_modules=['xapian_backend'],
|
||||
install_requires=[
|
||||
'django>=1.8',
|
||||
'django-haystack>=2',
|
||||
'django-haystack>=2.5.1',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue