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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 3 12:53:02 UTC 2016


    Date: Sunday, January 3, 2016 @ 12:53:01
  Author: morph
Revision: 12676

bump versioned depends of python-astroid to 1.4.1

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2016-01-03 12:43:04 UTC (rev 12675)
+++ packages/pylint/trunk/debian/changelog	2016-01-03 12:53:01 UTC (rev 12676)
@@ -2,7 +2,7 @@
 
   * New upstream release
   * debian/control
-    - bump versioned depends of python-astroid to 1.4.0
+    - bump versioned depends of python-astroid to 1.4.1
   * debian/copyright
     - extend packaging copyright years
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2016-01-03 12:43:04 UTC (rev 12675)
+++ packages/pylint/trunk/debian/control	2016-01-03 12:53:01 UTC (rev 12676)
@@ -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~), python3, dh-python
-Build-Depends-Indep: python-logilab-common (>= 0.53.0), python3-logilab-common (>= 0.53.0), python-astroid (>= 1.4.0), python3-astroid (>= 1.4.0), python-unittest2, python-six, python-sphinx
+Build-Depends-Indep: python-logilab-common (>= 0.53.0), python3-logilab-common (>= 0.53.0), python-astroid (>= 1.4.1), python3-astroid (>= 1.4.1), python-unittest2, python-six, python-sphinx
 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.4.0), python-six
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.4.1), python-six
 Recommends: python-tk
 Suggests: pylint-doc
 Description: Python code static checker and UML diagram generator
@@ -60,7 +60,7 @@
 
 Package: pylint3
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.53.0), python3-astroid (>= 1.4.0)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.53.0), python3-astroid (>= 1.4.1)
 Recommends: python3-tk
 Suggests: pylint-doc
 Description: Python 3 code static checker and UML diagram generator




More information about the Python-apps-commits mailing list