summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2006-11-15 09:07:28 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2006-11-15 09:07:28 +0100
commite7fe516fca8cac42ed3a6fb4c6c55192c4062cb9 (patch)
tree22721c3705e6ea1c2ca9cbb162293558cc484f81
parent0dd07304af0f8d0ebff713f989f57924b091f2d9 (diff)
downloadastroid-git-e7fe516fca8cac42ed3a6fb4c6c55192c4062cb9.tar.gz
0.16.2
-rw-r--r--ChangeLog5
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
4 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eac46508..ee774e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
Change log for the astng package
================================
- --
+2006-11-15 -- 0.16.2
* grrr, fixed python 2.3 incompatibility introduced by generator expression
scope handling
+ * upgrade to avoid warnings with logilab-common 0.21.0 (on which now
+ depends so)
+ * backported astutils module from logilab-common
2006-09-25 -- 0.16.1
* python 2.5 support, patch provided by Marien Zwart
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 447b8467..83259c23 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,7 +21,7 @@ logilab.astng packaging information
modname = 'astng'
distname = 'logilab-astng'
-numversion = (0, 16, 1)
+numversion = (0, 16, 2)
version = '.'.join([str(num) for num in numversion])
pyversions = ["2.3", "2.4", "2.5"]
diff --git a/debian/changelog b/debian/changelog
index 35bfc639..b995a46e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-astng (0.16.1-3) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 15 Nov 2006 09:07:01 +0100
+
logilab-astng (0.16.1-2) unstable; urgency=low
* bad postinst
diff --git a/debian/control b/debian/control
index 95d83342..90bba5f7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.7.2
Package: python-logilab-astng
Architecture: all
-Depends: ${python:Depends}, python-logilab-common (>= 0.16.1-2)
+Depends: ${python:Depends}, python-logilab-common (>= 0.21.0-1)
XB-Python-Version: ${python:Versions}
Description: extend python's abstract syntax tree
The aim of this module is to provide a common base representation of