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

stender at users.alioth.debian.org stender at users.alioth.debian.org
Fri Jun 24 17:57:36 UTC 2016


    Date: Friday, June 24, 2016 @ 17:57:35
  Author: stender
Revision: 13341

deb/control: depend on pydocstyle

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 17:54:12 UTC (rev 13340)
+++ packages/prospector/trunk/debian/changelog	2016-06-24 17:57:35 UTC (rev 13341)
@@ -1,9 +1,10 @@
 prospector (0.12-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * deb/control: depend on pydocstyle instead of pep257.
   * Dropped sort-for-eggs.patch (applied upstream).
 
- -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 19:53:31 +0200
+ -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 19:54:50 +0200
 
 prospector (0.11.7-7) unstable; urgency=medium
 

Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control	2016-06-24 17:54:12 UTC (rev 13340)
+++ packages/prospector/trunk/debian/control	2016-06-24 17:57:35 UTC (rev 13341)
@@ -21,7 +21,7 @@
  python3-pylint-flask,
  python3-pep8,
  python3-pep8-naming,
- pep257 (>= 0.7.0-2),
+ pydocstyle,
  python3-mccabe,
  dodgy (>= 0.1.9),
  python3-sphinx,




More information about the Python-apps-commits mailing list