[Python-apps-team] Bug#902327: isort: diff for NMU version 4.3.4+ds1-1.1
Niels Thykier
niels at thykier.net
Wed Aug 8 07:39:20 BST 2018
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/changelog 2018-02-18 03:40:19.000000000 +0000
+++ isort-4.3.4+ds1/debian/changelog 2018-08-08 06:38:25.000000000 +0000
@@ -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 <niels at thykier.net> Wed, 08 Aug 2018 06:38:25 +0000
+
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/clean 1970-01-01 00:00:00.000000000 +0000
+++ isort-4.3.4+ds1/debian/clean 2018-08-08 06:34:53.000000000 +0000
@@ -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.000000000 +0000
+++ isort-4.3.4+ds1/debian/control 2018-08-08 06:32:27.000000000 +0000
@@ -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
More information about the Python-apps-team
mailing list