[Python-apps-commits] r12754 - in packages/prospector/trunk/debian (3 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Sun Jan 31 15:27:56 UTC 2016
Date: Sunday, January 31, 2016 @ 15:27:55
Author: danstender-guest
Revision: 12754
added pylint-flask where it's needed
Modified:
packages/prospector/trunk/debian/changelog
packages/prospector/trunk/debian/control
packages/prospector/trunk/debian/prospector.txt
Modified: packages/prospector/trunk/debian/changelog
===================================================================
--- packages/prospector/trunk/debian/changelog 2016-01-31 15:13:50 UTC (rev 12753)
+++ packages/prospector/trunk/debian/changelog 2016-01-31 15:27:55 UTC (rev 12754)
@@ -2,19 +2,20 @@
* New upstream release (Closes: #807305).
* deb/control:
- + add sphinx-argparse to build-deps.
+ + add sphinx-argparse and pylint-flask to build-deps.
+ added vulture, python-pyroma and frosted to Recommends.
- + updated description (Vulture and Pyroma available now).
+ + updated description on supported tools.
* deb/rules:
+ dropped nodocs option in dh_installdocs override (obsolete).
+ generate README from README.rst (changed from Markdown).
- * deb/prospector.txt: added info on how to run with the additional tools.
+ * manpage: added info on how to run with the additional tools and
+ on support of pylint-flask.
* Dropped:
+ docs-no-sphinx-argparse.patch (sphinx-argparse available now).
+ docs-correct-some-flaws.patch (applied upstream).
* Updated remaining patches.
- -- Daniel Stender <debian at danielstender.com> Sun, 31 Jan 2016 16:11:44 +0100
+ -- Daniel Stender <debian at danielstender.com> Sun, 31 Jan 2016 16:24:40 +0100
prospector (0.10.1+git20150706.a00e191-1) unstable; urgency=medium
Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control 2016-01-31 15:13:50 UTC (rev 12753)
+++ packages/prospector/trunk/debian/control 2016-01-31 15:27:55 UTC (rev 12754)
@@ -22,6 +22,7 @@
python-pylint-common,
python-pylint-celery,
python-pylint-django,
+ python-pylint-flask,
pep8 (>= 1.6.0),
python-pep8-naming,
pep257,
@@ -60,7 +61,8 @@
- Vulture (scans Python programs for unused code)
- Pyroma (Python packaging quality checker)
.
- Prospector detects if code employs specific frameworks and libraries
- like currently Django (web application framework)
- and Celery (asynchronous task/job queue),
- and checks them by corresponding Pylint plugins.
+ Prospector detects if code employs specific frameworks and libraries,
+ and checks them by corresponding Pylint plugins:
+ - Django (web application framework)
+ - Celery (asynchronous task/job queue)
+ - Flask (web application framework)
Modified: packages/prospector/trunk/debian/prospector.txt
===================================================================
--- packages/prospector/trunk/debian/prospector.txt 2016-01-31 15:13:50 UTC (rev 12753)
+++ packages/prospector/trunk/debian/prospector.txt 2016-01-31 15:27:55 UTC (rev 12754)
@@ -17,7 +17,7 @@
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
- uses, to which it could adapt (currently, Celery and Django are supported
+ uses, to which it could adapt (currently, Celery, Django and Flask are supported
individually). Additionally, Vulture, Pyroma, and Frosted could be employed for the
testing.
More information about the Python-apps-commits
mailing list