Bug#902327: isort: diff for NMU version 4.3.4+ds1-1.1

2018-08-08 Thread Tristan Seligmann
On Wed, 8 Aug 2018 at 08:45 Niels Thykier  wrote:

> I've prepared an NMU for isort (versioned as 4.3.4+ds1-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.
>

Patch looks good to me, thanks for taking care of this.


Bug#902327: isort: diff for NMU version 4.3.4+ds1-1.1

2018-08-08 Thread Niels Thykier
Control: tags 902327 + patch
Control: tags 902327 + pending


Dear maintainer,

I've prepared an NMU for isort (versioned as 4.3.4+ds1-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru isort-4.3.4+ds1/debian/changelog isort-4.3.4+ds1/debian/changelog
--- isort-4.3.4+ds1/debian/changelog2018-02-18 03:40:19.0 +
+++ isort-4.3.4+ds1/debian/changelog2018-08-08 06:38:25.0 +
@@ -1,3 +1,15 @@
+isort (4.3.4+ds1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing dependency on python3-pkg-resources.  Thanks to
+Andreas Beckmann for reporting the issue.  (Closes: #902327)
+  * Set Rules-Requires-Root to no as isort does not need
+(fake)root for producing the .debs.
+  * Clean up .pytest_cache and isort.egg-info via d/clean to
+ensure that the package can build twice in a row.
+
+ -- Niels Thykier   Wed, 08 Aug 2018 06:38:25 +
+
 isort (4.3.4+ds1-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru isort-4.3.4+ds1/debian/clean isort-4.3.4+ds1/debian/clean
--- isort-4.3.4+ds1/debian/clean1970-01-01 00:00:00.0 +
+++ isort-4.3.4+ds1/debian/clean2018-08-08 06:34:53.0 +
@@ -0,0 +1,2 @@
+isort.egg-info/
+.pytest_cache/
diff -Nru isort-4.3.4+ds1/debian/control isort-4.3.4+ds1/debian/control
--- isort-4.3.4+ds1/debian/control  2018-02-18 03:40:19.0 +
+++ isort-4.3.4+ds1/debian/control  2018-08-08 06:32:27.0 +
@@ -20,11 +20,13 @@
 Homepage: https://github.com/timothycrosley/isort
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/isort/trunk/
 Vcs-Browser: 
https://anonscm.debian.org/viewvc/python-apps/packages/isort/trunk/
+Rules-Requires-Root: no
 
 Package: isort
 Architecture: all
 Section: utils
-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