[Python-modules-commits] [python-flake8] 03/12: Renaming pep8 to pycodestyle
Ondřej Nový
onovy at moszumanska.debian.org
Sun Aug 7 22:33:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-flake8.
commit bd686b8d5571d70be73180ab4b94009d4bceabe5
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Aug 8 00:02:10 2016 +0200
Renaming pep8 to pycodestyle
---
debian/changelog | 1 +
debian/control | 18 +++++++++---------
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ac05776..6c60df6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-flake8 (3.0.3-1) UNRELEASED; urgency=medium
* Generate changelog from docs/source/release-notes/*.rst
* Bumped required Python version to 2.7 / 3.4
* Rearranged B-D for new upstream version
+ * Renaming pep8 to pycodestyle
-- Barry Warsaw <barry at debian.org> Mon, 20 Jun 2016 12:27:19 -0400
diff --git a/debian/control b/debian/control
index cf65d90..c4574e4 100644
--- a/debian/control
+++ b/debian/control
@@ -39,9 +39,9 @@ Depends: ${misc:Depends},
python3-flake8,
Replaces: python-flake8 (<< 2.5.4-1)
Breaks: python-flake8 (<< 2.5.4-1)
-Description: code checker using pep8 and pyflakes
- Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
- runs all tools by launching the single 'flake8' script, but ignores pep8 and
+Description: code checker using pycodestyle and pyflakes
+ Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8
+ runs all tools by launching the single 'flake8' script, but ignores pycodestyle and
PyFlakes extended options and just uses defaults. It displays the warnings in
a per-file, merged output.
.
@@ -56,9 +56,9 @@ Depends: python-pep8 (>= 1.5.7),
${misc:Depends},
${python:Depends}
Suggests: python-mock
-Description: code checker using pep8 and pyflakes - Python 2.x
- Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
- runs all tools by launching the single 'flake8' script, but ignores pep8 and
+Description: code checker using pycodestyle and pyflakes - Python 2.x
+ Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8
+ runs all tools by launching the single 'flake8' script, but ignores pycodestyle and
PyFlakes extended options and just uses defaults. It displays the warnings in
a per-file, merged output.
.
@@ -72,9 +72,9 @@ Depends: python3-pep8 (>= 1.5.7),
python3-mccabe (>= 0.2.1),
${misc:Depends},
${python3:Depends}
-Description: code checker using pep8 and pyflakes - Python 3.x
- Flake8 is a wrapper around PyFlakes, pep8, and Ned's McCabe script. Flake8
- runs all tools by launching the single 'flake8' script, but ignores pep8 and
+Description: code checker using pycodestyle and pyflakes - Python 3.x
+ Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8
+ runs all tools by launching the single 'flake8' script, but ignores pycodestyle and
PyFlakes extended options and just uses defaults. It displays the warnings in
a per-file, merged output.
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git
More information about the Python-modules-commits
mailing list