diff --git a/cubicweb-elasticsearch.spec b/cubicweb-elasticsearch.spec index 7c66f44cdc60606ea15bfc2de8d20c6d4487b2a0_Y3ViaWN3ZWItZWxhc3RpY3NlYXJjaC5zcGVj..4c7e9c37ea8f0e7da1d82bf784ca3353bbf9d83f_Y3ViaWN3ZWItZWxhc3RpY3NlYXJjaC5zcGVj 100644 --- a/cubicweb-elasticsearch.spec +++ b/cubicweb-elasticsearch.spec @@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: %{python} %{python}-setuptools -Requires: cubicweb >= 3.22.2 +Requires: cubicweb >= 3.24.0 Requires: %{python}-six >= 1.4.0 %description diff --git a/cubicweb_elasticsearch/__pkginfo__.py b/cubicweb_elasticsearch/__pkginfo__.py index 7c66f44cdc60606ea15bfc2de8d20c6d4487b2a0_Y3ViaWN3ZWJfZWxhc3RpY3NlYXJjaC9fX3BrZ2luZm9fXy5weQ==..4c7e9c37ea8f0e7da1d82bf784ca3353bbf9d83f_Y3ViaWN3ZWJfZWxhc3RpY3NlYXJjaC9fX3BrZ2luZm9fXy5weQ== 100644 --- a/cubicweb_elasticsearch/__pkginfo__.py +++ b/cubicweb_elasticsearch/__pkginfo__.py @@ -13,7 +13,7 @@ description = 'Simple ElasticSearch indexing integration for CubicWeb' web = 'http://www.cubicweb.org/project/%s' % distname -__depends__ = {'cubicweb': '>= 3.22.2', 'six': '>= 1.4.0', +__depends__ = {'cubicweb': '>= 3.24.0', 'six': '>= 1.4.0', 'cwtags': None, 'elasticsearch': '>=2.0.0,<3.0.0', 'elasticsearch-dsl': '<5.0.0', diff --git a/debian/control b/debian/control index 7c66f44cdc60606ea15bfc2de8d20c6d4487b2a0_ZGViaWFuL2NvbnRyb2w=..4c7e9c37ea8f0e7da1d82bf784ca3353bbf9d83f_ZGViaWFuL2NvbnRyb2w= 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Depends: ${python:Depends}, ${misc:Depends}, - cubicweb-common (>= 3.22.2), + cubicweb-common (>= 3.24.0), python-six (>= 1.4.0), python-bs4, python-cwtags,