[Python-apps-commits] r13347 - in packages/prospector/trunk/debian (changelog control)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Fri Jun 24 18:46:43 UTC 2016


    Date: Friday, June 24, 2016 @ 18:46:42
  Author: stender
Revision: 13347

deb/control: updated versioned build and package deps

Modified:
  packages/prospector/trunk/debian/changelog
  packages/prospector/trunk/debian/control

Modified: packages/prospector/trunk/debian/changelog
===================================================================
--- packages/prospector/trunk/debian/changelog	2016-06-24 18:30:33 UTC (rev 13346)
+++ packages/prospector/trunk/debian/changelog	2016-06-24 18:46:42 UTC (rev 13347)
@@ -3,6 +3,7 @@
   * New upstream release.
   * deb/control:
     + build depend on pydocstyle instead of pep257.
+    + updated versioned build and package deps.
     + updated description of binary package, dropped dep against
       pep257.
   * deb/copyright: expanded copyright span.
@@ -11,7 +12,7 @@
   * Dropped sort-for-eggs.patch (applied upstream).
   * Added deb/NEWS (with info on deprecated pep257).
 
- -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 20:29:50 +0200
+ -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 20:43:58 +0200
 
 prospector (0.11.7-7) unstable; urgency=medium
 

Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control	2016-06-24 18:30:33 UTC (rev 13346)
+++ packages/prospector/trunk/debian/control	2016-06-24 18:46:42 UTC (rev 13347)
@@ -14,10 +14,10 @@
  python3-requirements-detector (>= 0.4.1),
  python3-setoptconf,
  python3-pyflakes (>= 0.8.1),
- pylint3 (>= 1.5),
+ pylint3 (>= 1.5.6),
  python3-pylint-common (>= 0.2.2),
  python3-pylint-celery,
- python3-pylint-django (>= 0.7),
+ python3-pylint-django (>= 0.7.2),
  python3-pylint-flask,
  python3-pep8,
  python3-pep8-naming,
@@ -41,7 +41,7 @@
  ${python3:Depends},
  ${sphinxdoc:Depends}
 Recommends:
- python3-pyroma,
+ python3-pyroma (>= 2.0.2),
  vulture (>= 0.8.1-2)
 Description: comprehensive static Python code analyzer
  Prospector analyzes Python source files and puts out information about




More information about the Python-apps-commits mailing list