[Python-apps-commits] r13343 - in packages/prospector/trunk/debian (changelog prospector.txt)

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


    Date: Friday, June 24, 2016 @ 18:07:40
  Author: stender
Revision: 13343

manpage: updated, removed obsolete stuff, cosmectics

Modified:
  packages/prospector/trunk/debian/changelog
  packages/prospector/trunk/debian/prospector.txt

Modified: packages/prospector/trunk/debian/changelog
===================================================================
--- packages/prospector/trunk/debian/changelog	2016-06-24 18:01:40 UTC (rev 13342)
+++ packages/prospector/trunk/debian/changelog	2016-06-24 18:07:40 UTC (rev 13343)
@@ -5,9 +5,10 @@
     + build depend on pydocstyle instead of pep257.
     + updated description of binary package, dropped dep against
       pep257.
+  * manpage: updated, removed obsolete stuff, cosmectics.
   * Dropped sort-for-eggs.patch (applied upstream).
 
- -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 19:59:34 +0200
+ -- Daniel Stender <stender at debian.org>  Fri, 24 Jun 2016 20:06:02 +0200
 
 prospector (0.11.7-7) unstable; urgency=medium
 

Modified: packages/prospector/trunk/debian/prospector.txt
===================================================================
--- packages/prospector/trunk/debian/prospector.txt	2016-06-24 18:01:40 UTC (rev 13342)
+++ packages/prospector/trunk/debian/prospector.txt	2016-06-24 18:07:40 UTC (rev 13343)
@@ -6,7 +6,7 @@
 
   $ prospector <path/to/project>
 
-  $ prospector <path/to/module.py path/to/another/module.py>
+  $ prospector <path/to/module.py> <path/to/another/module.py>
 
 DESCRIPTION
  Prospector analyzes Python source files and puts out information about
@@ -15,8 +15,8 @@
  tools for static Python code checking.
 
  By default, Prospector uses the following tools: Dodgy, McCabe (Flake8 extension),
- Pep257, Pep8 (supplemented by Pep8-naming, Flake8 extension), a build-in
- profile-validator, Pyflakes, and Pylint. It auto detects libraries a project
+ Pydocstyle (Pep257 successor), Pep8 (supplemented by Pep8-naming, Flake8 extension),
+ a build-in profile-validator, Pyflakes, and Pylint. It auto detects libraries a project
  uses, to which it could adapt (currently, Celery, Django and Flask are supported
  individually). Additionally, Vulture and Pyroma could be employed for testing.
 
@@ -51,7 +51,7 @@
      show a full list of command line options and flags
 
 SEE ALSO
-  dodgy(1), pep257(1), pep8(1), pyflakes(1), pylint(1), vulture(1), pyroma(1), frosted(1)
+  dodgy(1), pydocstyle(1), pep8(1), pyflakes(1), pylint(1), vulture(1), pyroma(1)
 
 AUTHORS
   Prospector is a spinoff from Landscape.io written by




More information about the Python-apps-commits mailing list