From 01bfab6f2b73874d51de82441596ddff931c50f9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 15 Jul 2015 11:39:52 +0200 Subject: [PATCH] * New upstream release. * Fixed build-depends for this release. --- debian/changelog | 7 ++++++ debian/control | 56 +++++++++++++++++++++++++++++++----------------- 2 files changed, 43 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 590e61aa..6c51378c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-taskflow (1.15.0-1) experimental; urgency=medium + + * New upstream release. + * Fixed build-depends for this release. + + -- Thomas Goirand Wed, 15 Jul 2015 11:39:13 +0200 + python-taskflow (0.7.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 16fa9c1b..debe4813 100644 --- a/debian/control +++ b/debian/control @@ -7,29 +7,38 @@ Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, - python-pbr, + python-pbr (>= 0.11), python-setuptools, python-sphinx, Build-Depends-Indep: alembic (>= 0.7.2), - python-concurrent.futures, + python-cachetools, + python-concurrent.futures (>= 3.0), + python-contextlib2, python-coverage, - python-eventlet (>= 0.16.1), + python-debtcollector (>= 0.3.0), + python-enum34, + python-eventlet (>= 0.17.4), + python-fasteners, + python-futurist, python-hacking, python-jsonschema, - python-kazoo, + python-kazoo (>= 2.2), python-kombu, - python-mock, + python-mock (>= 1.1), + python-monotonic (>= 0.1), python-mysqldb, python-networkx, - python-oslo.serialization (>= 1.2.0), - python-oslo.utils (>= 1.2.0), - python-oslosphinx (>= 2.2.0.0), - python-oslotest (>= 1.2.0), + python-oslo.serialization (>= 1.4.0), + python-oslo.utils (>= 1.6.0), + python-oslosphinx (>= 2.5.0), + python-oslotest (>= 1.5.1), python-psycopg2, - python-six, - python-sqlalchemy, - python-stevedore (>= 1.1.0), - python-testtools, + python-redis, + python-six (>= 1.9.0), + python-sqlalchemy (>= 0.9.7), + python-stevedore (>= 1.5.0), + python-testscenarios (>= 0.4), + python-testtools (>= 1.4.0), python-unittest2, python-zake, subunit, @@ -42,20 +51,27 @@ Homepage: https://github.com/openstack/taskflow Package: python-taskflow Architecture: all Depends: alembic (>= 0.7.2), - python-concurrent.futures, - python-eventlet (>= 0.16.1), + python-cachetools, + python-concurrent.futures (>= 3.0), + python-contextlib2, + python-debtcollector (>= 0.3.0), + python-enum34, + python-eventlet (>= 0.17.4), + python-fasteners, + python-futurist, python-jsonschema, python-kazoo, python-kombu, + python-monotonic (>= 0.1), python-mysqldb, python-networkx, - python-oslo.serialization (>= 1.2.0), - python-oslo.utils (>= 1.2.0), + python-oslo.serialization (>= 1.4.0), + python-oslo.utils (>= 1.6.0), python-pbr, python-psycopg2, - python-six, - python-sqlalchemy, - python-stevedore (>= 1.1.0), + python-six (>= 1.9.0), + python-sqlalchemy (>= 0.9.7), + python-stevedore (>= 1.5.0), ${misc:Depends}, ${python:Depends}, Recommends: ${python:Recommends},