Control: tag -1 + confirmed On Sun, Sep 16, 2018 at 08:27:03PM +0300, Adrian Bunk wrote: > Control: tags -1 - moreinfo > > On Mon, Jun 25, 2018 at 04:18:53AM +0200, Andreas Beckmann wrote: > > Control: tag -1 moreinfo > > > > On Mon, 19 Mar 2018 21:36:15 +0200 Adrian Bunk <b...@debian.org> wrote: > > > Fix the dependencies of python-isort from empty to: > > > Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) > > > > There is at least python-pkg-resources missing, too. #902327 > > Thanks for noticing, updated debdiff is attached. > > The dependency changes are now: > > python-isort > {+Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)+} > > isort > Depends: python3-isort, {+python3-pkg-resources,+} python3:any (>= 3.0~) >
> diff -Nru isort-4.2.5+ds1/debian/changelog isort-4.2.5+ds1/debian/changelog > --- isort-4.2.5+ds1/debian/changelog 2016-07-20 01:31:43.000000000 +0300 > +++ isort-4.2.5+ds1/debian/changelog 2018-09-16 20:06:57.000000000 +0300 > @@ -1,3 +1,14 @@ > +isort (4.2.5+ds1-2+deb9u1) stretch; urgency=medium > + > + * Non-maintainer upload. > + * Add missing dependency on python3-pkg-resources. Thanks to > + Andreas Beckmann for reporting the issue. (Closes: #902327) > + * Fix dependencies of the python2 package by using the correct > + ${python:Depends} substvar instead of ${python3:Depends}. Thanks to Paul > + Wise for catching it. (Closes: #884682) > + > + -- Adrian Bunk <b...@debian.org> Sun, 16 Sep 2018 20:06:57 +0300 > + > isort (4.2.5+ds1-2) unstable; urgency=medium > > * Add python-isort package for Python 2 module (closes: #802582). Feel free to upload, thanks. Cheers, Julien