[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#893541: stretch-pu: package isort/4.2.5+ds1-2+deb9u1



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 <bunk@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~)


> Andreas

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

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 <bunk@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).
diff -Nru isort-4.2.5+ds1/debian/control isort-4.2.5+ds1/debian/control
--- isort-4.2.5+ds1/debian/control	2016-07-20 01:32:16.000000000 +0300
+++ isort-4.2.5+ds1/debian/control	2018-09-16 20:06:39.000000000 +0300
@@ -22,7 +22,8 @@
 
 Package: isort
 Architecture: all
-Depends: python3-isort, ${misc:Depends}, ${python3:Depends}
+Depends: python3-isort, python3-pkg-resources,
+         ${misc:Depends}, ${python3:Depends}
 Description: utility for sorting Python imports
  isort is a Python utility / library to sort imports alphabetically, and
  automatically separated into sections. It provides a command line
@@ -33,7 +34,7 @@
 
 Package: python-isort
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: library for sorting Python imports (Python 2)
  isort is a Python utility / library to sort imports alphabetically, and
  automatically separated into sections. It provides a command line

Reply to: