diff -Nru alembic-0.9.3/debian/changelog alembic-0.9.3/debian/changelog --- alembic-0.9.3/debian/changelog 2017-11-29 11:33:39.000000000 +0000 +++ alembic-0.9.3/debian/changelog 2017-12-04 11:24:01.000000000 +0000 @@ -1,8 +1,16 @@ -alembic (0.9.3-2~cloud0) xenial-queens; urgency=medium +alembic (0.9.3-2ubuntu1~cloud0) xenial-queens; urgency=medium - * New upstream release for the Ubuntu Cloud Archive. + * New update for the Ubuntu Cloud Archive. - -- Openstack Ubuntu Testing Bot Wed, 29 Nov 2017 11:33:39 +0000 + -- Openstack Ubuntu Testing Bot Mon, 04 Dec 2017 11:24:01 +0000 + +alembic (0.9.3-2ubuntu1) bionic; urgency=medium + + * Demote runtime dependency on python{3}-editor to Suggests to avoid + inclusion in Ubuntu main. + * d/p/disable-editor.patch: Patchout hard requirement on python-editor. + + -- James Page Mon, 04 Dec 2017 10:36:17 +0000 alembic (0.9.3-2) unstable; urgency=medium diff -Nru alembic-0.9.3/debian/control alembic-0.9.3/debian/control --- alembic-0.9.3/debian/control 2017-11-02 12:23:36.000000000 +0000 +++ alembic-0.9.3/debian/control 2017-12-04 10:33:10.000000000 +0000 @@ -1,7 +1,8 @@ Source: alembic Section: python Priority: optional -Maintainer: Debian Python Modules Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: Thomas Goirand , Ondřej Nový , @@ -74,6 +75,8 @@ alembic (<< 0.8.8-3), Replaces: alembic (<< 0.6.3+ds-2), +Suggests: + python-editor, Description: lightweight database migration tool for SQLAlchemy - Python 2.x Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: @@ -98,6 +101,8 @@ ${sphinxdoc:Depends}, Breaks: alembic (<< 0.8.8-3), +Suggests: + python3-editor, Description: lightweight database migration tool for SQLAlchemy - Python 3.x Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: diff -Nru alembic-0.9.3/debian/patches/disable-editor.patch alembic-0.9.3/debian/patches/disable-editor.patch --- alembic-0.9.3/debian/patches/disable-editor.patch 1970-01-01 00:00:00.000000000 +0000 +++ alembic-0.9.3/debian/patches/disable-editor.patch 2017-12-04 10:30:44.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Disable hard requirement on python-editor +Author: James Page +Forwarded: not-needed + +--- a/setup.py ++++ b/setup.py +@@ -15,7 +15,6 @@ readme = os.path.join(os.path.dirname(__ + requires = [ + 'SQLAlchemy>=0.7.6', + 'Mako', +- 'python-editor>=0.3', + 'python-dateutil' + ] + diff -Nru alembic-0.9.3/debian/patches/series alembic-0.9.3/debian/patches/series --- alembic-0.9.3/debian/patches/series 2017-11-02 12:23:36.000000000 +0000 +++ alembic-0.9.3/debian/patches/series 2017-12-04 10:30:24.000000000 +0000 @@ -1 +1,2 @@ 0001-Do-not-use-intersphinx.patch +disable-editor.patch