[Python-modules-commits] [elasticsearch-curator] 09/18: d/control: Bump python-elasticsearch depedency version

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Tue Oct 17 08:17:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository elasticsearch-curator.

commit 6a9267050b7b729d940d17093e5bd52beb4857e0
Author: Aggelos Avgerinos <avgerinos at skroutz.gr>
Date:   Mon Sep 4 11:31:09 2017 +0300

    d/control: Bump python-elasticsearch depedency version
---
 debian/control | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 14390b7..5f1170b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 10),
                python-all,
                python-setuptools,
                python-click,
-               python-elasticsearch (>= 1.0.0),
+               python-elasticsearch (>= 5.0.0),
+               python-elasticsearch (<< 6.0.0),
                python-elasticsearch-doc,
                python3-all,
                python3-setuptools,
@@ -52,8 +53,8 @@ Description: command-line tool for managing Elasticsearch time-series indices
 
 Package: python-elasticsearch-curator
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch (>= 1.0.0),
-         python-pkg-resources
+Depends: ${misc:Depends}, ${python:Depends}, python-elasticsearch (>= 5.0.0),
+  python-elasticsearch (<< 6.0.0), python-pkg-resources
 Suggests: python-elasticsearch-curator-doc
 Description: Python library for managing Elasticsearch time-series indices
  Elasticsearch Curator helps manage Elasticsearch time-series indices. It

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/elasticsearch-curator.git



More information about the Python-modules-commits mailing list