[Python-modules-commits] r15036 - in packages/logilab-astng/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Dec 6 20:13:21 UTC 2010


    Date: Monday, December 6, 2010 @ 20:13:14
  Author: morph
Revision: 15036

bump versioned depends on python-logilab-common to '>= 0.53.0'

Modified:
  packages/logilab-astng/trunk/debian/changelog
  packages/logilab-astng/trunk/debian/control

Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog	2010-12-06 20:10:17 UTC (rev 15035)
+++ packages/logilab-astng/trunk/debian/changelog	2010-12-06 20:13:14 UTC (rev 15036)
@@ -3,8 +3,9 @@
   * New upstream release
   * debian/control
     - updated long description
+    - bump versioned depends on python-logilab-common to '>= 0.53.0'
 
- -- Sandro Tosi <morph at debian.org>  Mon, 06 Dec 2010 21:09:55 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 06 Dec 2010 21:12:53 +0100
 
 logilab-astng (0.20.3-1) experimental; urgency=low
 

Modified: packages/logilab-astng/trunk/debian/control
===================================================================
--- packages/logilab-astng/trunk/debian/control	2010-12-06 20:10:17 UTC (rev 15035)
+++ packages/logilab-astng/trunk/debian/control	2010-12-06 20:13:14 UTC (rev 15036)
@@ -13,7 +13,7 @@
 
 Package: python-logilab-astng
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.49.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.53.0)
 Description: rebuild a new abstract syntax tree (AST) from Python's ast
  The aim of this module is to provide a common base representation of
  python source code for projects such as pychecker, pyreverse, pylint.
@@ -26,4 +26,4 @@
  classes have additional methods and attributes for different
  usages. They include some support for static inference and local name
  scopes. Furthermore, astng builds partial trees by inspecting living
- objects.
\ No newline at end of file
+ objects.




More information about the Python-modules-commits mailing list