summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
3 files changed, 3 insertions, 3 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 1652c7b5..68e0aa34 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -25,7 +25,7 @@ subpackage_of = 'logilab'
numversion = (0, 19, 0)
version = '.'.join([str(num) for num in numversion])
-install_requires = ['logilab-common >= 0.38.1']
+install_requires = ['logilab-common >= 0.39.0']
# though not all submodules have that level of compat...
pyversions = ["2.2", "2.3", "2.4", "2.5", '2.6']
diff --git a/debian/changelog b/debian/changelog
index 8df5b783..63c67ac3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ logilab-astng (0.19.0-1) unstable; urgency=low
* actually backport Sandro Tosi 0.17.4-2 changes which wasn't in 0.18.0-1
* debian/rules: set NO_SETUPTOOLS when calling python setup.py
- --
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 25 Mar 2009 09:31:23 +0100
logilab-astng (0.18.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d8cd94e2..311e4876 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-astng
Package: python-logilab-astng
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.38.1-1)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.39.0-1)
XB-Python-Version: ${python:Versions}
Description: extend Python's abstract syntax tree (AST)
The aim of this module is to provide a common base representation of