[Python-modules-commits] r29807 - in packages/python-flake8/trunk/debian (changelog control)
zyga-guest at users.alioth.debian.org
zyga-guest at users.alioth.debian.org
Thu Jul 17 21:35:42 UTC 2014
Date: Thursday, July 17, 2014 @ 21:35:42
Author: zyga-guest
Revision: 29807
debian/control: bump dependencies as required by flake8
Modified:
packages/python-flake8/trunk/debian/changelog
packages/python-flake8/trunk/debian/control
Modified: packages/python-flake8/trunk/debian/changelog
===================================================================
--- packages/python-flake8/trunk/debian/changelog 2014-07-17 21:29:57 UTC (rev 29806)
+++ packages/python-flake8/trunk/debian/changelog 2014-07-17 21:35:42 UTC (rev 29807)
@@ -15,6 +15,7 @@
tests are currently relying on the executable which is currently
python2-only so no similar changes are made to the python3 side of the
package
+ * debian/control: bump dependencies as required by flake8
-- Zygmunt Krynicki <zygmunt.krynicki at canonical.com> Wed, 16 Jul 2014 16:54:57 +0200
Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control 2014-07-17 21:29:57 UTC (rev 29806)
+++ packages/python-flake8/trunk/debian/control 2014-07-17 21:35:42 UTC (rev 29807)
@@ -5,13 +5,13 @@
Thomas Goirand <zigo at debian.org>
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
- pep8 (>= 1.4.6),
- pyflakes (>= 0.7.3),
+ pep8 (>= 1.5.7),
+ pyflakes (>= 0.8.1),
python-all,
python-setuptools,
python3-all,
python3-mccabe (>= 0.2.1),
- python3-pep8 (>= 1.4.6),
+ python3-pep8 (>= 1.5.7),
python3-setuptools
Standards-Version: 3.9.5
Homepage: http://bitbucket.org/tarek/flake8
@@ -23,8 +23,8 @@
Package: python-flake8
Architecture: all
-Depends: pep8 (>= 1.4.6),
- pyflakes (>= 0.7.3),
+Depends: pep8 (>= 1.5.7),
+ pyflakes (>= 0.8.1),
python-mccabe (>= 0.2.1),
${misc:Depends},
${python:Depends}
@@ -39,8 +39,8 @@
Package: python3-flake8
Architecture: any
-Depends: python3-pep8 (>= 1.4.6),
- pyflakes (>= 0.7.3),
+Depends: python3-pep8 (>= 1.5.7),
+ pyflakes (>= 0.8.1),
python3-mccabe (>= 0.2.1),
${misc:Depends},
${python3:Depends}
More information about the Python-modules-commits
mailing list