* 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 python-taskflow (0.7.1-1) unstable; urgency=medium
* New upstream release. * New upstream release.

56
debian/control vendored
View File

@@ -7,29 +7,38 @@ Build-Depends: debhelper (>= 9),
dh-python, dh-python,
openstack-pkg-tools, openstack-pkg-tools,
python-all, python-all,
python-pbr, python-pbr (>= 0.11),
python-setuptools, python-setuptools,
python-sphinx, python-sphinx,
Build-Depends-Indep: alembic (>= 0.7.2), Build-Depends-Indep: alembic (>= 0.7.2),
python-concurrent.futures, python-cachetools,
python-concurrent.futures (>= 3.0),
python-contextlib2,
python-coverage, 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-hacking,
python-jsonschema, python-jsonschema,
python-kazoo, python-kazoo (>= 2.2),
python-kombu, python-kombu,
python-mock, python-mock (>= 1.1),
python-monotonic (>= 0.1),
python-mysqldb, python-mysqldb,
python-networkx, python-networkx,
python-oslo.serialization (>= 1.2.0), python-oslo.serialization (>= 1.4.0),
python-oslo.utils (>= 1.2.0), python-oslo.utils (>= 1.6.0),
python-oslosphinx (>= 2.2.0.0), python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1.2.0), python-oslotest (>= 1.5.1),
python-psycopg2, python-psycopg2,
python-six, python-redis,
python-sqlalchemy, python-six (>= 1.9.0),
python-stevedore (>= 1.1.0), python-sqlalchemy (>= 0.9.7),
python-testtools, python-stevedore (>= 1.5.0),
python-testscenarios (>= 0.4),
python-testtools (>= 1.4.0),
python-unittest2, python-unittest2,
python-zake, python-zake,
subunit, subunit,
@@ -42,20 +51,27 @@ Homepage: https://github.com/openstack/taskflow
Package: python-taskflow Package: python-taskflow
Architecture: all Architecture: all
Depends: alembic (>= 0.7.2), Depends: alembic (>= 0.7.2),
python-concurrent.futures, python-cachetools,
python-eventlet (>= 0.16.1), 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-jsonschema,
python-kazoo, python-kazoo,
python-kombu, python-kombu,
python-monotonic (>= 0.1),
python-mysqldb, python-mysqldb,
python-networkx, python-networkx,
python-oslo.serialization (>= 1.2.0), python-oslo.serialization (>= 1.4.0),
python-oslo.utils (>= 1.2.0), python-oslo.utils (>= 1.6.0),
python-pbr, python-pbr,
python-psycopg2, python-psycopg2,
python-six, python-six (>= 1.9.0),
python-sqlalchemy, python-sqlalchemy (>= 0.9.7),
python-stevedore (>= 1.1.0), python-stevedore (>= 1.5.0),
${misc:Depends}, ${misc:Depends},
${python:Depends}, ${python:Depends},
Recommends: ${python:Recommends}, Recommends: ${python:Recommends},