[Python-modules-commits] [python-flake8] 03/04: * Update of the standard version * Update of the homepage * Depends on python-pyflakes/python3-pyflakes instead of pyflakes (Closes: #804741)
Sylvestre Ledru
sylvestre at moszumanska.debian.org
Wed Mar 2 12:31:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch master
in repository python-flake8.
commit b9eb2e3efb475aa7cd1d30331910f3232d221d16
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: Wed Mar 2 13:26:23 2016 +0100
* Update of the standard version
* Update of the homepage
* Depends on python-pyflakes/python3-pyflakes instead of pyflakes
(Closes: #804741)
---
debian/changelog | 10 ++++++++--
debian/control | 10 +++++-----
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 952911a..e95b251 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,18 @@
-python-flake8 (2.2.5-1) UNRELEASED; urgency=medium
+python-flake8 (2.5.4-1) unstable; urgency=medium
* Team upload
* New upstream release
+ * Update of the standard version
+ * Update of the homepage
+ * Depends on python-pyflakes/python3-pyflakes instead of pyflakes
+ (Closes: #804741)
+
+ [ Jackson Doak ]
* debian/tests/tools: Call flake8 on some actual files (setup.py as a
known-good one, and a synthetic one for a known-bad one) instead of
without arguments on an empty directory. Closes: #742482
- -- Jackson Doak <noskcaj at ubuntu.com> Sat, 01 Nov 2014 12:26:44 +1100
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 01 Mar 2016 18:32:47 +0100
python-flake8 (2.2.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 190d18a..c5e016b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,15 @@ Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>,
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
pep8 (>= 1.5.7),
- pyflakes (>= 0.8.1),
+ python3-pyflakes (>= 0.8.1),
python-all,
python-setuptools,
python3-all,
python3-mccabe (>= 0.2.1),
python3-pep8 (>= 1.5.7),
python3-setuptools
-Standards-Version: 3.9.5
-Homepage: http://bitbucket.org/tarek/flake8
+Standards-Version: 3.9.6
+Homepage: https://gitlab.com/pycqa/flake8
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-flake8.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-flake8.git
X-Python-Version: >= 2.6
@@ -24,7 +24,7 @@ XS-Testsuite: autopkgtest
Package: python-flake8
Architecture: all
Depends: pep8 (>= 1.5.7),
- pyflakes (>= 0.8.1),
+ python-pyflakes (>= 0.8.1),
python-mccabe (>= 0.2.1),
${misc:Depends},
${python:Depends}
@@ -40,7 +40,7 @@ Description: code checker using pep8 and pyflakes
Package: python3-flake8
Architecture: any
Depends: python3-pep8 (>= 1.5.7),
- pyflakes (>= 0.8.1),
+ python3-pyflakes (>= 0.8.1),
python3-mccabe (>= 0.2.1),
${misc:Depends},
${python3:Depends}
--
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