[Python-apps-commits] r13912 - in packages/prospector/trunk/debian (3 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Tue Feb 7 07:03:44 UTC 2017


    Date: Tuesday, February 7, 2017 @ 07:03:42
  Author: stender
Revision: 13912

add unpin-pycodestyle.patch

Added:
  packages/prospector/trunk/debian/patches/unpin-pycodestyle.patch
Modified:
  packages/prospector/trunk/debian/changelog
  packages/prospector/trunk/debian/patches/series

Modified: packages/prospector/trunk/debian/changelog
===================================================================
--- packages/prospector/trunk/debian/changelog	2017-02-02 14:44:11 UTC (rev 13911)
+++ packages/prospector/trunk/debian/changelog	2017-02-07 07:03:42 UTC (rev 13912)
@@ -1,3 +1,9 @@
+prospector (0.12.4-2) unstable; urgency=medium
+
+  * add unpin-pycodestyle.patch (Closes: #852048).
+
+ -- Daniel Stender <stender at debian.org>  Tue, 07 Feb 2017 07:50:05 +0100
+
 prospector (0.12.4-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/prospector/trunk/debian/patches/series
===================================================================
--- packages/prospector/trunk/debian/patches/series	2017-02-02 14:44:11 UTC (rev 13911)
+++ packages/prospector/trunk/debian/patches/series	2017-02-07 07:03:42 UTC (rev 13912)
@@ -1,2 +1,3 @@
+unpin-pycodestyle.patch
 docs-privacy-breaches.patch
 rename-console-script.patch

Added: packages/prospector/trunk/debian/patches/unpin-pycodestyle.patch
===================================================================
--- packages/prospector/trunk/debian/patches/unpin-pycodestyle.patch	                        (rev 0)
+++ packages/prospector/trunk/debian/patches/unpin-pycodestyle.patch	2017-02-07 07:03:42 UTC (rev 13912)
@@ -0,0 +1,20 @@
+Description: unpin pycodestyle version
+ upstream has pinned the pycodestyle dependency to 2.0.0 "until the API compatibility of future
+ versions can be ascertained" (https://github.com/landscapeio/prospector/commit/95e0981), like
+ there are problems currently with pydocstyle (#846591). But that breaks Prospector in Squeeze,
+ since pycodestyle in the archive is 2.2.0-2. To unpin just fixes this problem.
+Author: Daniel Stender <stender at debian.org>
+Bug-Debian: https://bugs.debian.org/852048
+Forwarded: not-needed
+
+--- a/setup.py
++++ b/setup.py
+@@ -30,7 +30,7 @@
+     'pyyaml',
+     'mccabe>=0.5.0',
+     'pyflakes>=0.8.1',
+-    'pycodestyle==2.0.0',
++    'pycodestyle>=2.0.0',
+     'pep8-naming>=0.3.3',
+     'pydocstyle==1.0.0',
+ ]




More information about the Python-apps-commits mailing list