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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 3 12:41:31 UTC 2016


    Date: Sunday, January 3, 2016 @ 12:41:30
  Author: morph
Revision: 12674

* debian/control
  - bump versioned depends of python-astroid to 1.4.0

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:19:01 UTC (rev 12673)
+++ packages/pylint/trunk/debian/changelog	2016-01-03 12:41:30 UTC (rev 12674)
@@ -1,8 +1,10 @@
 pylint (1.5.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/control
+    - bump versioned depends of python-astroid to 1.4.0
 
- -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 12:18:49 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 03 Jan 2016 12:41:16 +0000
 
 pylint (1.4.4-1) unstable; urgency=medium
 

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2016-01-03 12:19:01 UTC (rev 12673)
+++ packages/pylint/trunk/debian/control	2016-01-03 12:41:30 UTC (rev 12674)
@@ -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.3.6), python3-astroid (>= 1.3.6), 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.0), python3-astroid (>= 1.4.0), 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.3.6), python-six
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0), python-astroid (>= 1.4.0), 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.3.6)
+Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.53.0), python3-astroid (>= 1.4.0)
 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