* New upstream release.

* Fixed build-depends for this release.
This commit is contained in:
Thomas Goirand
2015-07-15 11:39:52 +02:00
parent 3d94ac62d0
commit 01bfab6f2b
2 changed files with 43 additions and 20 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
python-taskflow (1.15.0-1) experimental; urgency=medium
* New upstream release.
* Fixed build-depends for this release.
-- Thomas Goirand <zigo@debian.org> Wed, 15 Jul 2015 11:39:13 +0200
python-taskflow (0.7.1-1) unstable; urgency=medium
* New upstream release.

56
debian/control vendored
View File

@@ -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},