[Python-apps-commits] r11701 - in packages/pylint/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Feb 2 00:43:51 UTC 2015


    Date: Monday, February 2, 2015 @ 00:43:50
  Author: morph
Revision: 11701

bump versioned depends of python-astroid to 1.3.3

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/control

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2015-02-02 00:41:40 UTC (rev 11700)
+++ packages/pylint/trunk/debian/changelog	2015-02-02 00:43:50 UTC (rev 11701)
@@ -5,11 +5,12 @@
     - update to proper PyPI location
   * debian/control
     - add six to deps and b-d
+    - bump versioned depends of python-astroid to 1.3.3
   * debian/copyright
     - update to new upstream code
     - extend packaging copyright years
 
- -- Sandro Tosi <morph at debian.org>  Mon, 02 Feb 2015 00:41:29 +0000
+ -- Sandro Tosi <morph at debian.org>  Mon, 02 Feb 2015 00:43:21 +0000
 
 pylint (1.3.1-2) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2015-02-02 00:41:40 UTC (rev 11700)
+++ packages/pylint/trunk/debian/control	2015-02-02 00:43:50 UTC (rev 11701)
@@ -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~), dh-python, quilt
-Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid (>= 1.2.1), python-unittest2, python-six
+Build-Depends-Indep: python-logilab-common (>= 0.53.0), python-astroid (>= 1.3.3), python-unittest2, python-six
 Standards-Version: 3.9.6
 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.1-3~), python-six
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.3.3), python-six
 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