[Python-apps-commits] r11519 - in packages/pylint/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Nov 2 15:10:44 UTC 2014
Date: Sunday, November 2, 2014 @ 15:10:43
Author: morph
Revision: 11519
* debian/control
- bump version of astroid to minimum 1.2.1
Modified:
packages/pylint/trunk/debian/changelog
packages/pylint/trunk/debian/control
Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog 2014-11-02 15:10:00 UTC (rev 11518)
+++ packages/pylint/trunk/debian/changelog 2014-11-02 15:10:43 UTC (rev 11519)
@@ -3,8 +3,10 @@
* New upstream release
* debian/rules
- force execution of test suite
+ * debian/control
+ - bump version of astroid to minimum 1.2.1
- -- Sandro Tosi <morph at debian.org> Sun, 02 Nov 2014 15:09:52 +0000
+ -- Sandro Tosi <morph at debian.org> Sun, 02 Nov 2014 15:10:22 +0000
pylint (1.3.0-1) unstable; urgency=medium
Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control 2014-11-02 15:10:00 UTC (rev 11518)
+++ packages/pylint/trunk/debian/control 2014-11-02 15:10:43 UTC (rev 11519)
@@ -4,7 +4,7 @@
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
-Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.0), python-unittest2
+Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1), python-unittest2
Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
Homepage: http://www.pylint.org/
@@ -13,7 +13,7 @@
Package: pylint
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1)
Recommends: python-tk
Description: Python code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming
More information about the Python-apps-commits
mailing list