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

stender at users.alioth.debian.org stender at users.alioth.debian.org
Fri Jun 24 18:01:41 UTC 2016


    Date: Friday, June 24, 2016 @ 18:01:40
  Author: stender
Revision: 13342

deb/control: updated description of binary package, dropped dep against pep257

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:57:35 UTC (rev 13341)
+++ packages/prospector/trunk/debian/changelog	2016-06-24 18:01:40 UTC (rev 13342)
@@ -1,10 +1,13 @@
 prospector (0.12-1) UNRELEASED; urgency=medium
 
   * New upstream release.
-  * deb/control: depend on pydocstyle instead of pep257.
+  * deb/control:
+    + build depend on pydocstyle instead of pep257.
+    + updated description of binary package, dropped dep against
+      pep257.
   * Dropped sort-for-eggs.patch (applied upstream).
 
- -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 19:54:50 +0200
+ -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 19:59:34 +0200
 
 prospector (0.11.7-7) unstable; urgency=medium
 

Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control	2016-06-24 17:57:35 UTC (rev 13341)
+++ packages/prospector/trunk/debian/control	2016-06-24 18:01:40 UTC (rev 13342)
@@ -36,7 +36,6 @@
 Package: prospector
 Architecture: all
 Depends:
- pep257 (>= 0.7.0-2),
  dodgy (>= 0.1.9),
  ${misc:Depends},
  ${python3:Depends},
@@ -55,7 +54,7 @@
   - Pep8 (checks for Python coding style conventions)
   - Pep8-naming (checks for naming conventions not covered by Pep8)
   - McCabe (checks for cyclomatic code complexity)
-  - Pep257 (checks for compliance with the docstring conventions)
+  - Pydocstyle (checks for compliance with the PEP-257 docstring conventions)
   - Dodgy (checks for hard coded passwords, VCS diff checkins etc.)
   - Vulture (scans Python programs for unused code)  
   - Pyroma (Python packaging quality checker)




More information about the Python-apps-commits mailing list